/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
.wvpl-left-box,.wvpl-right-box{position:relative;height:8em;overflow:hidden}.waveplayer *{box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Open-Sans,helvetica-neue,helvetica,arial,sans-serif}.waveplayer{display:flex;flex-wrap:wrap;position:relative;padding:.6em}.waveplayer div,.waveplayer span{font-size:12px}.waveplayer h1{font-size:2em}.waveplayer h2{font-size:1.8em}.waveplayer h3{font-size:1.6em}.waveplayer h4{font-size:1.4em}.waveplayer h5{font-size:1.2em}.waveplayer h6{font-size:1em}.waveplayer h7{font-size:.8em}@media (min-width:768px){.waveplayer div,.waveplayer span{font-size:14px}.wvpl-size-xs div,.wvpl-size-xs span{font-size:12px}.wvpl-size-sm div,.wvpl-size-sm span{font-size:14px}}@media (min-width:992px){.waveplayer div,.waveplayer span{font-size:16px}.wvpl-size-xs div,.wvpl-size-xs span{font-size:12px}.wvpl-size-sm div,.wvpl-size-sm span{font-size:14px}.wvpl-size-md div,.wvpl-size-md span{font-size:16px}}@media (min-width:1200px){.wvpl-size-xs div,.wvpl-size-xs span{font-size:12px}.wvpl-size-sm div,.wvpl-size-sm span{font-size:14px}.wvpl-size-md div,.wvpl-size-md span{font-size:16px}.wvpl-size-lg div,.wvpl-size-lg span{font-size:18px}}.wvpl-left-box{display:table;display:flex;flex-shrink:0;background-size:cover;width:8em}.wvpl-right-box,div.wvpl-overlay{flex-direction:column;display:flex}.wvpl-duration,.wvpl-position,.wvpl-size-xs .wvpl-duration,.wvpl-size-xs .wvpl-position,.wvpl-size-xs div.wvpl-left-box,.wvpl-size-xs div.wvpl-right-box,div.wvpl-left-box,div.wvpl-right-box{font-size:10px}@media (min-width:768px){.wvpl-size-sm div.wvpl-left-box,.wvpl-size-sm div.wvpl-right-box,div.wvpl-left-box,div.wvpl-right-box{font-size:15px}.wvpl-duration,.wvpl-position,.wvpl-size-sm .wvpl-duration,.wvpl-size-sm .wvpl-position{font-size:11px}}@media (min-width:992px){.wvpl-size-md div.wvpl-left-box,.wvpl-size-md div.wvpl-right-box,div.wvpl-left-box,div.wvpl-right-box{font-size:20px}.wvpl-duration,.wvpl-position,.wvpl-size-md .wvpl-duration,.wvpl-size-md .wvpl-position{font-size:12px}}@media (min-width:1200px){.wvpl-size-lg div.wvpl-left-box,.wvpl-size-lg div.wvpl-right-box,div.wvpl-left-box,div.wvpl-right-box{font-size:25px}.wvpl-duration,.wvpl-position,.wvpl-size-lg .wvpl-duration,.wvpl-size-lg .wvpl-position{font-size:13px}}.wvpl-shape-square .wvpl-left-box{border-radius:0}.wvpl-shape-rounded .wvpl-left-box{border-radius:10%}.wvpl-shape-circle .wvpl-left-box{border-radius:100%}.wvpl-right-box{padding:0;justify-content:flex-end;margin-left:.5em;flex-grow:1;opacity:1;transition:opacity .3s ease-in-out}.waveplayer.loading .wvpl-right-box{opacity:0}div.wvpl-overlay{justify-content:center;position:absolute;opacity:0;visibility:hidden;width:100%;height:100%;text-align:center;font-weight:100;line-height:1.2em;color:#0af;background-color:#fff;z-index:200;transition:opacity .3s ease-in-out 0s,visibility 0s linear .3s}div .wvpl-overlay>div.message,div .wvpl-overlay>div.percentage{font-size:13px;font-weight:200}.waveplayer.analyzing .wvpl-overlay{opacity:1;visibility:visible;transition:opacity .3s ease-in-out 0s,visibility 0s linear 0s}.wvpl-loading{width:200px;height:2px;background-color:#eee;position:relative;margin:0 auto}.wvpl-loading>div{width:0;height:2px;background-color:#0af;position:absolute;top:0;left:0}div .wvpl-overlay>div.message{line-height:32px}#wave-animation{height:50px;position:relative;width:78px;margin:0 auto;overflow:hidden}#wave-animation .bar{background:#0af;bottom:-10px;height:3px;position:absolute;width:8px;animation:wvpl-sound 0s linear infinite alternate}@keyframes wvpl-sound{0%{opacity:.2;height:10px;bottom:25px}100%{opacity:1;height:50px;bottom:5px}}#wave-animation .bar:nth-child(1){left:0;animation-duration:.8s;animation-delay:-.2s}#wave-animation .bar:nth-child(2){left:10px;animation-duration:1s;animation-delay:-.1s}#wave-animation .bar:nth-child(3){left:20px;animation-duration:.9s;animation-delay:-.7s}#wave-animation .bar:nth-child(4){left:30px;animation-duration:.7s;animation-delay:-.6s}#wave-animation .bar:nth-child(5){left:40px;animation-duration:.8s;animation-delay:-.5s}#wave-animation .bar:nth-child(6){left:50px;animation-duration:1s;animation-delay:-.8s}#wave-animation .bar:nth-child(7){left:60px;animation-duration:1.1s;animation-delay:-750ms}#wave-animation .bar:nth-child(8){left:70px;animation-duration:.9s;animation-delay:-250ms}.waveplayer.analyzing .wvpl-play,.waveplayer.loading .wvpl-play,.waveplayer.seeking .wvpl-play,.wvpl-spin::before{animation:wvpl-spin 1.5s infinite linear}.wvpl-interface{height:100%;width:100%;position:absolute;display:flex;z-index:40;flex-direction:column;justify-content:center;background-color:transparent;-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.wvpl-shape-square .wvpl-interface{border-radius:0}.wvpl-shape-rounded .wvpl-interface{border-radius:10%}.wvpl-shape-circle .wvpl-interface,.wvpl-shape-circle .wvpl-playlist-thumbnail{border-radius:100%}.wvpl-interface:hover{background-color:rgba(0,0,0,.5)}.wvpl-controls,.wvpl-info,.wvpl-volume{display:flex;justify-content:center;-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s;opacity:1;position:relative;z-index:2}.wvpl-controls{display:flex}.wvpl-controls.wvpl-inactive{opacity:0}.wvpl-player{width:0;height:0}.wvpl-size-xs div.wvpl-playlist,div.wvpl-playlist{width:100%;margin-left:8em;position:relative;display:none;margin-top:.3em;padding-left:.3em;overflow:hidden;overflow-y:auto;font-size:10px}.wvpl-playlist-wrapper{width:100%;position:relative}.wvpl-playlist ul{list-style:none;padding:0;margin:0}.wvpl-playlist li{text-align:left;line-height:1em;display:flex;padding:.3em}.wvpl-playlist li:hover{background:rgba(0,0,0,.133)}.wvpl-playlist li.playing{background:rgba(0,96,192,.133);font-weight:700}.wvpl-playlist li:not(:last-child){border-bottom:1px solid #7f7f7f}.wvpl-playlist li span{display:flex;font-size:.85em;align-self:center}.wvpl-playlist li span.wvpl-playlist-title{flex:1;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-left:.5em}.wvpl-playlist li span.wvpl-playlist-time{flex:0 0;font-size:.85em}.wvpl-playlist li span.wvpl-playlist-stats{flex:0 0;display:flex;align-items:center}.wvpl-size-xs .wvpl-playlist-thumbnail,img.wvpl-playlist-thumbnail{width:32px;height:32px;object-fit:cover;margin:0!important;cursor:pointer;flex:0 0}.wvpl-shape-rounded .wvpl-playlist-thumbnail{border-radius:15%}@media (max-width:480px){div.wvpl-playlist{margin-left:0}}@media (min-width:768px){.wvpl-size-sm div.wvpl-playlist,div.wvpl-playlist{font-size:15px}}@media (min-width:992px){.wvpl-size-md div.wvpl-playlist,div.wvpl-playlist{font-size:20px}}@media (min-width:1200px){.wvpl-size-lg div.wvpl-playlist,div.wvpl-playlist{font-size:25px}}.wvpl-icon{font-family:"Font Awesome 5 Free";font-weight:900;flex:1}.wvpl-icon.wvpl-share{font-family:"Font Awesome 5 Brands";font-weight:400}.wvpl-icon::before{width:1em;text-align:center}.wvpl-interface .wvpl-icon{color:#fff;align-self:center;cursor:pointer;text-shadow:0 0 2px rgba(0,0,0,1);-webkit-transition:opacity .25s,transform .25s;-moz-transition:opacity .25s,transform .25s;transition:opacity .25s,transform .25s}.wvpl-controls .wvpl-icon::before,.wvpl-stats.wvpl-icon::before{display:inline-block;text-align:center;transition:all .3s}.wvpl-icon.wvpl-play{font-size:2em;text-align:center}.wvpl-icon.wvpl-prev{padding-left:.5em}.wvpl-icon.wvpl-next{padding-right:.5em;text-align:right}.wvpl-icon.wvpl-disabled{cursor:default;visibility:hidden}.wvpl-volume{display:flex;flex-direction:column;justify-content:flex-end}.wvpl-interface .wvpl-volume{cursor:ew-resize;padding-bottom:5px}.wvpl-interface .wvpl-info{padding-top:5px}.wvpl-play::before{content:"\f04b"}.wvpl-prev::before{content:"\f053"}.wvpl-next::before{content:"\f054"}.wvpl-volume_off::before{content:"\f026"}.wvpl-volume_down::before{content:"\f027"}.wvpl-volume_up::before{content:"\f028"}.wvpl-info::before{content:"\f129"}.wvpl-times::before{content:"\f00d"}.wvpl-list::before{content:"\f0ca"}.waveplayer.playing .wvpl-play::before{content:"\f04c"}.waveplayer.analyzing .wvpl-play::before,.waveplayer.loading .wvpl-play::before,.waveplayer.seeking .wvpl-play::before{content:"\f021"}@keyframes wvpl-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}div.wvpl-volume-overlay{position:absolute;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);color:rgba(255,255,255,.8);font-size:6em;-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s;opacity:0}.wvpl-shape-circle div.wvpl-volume-overlay{border-radius:100%}.wvpl-shape-rounded div.wvpl-volume-overlay{border-radius:10%}.wvpl-volume-overlay.dragging{opacity:1}div.wvpl-volume-overlay span[class^=char]{display:inline-block;width:15px;text-align:center}.wvpl-poster{background-size:cover;height:100%;width:100%;position:absolute;opacity:1;transition:opacity .3s ease-in-out}.wvpl-centerline,.wvpl-infobar{-webkit-transition:all .25s;-moz-transition:all .25s}.wvpl-shape-square .wvpl-poster{border-radius:0}.wvpl-shape-rounded .wvpl-poster{border-radius:10%}.wvpl-shape-circle .wvpl-poster{border-radius:100%}.wvpl-poster img{width:100%;height:100%;object-fit:cover}.waveplayer.loading .wvpl-poster{opacity:0}.wvpl-infobar{position:absolute;top:0;right:0;flex-grow:0;flex-direction:column;z-index:10;max-width:100%;font-size:.75em;opacity:1;transition:all .25s;overflow:hidden}.wvpl-infobar.wvpl-inactive{opacity:0}.wvpl-playing-info{border-radius:.2em;align-self:flex-start;white-space:nowrap;position:relative;padding:.2em .4em}.wvpl-style-light .wvpl-playing-info{background-color:rgba(255,255,255,.67);color:#333}.wvpl-style-dark .wvpl-playing-info{background-color:rgba(0,0,0,.67);color:#ddd}.wvpl-infoblock{text-align:left;display:flex;align-items:center}.wvpl-playing-info .wvpl-title{font-weight:600}span.wvpl-stats{margin-left:.45em;padding:3px;border-radius:3px;display:block;transition:all .15s ease-in-out}.wvpl-stats .wvpl-value{font-size:.6em;font-weight:400;vertical-align:.8em;padding-left:.5em}@media screen and (max-width:600px){.wvpl-stats .wvpl-value,.wvpl-stats:not(.wvpl-button){display:none}}.wvpl-in_cart::before{content:"\f07a"}.wvpl-add_to_cart::before{content:"\f217"}.wvpl-runtime::before{content:"\f017"}.wvpl-likes::before{content:"\f004"}.wvpl-downloads::before{content:"\f019"}.wvpl-share::before{content:"\f1e0"}.wvpl-play_count::before{content:"\f04b"}.wvpl-share_fb::before{content:"\f09a"}.wvpl-share_gp::before{content:"\f2b3"}.wvpl-share_tw::before{content:"\f099"}.wvpl-share_ln::before{content:"\f0e1"}.wvpl-product_url::before{content:"\f466"}.wvpl-spin::before{content:"\f110"}.wvpl-icon.wvpl-likes.disabled{cursor:default}.wvpl-button{cursor:pointer;transition:all .4s}.wvpl-icon.wvpl-button:hover::before{opacity:1;transform:scale(1.25)}.wvpl-icon.wvpl-likes:hover::before{color:#800}.wvpl-icon.wvpl-likes.liked::before,.wvpl-icon.wvpl-likes.liked:hover::before{color:#e00}.wvpl-icon.wvpl-share_fb:hover::before{color:#3b5998}.wvpl-icon.wvpl-share_gp:hover::before{color:#d34836}.wvpl-icon.wvpl-share_tw:hover::before{color:#00aced}.wvpl-icon.wvpl-share_ln:hover::before{color:#007bb5}.wvpl-icon.wvpl-downloads:hover::before{color:#07b}.wvpl-icon.wvpl-product_url:hover::before{color:#96588a}.wvpl-icon.wvpl-add_to_cart:hover::before{color:#074}.wvpl-icon.wvpl-in_cart::before,.wvpl-icon.wvpl-in_cart:hover::before{color:#0b7}.wvpl-icon.wvpl-likes.disabled:hover,.wvpl-icon.wvpl-likes.liked.disabled:hover{transform:none}.wvpl-waveform{position:absolute;height:100%;width:100%;top:0;padding:0;margin:0}.wvpl-timeline{z-index:100;position:absolute;width:100%;height:10%;top:45%}.wvpl-centerline{position:absolute;width:100%;top:50%;height:1px;background:#fff;opacity:0;transition:all .25s}.wvpl-pointer{position:absolute;width:9px;height:9px;border-radius:50%;border:3px solid #c62;opacity:0;-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.wvpl-centerline.active,.wvpl-pointer.active{opacity:.67}div.wvpl-duration,div.wvpl-position{width:auto;height:auto;position:absolute;top:0;padding:.1em .25em;line-height:1.25em;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:100;background-color:#666;color:#fff;font-size:12px}.wvpl-position{left:0}.wvpl-duration{right:0}.waveplayer.analyzing .wvpl-duration,.waveplayer.analyzing .wvpl-position{visibility:hidden}.woocommerce-music-type{font-size:.875em}ul.products .waveplayer-no-thumbnail>a>img{display:none!important}.wave-color1.wvpl-scheme-light1{color:#888}.wave-color2.wvpl-scheme-light1{color:#444}.progress-color1.wvpl-scheme-light1{color:#0f8}.position-color1.wvpl-scheme-light1,.progress-color2.wvpl-scheme-light1{color:#084}.position-color2.wvpl-scheme-light1{color:#042}.cursor-color1.wvpl-scheme-light1{color:#0f8}.cursor-color2.wvpl-scheme-light1{color:#084}.wvpl-player-error{display:none;margin:20px 0}@-webkit-keyframes pulse{0%,100%{opacity:.25}50%{opacity:1}}@keyframes pulse{0%,100%{opacity:.25}50%{opacity:1}}#sticky-waveform{position:fixed;height:120px;width:100%;bottom:0;left:0;background:rgba(128,128,128,.75)}@charset "UTF-8";.edd-icon{display:inline-block;fill:currentColor;position:relative;top:-.0625em;vertical-align:middle;width:1em;height:1em}.edd-icon-lock{top:-.125rem}.edd-icon-spin{display:inline-block;-moz-animation:edd-icon-spin 2s infinite linear;-o-animation:edd-icon-spin 2s infinite linear;-webkit-animation:edd-icon-spin 2s infinite linear;animation:edd-icon-spin 2s infinite linear}@-moz-keyframes edd-icon-spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes edd-icon-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes edd-icon-spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes edd-icon-spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes edd-icon-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.edd_clearfix:after{display:block;visibility:hidden;float:none;clear:both;text-indent:-9999px;content:"."}#edd_checkout_cart{text-align:left;width:100%;border:none;margin:0 0 21px;table-layout:auto}#edd_checkout_cart td,#edd_checkout_cart th{text-align:left;border:1px solid #eee;color:#666;padding:.5em 1.387em}#edd_checkout_cart .edd_cart_header_row th{background:#fafafa;padding:1.387em}#edd_checkout_cart .edd_cart_discount_row th,#edd_checkout_cart .edd_cart_tax_row th{background:0 0}#edd_checkout_cart th{font-weight:700}#edd_checkout_cart td{line-height:25px;vertical-align:middle;background:#fff}#edd_checkout_cart td.edd_cart_actions,#edd_checkout_cart td:last-child,#edd_checkout_cart th.edd_cart_actions,#edd_checkout_cart th.edd_cart_total,#edd_checkout_cart th:last-child{text-align:right}#edd_checkout_cart td img{float:left;margin:0 8px 0 0;background:0 0;padding:0;border:none}#edd_checkout_cart input.edd-item-quantity{width:3em;padding:2px}#edd_checkout_cart .edd_discount{display:inline-block;margin-left:5px}.edd_discount_remove{display:inline-block;width:10px;height:11px;background:url(/wp-content/plugins/easy-digital-downloads/templates/images/xit.gif) 0 0 no-repeat;position:relative;top:3px}.edd_discount_remove:hover{background-position:-10px 0}#edd_checkout_cart br{display:none}#edd_checkout_cart a.edd-cart-saving-button{font-weight:400;text-decoration:none}#edd_checkout_form_wrap legend{display:block;font-size:120%;line-height:1;font-weight:700;width:100%;margin:0 0 21px;padding:0}#edd_checkout_form_wrap label{font-weight:700;display:block;position:relative;line-height:100%;font-size:95%;margin:0 0 5px}#edd_checkout_form_wrap span.edd-description{color:#666;font-size:80%;display:block;margin:0 0 5px}#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap textarea.edd-input{display:inline-block;width:70%}#edd_checkout_form_wrap select.edd-select{display:block;width:60%}#edd_checkout_form_wrap select.edd-select.edd-select-small{display:inline;width:auto}#edd_checkout_form_wrap input.edd-input.error,#edd_checkout_form_wrap textarea.edd-input.error{border-color:#c4554e}#edd_checkout_form_wrap>p{margin:0 0 21px}#edd_checkout_form_wrap span.edd-required-indicator{color:#b94a48;display:inline}#edd_checkout_form_wrap input[type=email],#edd_checkout_form_wrap input[type=password],#edd_checkout_form_wrap input[type=tel],#edd_checkout_form_wrap input[type=text],#edd_checkout_form_wrap textarea{padding:4px 6px}#edd_checkout_form_wrap input[type=radio]{border:none;margin-right:5px}#edd_checkout_form_wrap input[type=checkbox]{display:inline-block;margin:0 5px 0 0}#edd_checkout_form_wrap input[type=checkbox]+label,#edd_checkout_form_wrap input[type=checkbox]+label:after{display:inline}#edd_checkout_form_wrap .edd-payment-icons{height:32px;display:block;margin:0 0 8px}#edd_checkout_form_wrap .edd-payment-icons img.payment-icon{max-height:32px;width:auto;margin:0 3px 0 0;float:left;background:0 0;padding:0;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#edd_checkout_form_wrap #edd-payment-mode-wrap label{display:inline-block;margin:0 20px 0 0}#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label{font-weight:700;display:inline-block;position:relative;margin-bottom:5px}#edd_checkout_form_wrap fieldset{border:1px solid #eee;padding:1.387em;margin:0 0 21px}#edd_checkout_form_wrap #edd_discount_code,#edd_checkout_form_wrap #edd_purchase_submit,#edd_checkout_form_wrap #edd_register_account_fields{padding:0;border:none}#edd_checkout_form_wrap fieldset fieldset{margin:0;border:none;padding:0}#edd_checkout_form_wrap #edd-login-account-wrap,#edd_checkout_form_wrap #edd-new-account-wrap,#edd_checkout_form_wrap #edd_final_total_wrap,#edd_checkout_form_wrap #edd_show_discount,#edd_checkout_form_wrap .edd-cart-adjustment{background:#fafafa;color:#666;padding:.5em 1.387em}#edd_checkout_form_wrap #edd-discount-code-wrap,#edd_checkout_form_wrap #edd_final_total_wrap,#edd_checkout_form_wrap #edd_show_discount{border:1px solid #eee}#edd_checkout_form_wrap .edd-cart-adjustment{padding:1.387em}#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input,#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit{display:inline-block}#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit{padding:3px 12px;margin-bottom:2px}#edd_checkout_form_wrap #edd-discount-error-wrap{width:100%;display:inline-block;margin:1em 0 0}#edd_checkout_form_wrap #edd-login-account-wrap,#edd_checkout_form_wrap #edd-new-account-wrap{margin:-1.387em -1.387em 21px;border-left:none;border-right:none;border-top:none}#edd_checkout_form_wrap #edd_payment_mode_select{margin-bottom:21px}#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info{margin-bottom:21px}#edd_checkout_form_wrap fieldset#edd_register_account_fields legend{padding-top:11px}#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_login_password,#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_register_password{margin:0}#edd_checkout_form_wrap fieldset#edd_cc_fields{border:1px solid #f0f0f0;background:#f9f9f9;position:relative}#edd_checkout_form_wrap fieldset#edd_cc_fields legend{border:none;padding:0}#edd_checkout_form_wrap fieldset p:last-child{margin-bottom:0}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap{margin-top:5px}#edd_checkout_form_wrap #edd_purchase_final_total{margin:21px 0}#edd_checkout_form_wrap #edd_purchase_final_total p{margin:0}#edd_secure_site_wrapper{padding:4px 4px 4px 0;font-weight:700}#edd_checkout_form_wrap input.edd-input.card-number.valid{background-image:url(/wp-content/plugins/easy-digital-downloads/templates/images/tick.png);background-repeat:no-repeat;background-position:98% 50%}#edd_checkout_form_wrap span.exp-divider{display:inline}#edd_checkout_form_wrap span.card-type{position:absolute;top:-2px;right:0;width:43px;height:32px;background-size:43px 32px!important}#edd_checkout_form_wrap span.card-type.off{display:none}#edd_checkout_form_wrap span.card-type.visa{background:url(/wp-content/plugins/easy-digital-downloads/templates/images/icons/visa.png) no-repeat}#edd_checkout_form_wrap span.card-type.mastercard{background:url(/wp-content/plugins/easy-digital-downloads/templates/images/icons/mastercard.png) no-repeat}#edd_checkout_form_wrap span.card-type.discover{background:url(/wp-content/plugins/easy-digital-downloads/templates/images/icons/discover.png) no-repeat}#edd_checkout_form_wrap span.card-type.amex{background:url(/wp-content/plugins/easy-digital-downloads/templates/images/icons/americanexpress.png) no-repeat}#edd_checkout_form_wrap .edd-cart-ajax{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.edd-amazon-profile-wrapper{font-size:12px}.edd-amazon-profile-name{font-weight:600}.edd-amazon-logout{font-size:10px;line-height:12px}.edd-amazon-logout a{cursor:pointer}#edd-amazon-address-box,#edd-amazon-wallet-box{height:228px;width:350px}#edd-amazon-address-box{margin-bottom:15px}@media only screen and (min-width:768px){#edd-amazon-address-box,#edd-amazon-wallet-box{width:100%;height:228px}}.edd_purchase_submit_wrapper{position:relative}.edd_purchase_submit_wrapper a.edd-add-to-cart{text-decoration:none;display:none;position:relative;overflow:hidden}.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js{display:inline-block}.edd_purchase_submit_wrapper .edd-cart-ajax{display:none;position:relative;left:-35px}.edd-submit.button.edd-ajax-loading{padding-right:30px}.edd-add-to-cart .edd-add-to-cart-label{opacity:1}.edd-loading,.edd-loading:after{border-radius:50%;display:block;width:1.5em;height:1.5em}.edd-loading{-webkit-animation:edd-spinning 1.1s infinite linear;animation:edd-spinning 1.1s infinite linear;border-top:.2em solid rgba(255,255,255,.2);border-right:.2em solid rgba(255,255,255,.2);border-bottom:.2em solid rgba(255,255,255,.2);border-left:.2em solid #fff;font-size:.75em;position:absolute;left:calc(50% - .75em);top:calc(50% - .75em);opacity:0;-ms-transform:translateZ(0);transform:translateZ(0)}.edd-discount-loader.edd-loading,.edd-loading-ajax.edd-loading,a.edd-add-to-cart.white .edd-loading{border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-left-color:#000}.edd-loading-ajax.edd-loading{display:inline-block;position:relative;top:0;left:.25em;vertical-align:middle}#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit{display:inline-block}.edd-discount-loader.edd-loading{display:inline-block;position:relative;left:auto;vertical-align:middle;width:1.25em;height:1.25em}.edd-loading-ajax.edd-loading{opacity:1}@-webkit-keyframes edd-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes edd-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.edd-loading,a.edd-add-to-cart .edd-add-to-cart-label{-webkit-transition:.1s opacity!important;-moz-transition:.1s opacity!important;-ms-transition:.1s opacity!important;-o-transition:.1s opacity!important;transition:.1s opacity!important}.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label{opacity:0}.edd-add-to-cart[data-edd-loading] .edd-loading,.edd-discount-loader.edd-loading{opacity:1}.edd-cart-added-alert{color:#567622;display:block;position:absolute}.edd_form input.edd-input.required,.edd_form select.edd-select.required{color:#000}body.edd_receipt_page{background-color:#fff;color:#141412;margin:0;font-family:Helvetica,sans-serif;font-size:12px}body.edd_receipt_page:before{position:relative}body.edd_receipt_page #edd_receipt_wrapper{width:660px;margin:0 auto;padding:50px 0}body.edd_receipt_page table{display:table;width:100%;border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:2;margin:0 0 20px}body.edd_receipt_page td,body.edd_receipt_page th{display:table-cell;text-align:left;border-top:1px solid #ededed;padding:6px 10px;font-weight:400}body.edd_receipt_page th{font-weight:700;text-transform:uppercase}body.edd_receipt_page h3{font-size:22px;margin:40px 0 5px;clear:both;display:block;font-weight:700}body.edd_receipt_page li{list-style:none}table#edd_purchase_receipt,table#edd_purchase_receipt_products{width:100%}table#edd_purchase_receipt td,table#edd_purchase_receipt th,table#edd_purchase_receipt_products td,table#edd_purchase_receipt_products th{text-align:left}table#edd_purchase_receipt .edd_receipt_payment_status.cancelled,table#edd_purchase_receipt .edd_receipt_payment_status.failed,table#edd_purchase_receipt .edd_receipt_payment_status.pending,table#edd_purchase_receipt .edd_receipt_payment_status.revoked{color:#f73f2e}table#edd_purchase_receipt_products li{list-style:none;margin:0 0 8px 10px}table#edd_purchase_receipt ul,table#edd_purchase_receipt_products ul.edd_purchase_receipt_files{margin:0;padding:0}table#edd_purchase_receipt li.edd_download_file{list-style:none;margin:0 0 8px 0}table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes{font-style:italic}table#edd_purchase_receipt_products .edd_purchase_receipt_product_name{font-weight:700}table#edd_purchase_receipt_products .edd_bundled_product_name{font-style:italic;font-weight:700}#edd_user_history{text-align:left;width:100%;border-top:1px solid #f0f0f0;border-bottom:none}#edd_user_history td,#edd_user_history th{text-align:left;padding:3px 5px;border-bottom:1px solid #f0f0f0;border-top:none}#edd_user_history th{font-weight:700;background:#f5f5f5}#edd_user_history td{line-height:25px;vertical-align:middle}#edd_user_history .edd_purchase_status.cancelled,#edd_user_history .edd_purchase_status.failed,#edd_user_history .edd_purchase_status.pending,#edd_user_history .edd_purchase_status.revoked{color:#f73f2e}#edd_login_form legend,#edd_register_form legend{font-size:120%;margin-bottom:1em}#edd_login_form fieldset,#edd_register_form fieldset{border:none}#edd_login_form .edd-input,#edd_register_form .edd-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#edd_login_form label,#edd_register_form label{cursor:pointer}#edd_profile_editor_form p{margin-bottom:8px}#edd_profile_editor_form label{display:inline-block}#edd_profile_editor_form .edd-profile-emails{list-style-type:none;display:inline-table;margin-left:0;margin-bottom:0}#edd_profile_editor_form .edd-profile-email{width:auto}#edd_profile_editor_form .edd-profile-email .actions{display:none}#edd_profile_editor_form .edd-profile-email:hover>span{display:inline-block}.edd_added_to_cart_alert{padding:5px;font-size:14px;border:1px solid #046a9e;background:#9ecce2;color:#333;margin:8px 0}.edd_added_to_cart_alert a.edd_alert_checkout_link{color:#000!important}input.edd_submit_plain{background:0 0!important;border:none!important;padding:0!important;display:inline;cursor:pointer}.single-download .edd_download_purchase_form{margin-bottom:1.387em}.edd_download_purchase_form .edd_download_quantity_wrapper{margin:0 0 .5em}.edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity{width:75px}.edd_download_purchase_form .edd_price_options{margin:0 0 15px}.edd_download_purchase_form .edd_price_options ul{margin:0;padding:0;list-style:none}.edd_download_purchase_form .edd_price_options li{display:block;padding:0;margin:0}.edd_download_purchase_form .edd_price_options span{display:inline;padding:0;margin:0}.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper{padding-left:18px}.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper *{font-size:80%}.edd_download_purchase_form .edd_price_options input.edd-item-quantity{display:inline;width:50px;max-width:90%}#edd-purchase-button,.edd-submit,[type=submit].edd-submit{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.edd-submit.button:focus,[type=submit].edd-submit:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.edd-submit.button:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.edd-submit.plain{padding:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.edd-submit.button,.edd-submit.button.gray,.edd-submit.button:visited{color:#333;background:#f0f0f0;border-color:#ccc}.edd-submit.button.gray:active,.edd-submit.button.gray:focus,.edd-submit.button.gray:hover,.edd-submit.button:active,.edd-submit.button:focus,.edd-submit.button:hover{color:#333;background:#ebebeb;border-color:#adadad}.edd-submit.button.gray:active{background-image:none}.edd-submit.button.white{color:#333;background:#fff;border-color:#ccc}.edd-submit.button.white:active,.edd-submit.button.white:focus,.edd-submit.button.white:hover{color:#333;background:#ebebeb;border-color:#adadad}.edd-submit.button.white:active{background-image:none}.edd-submit.button.blue{color:#fff;background:#428bca;border-color:#357ebd}.edd-submit.button.blue.active,.edd-submit.button.blue:focus,.edd-submit.button.blue:hover{color:#fff;background:#3276b1;border-color:#285e8e}.edd-submit.button.blue.active{background-image:none}.edd-submit.button.red{color:#fff;background:#d9534f;border-color:#d43f3a}.edd-submit.button.red:active,.edd-submit.button.red:focus,.edd-submit.button.red:hover{color:#fff;background:#d2322d;border-color:#ac2925}.edd-submit.button.red:active{background-image:none}.edd-submit.button.green{color:#fff;background:#5cb85c;border-color:#4cae4c}.edd-submit.button.green:active,.edd-submit.button.green:focus,.edd-submit.button.green:hover{color:#fff;background:#47a447;border-color:#398439}.edd-submit.button.green:active{background-image:none}.edd-submit.button.yellow{color:#fff;background:#f0ad4e;border-color:#eea236}.edd-submit.button.yellow:active,.edd-submit.button.yellow:focus,.edd-submit.button.yellow:hover{color:#fff;background:#ed9c28;border-color:#d58512}.edd-submit.button.yellow:active{background-image:none}.edd-submit.button.orange{color:#fff;background:#ed9c28;border-color:#e3921e}.edd-submit.button.orange:active,.edd-submit.button.orange:focus,.edd-submit.button.orange:hover{color:#fff;background:#e59016;border-color:#d58512}.edd-submit.button.orange:active{background-image:none}.edd-submit.button.dark-gray{color:#fff;background:#363636;border-color:#222}.edd-submit.button.dark-gray:active,.edd-submit.button.dark-gray:focus,.edd-submit.button.dark-gray:hover{color:#fff;background:#333;border-color:#adadad}.edd-submit.button.dark-gray:active{background-image:none}.edd_downloads_list:after{content:"";display:table;clear:both}.edd_download{float:left}.edd_download_columns_1 .edd_download{width:100%}.edd_download_columns_2 .edd_download{width:50%}.edd_download_columns_0 .edd_download,.edd_download_columns_3 .edd_download{width:33%}.edd_download_columns_4 .edd_download{width:25%}.edd_download_columns_5 .edd_download{width:20%}.edd_download_columns_6 .edd_download{width:16.6%}.edd_download_inner{padding:0 8px 8px;margin:0 0 10px}.edd_download_columns_2 .edd_download:nth-child(2n+1),.edd_download_columns_3 .edd_download:nth-child(3n+1),.edd_download_columns_4 .edd_download:nth-child(4n+1),.edd_download_columns_5 .edd_download:nth-child(5n+1),.edd_download_columns_6 .edd_download:nth-child(6n+1){clear:left}.edd_download_image{max-width:100%}.edd_download .edd_price{margin-bottom:10px}.edd-hide-on-empty.cart-empty{display:none}edd-hide-on-empty.cart-not.empty{display:block}.edd-cart-ajax{margin:0 8px 0 4px;position:relative;top:2px;background:0 0;border:none;padding:0}.edd-cart-number-of-items{font-style:italic;color:grey}.edd-cart-meta.edd_subtotal{font-weight:700;font-style:italic}.edd-cart-meta.edd_cart_tax{font-size:1em;font-style:italic}.edd-cart-meta.edd_cart_tax::before{font-style:normal}.edd-cart-meta.edd_total{font-weight:700}.edd-cart-meta{padding:2px 5px}.edd-cart-meta.edd_subtotal,.edd-cart-meta.edd_total{background-color:#f9f9f9}.edd_errors:not(.edd-alert){-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #e6db55;margin:0 0 21px;background:#ffffe0;color:#333}.edd_error{padding:10px}p.edd_error{margin:0!important}.edd_success:not(.edd-alert){-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #b3ce89;margin:20px 0;background:#d5eab3;color:#567622;padding:6px 8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.edd-alert{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-bottom:20px;padding:10px;border:1px solid transparent;vertical-align:middle}.edd-alert p{padding:0}.edd-alert p:not(:last-child){margin-bottom:5px}.edd-alert p:last-child{margin-bottom:0}.edd-alert-error{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.edd-alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.edd-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.edd-alert-warn{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}/*---------------------------------------
	Buttons
---------------------------------------*/
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
	background-color: #EFEFEF;
	background-image: none;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.pmpro_btn:focus, .pmpro_content_message a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.pmpro_btn:hover,
a.pmpro_btn:hover,
.entry-content a.pmpro_btn:hover,
.pmpro_btn:focus,
.pmpro_checkout .pmpro_btn:hover,
.pmpro_checkout .pmpro_btn:focus,
.pmpro_content_message a:focus,
.pmpro_content_message a:hover {
	-webkit-box-shadow: none;
	border-color: #D6D6D6;
	box-shadow: none;
	text-decoration: none;
}
.pmpro_btn:active,
.pmpro_btn.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	outline: 0;
}
.pmpro_btn.disabled,
.pmpro_btn[disabled],
fieldset[disabled] .pmpro_btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	pointer-events: none;
}
.pmpro_btn.pmpro_btn-cancel,
.pmpro_btn.pmpro_btn-cancel:link,
.pmpro_btn.pmpro_btn-cancel:hover,
.entry-content a.pmpro_btn.pmpro_btn-cancel:hover {
	background: none;
	border: none;
	box-shadow: none;
    color: #666;
    text-decoration: underline;
}
.pmpro_btn.pmpro_btn-submit-checkout {
	width: auto;
}

input[type="button"]#discount_code_button,
input[type="button"]#discount_code_button:hover,
input[type="button"]#discount_code_button:focus,
input[type="button"]#other_discount_code_button,
input[type="button"]#other_discount_code_button:hover,
input[type="button"]#other_discount_code_button:focus {
	-webkit-appearance: none;
    -moz-appearance: none;
	background: none;
    border: none;
	box-shadow: none;
	color: inherit;
    cursor: pointer;
	display: inline-block;
	font-family: inherit;
    font-size: 100%;
	font-weight: normal;
	margin: 0 0 0 5px;
	outline: none;
    padding: 0;
	text-align: center;
    text-decoration: underline;
	text-transform: none;
}

/*---------------------------------------
	Forms
---------------------------------------*/
form.pmpro_form .pmpro_checkout-fields div {
	margin: 0 0 1em 0;
}
form.pmpro_form label {
	font-weight: 700;
	display: block;
	margin: 0;
	text-align: left;
}
form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields label {
	display: block;
	float: none;
	max-width: initial;
	min-width: initial;
	text-align: left;
	width: auto;
}
form.pmpro_form .pmpro_checkout-field-checkbox label {
	cursor: pointer;
	display: inline-block;
	width: auto;
}
form.pmpro_form label.pmpro_label-inline {
	display: inline-block;
}
form.pmpro_form label.pmpro_clickable {
	cursor: pointer;
}
form.pmpro_form .pmpro_asterisk abbr {
	border: none;
	text-decoration: none;
}
form.pmpro_form input[type=checkbox]#tos {
	width: auto;
}
form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select {
	display: inline-block;
	max-width: 90%;
}
form.pmpro_form .pmpro_checkout-field-bcity_state_zip .input,
form.pmpro_form .pmpro_checkout-field-bcity_state_zip select {
	max-width: 30%;
}
form.pmpro_form .pmpro_payment-cvv .input,
form.pmpro_form .pmpro_payment-discount-code .input,
form.pmpro_form #other_discount_code.input {
	max-width: 40%;
}
form.pmpro_form .lite {
	color: #666;
}
form.pmpro_form .pmpro_captcha div {
	clear: none;
	margin: 0;
}
form.pmpro_form .pmpro_submit{
	margin-top: 1em;
	text-align: right;
}
form.pmpro_form #pmpro_processing_message {
	color: #999;
	display: block;
	font-style: italic;
	margin: 1em 0 0 0;
	text-align: right;
}

/*--------------------------------------------------
	Messages - Success, Error, Alert
----------------------------------------------------*/
.pmpro_message {
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #31708f;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	margin: .5em 0;
	padding: 10px 15px;
	text-align: left;
}
.pmpro_success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.pmpro_error,
input[type="text"].pmpro_error,
input[type="email"].pmpro_error,
input[type="url"].pmpro_error,
input[type="password"].pmpro_error,
input[type="number"].pmpro_error,
input[type="tel"].pmpro_error,
input[type="range"].pmpro_error,
input[type="date"].pmpro_error,
input[type="month"].pmpro_error,
input[type="week"].pmpro_error,
input[type="time"].pmpro_error,
input[type="datetime"].pmpro_error,
input[type="datetime-local"].pmpro_error,
input[type="color"].pmpro_error,
textarea.pmpro_error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.pmpro_alert {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.pmpro_content_message a {
	margin: 5px 5px 0 0;
}
.pmpro_message a {
	color: #245269;
	text-decoration: underline;
}
.pmpro_success a {
	color: #2b542c;
}
.pmpro_error a {
	color: #843534;
}
.pmpro_alert a {
	color: #66512c;
}
input.pmpro_error {
	background-image: none;
}
select.pmpro_error {
	background-image: none;
}

#pmpro_message_bottom {
	margin-bottom: 1em;
}
/*---------------------------------------
	Membership Checkout
---------------------------------------*/
#pmpro_form .pmpro_checkout h3 {
	margin: 1em 0 0 0;
	padding: 0;
}
.pmpro_checkout h3 span.pmpro_checkout-h3-name {
	display: inline-block;
	margin: 0 .5rem 1rem 0;
}
.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
}
#pmpro_payment_method span.gateway_paypalexpress {
	margin-left: 2em;
}
#pmpro_payment_information_fields .pmpro_checkout-fields-display-seal {
	clear: both;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 3fr 1em 1fr;
	grid-template-columns: 3fr 1fr;
	grid-gap: 1em;
}
#pmpro_license {
	background: #FFF;
	border: 1px solid #CCC;
	color: #666;
	height: 200px;
	margin: 3px;
	overflow: auto;
	padding: 5px;
}

/* Stripe gateway Membership Checkout specific styles. */
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1em auto 1em auto;
	    grid-template-areas:
		"AccountNumber AccountNumber"
		"Expiry CVV"
		"DiscountCode DiscountCode";
	grid-gap: 1em;
	-ms-grid-columns: 1fr 1em 1fr;
	grid-template-columns: 1fr 1fr;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
	color: #666;
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0;
	padding: 0.625em 0.4375em;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-account-number,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-account-number {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: AccountNumber;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-expiration,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-expiration {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: Expiry;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-cvv,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-cvv {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: CVV;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-discount-code {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: DiscountCode;
}

/*---------------------------------------
	Membership Confirmation
---------------------------------------*/

/*---------------------------------------
	Membership Invoice
---------------------------------------*/
.pmpro_invoice_details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pmpro_invoice_details .pmpro_invoice-billing-address,
.pmpro_invoice_details .pmpro_invoice-payment-method,
.pmpro_invoice_details .pmpro_invoice-total {
	-webkit-box-flex: 3;
	    -ms-flex: 3 1 33%;
	        flex: 3 1 33%;
}
.pmpro_invoice_details .pmpro_invoice-billing-address,
.pmpro_invoice_details .pmpro_invoice-payment-method {
	padding-right: 10px;
}

/*---------------------------------------
	Membership Account
---------------------------------------*/
#pmpro_account .pmpro_box {
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 1em 0;
}
#pmpro_account .pmpro_box h3 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#pmpro_account .pmpro_box p {
	margin: .5em 0 0 0;
	padding: 0;
}
#pmpro_account .pmpro_box ul {
	margin-bottom: 0;
}
#pmpro_account #pmpro_account-membership { }
#pmpro_account #pmpro_account-profile { }
#pmpro_account #pmpro_account-billing { }
#pmpro_account #pmpro_account-invoices { }
#pmpro_account #pmpro_account-links { }

#pmpro_account #pmpro_account-membership .pmpro_table td:nth-child(1) {
	min-width: 200px;
}
#pmpro_account #pmpro_account-profile .pmpro_actionlinks {
	margin-top: .5em;
}

.pmpro_actionlinks a {
	display: inline-block;
	margin-right: .5rem;
	text-decoration: none;
}
.pmpro_actionlinks a:last-child {
	margin-right: 0;
}
.pmpro_hidden {
	display: none;
}
li.pmpro_more {
	list-style-type: none;
	margin-left: -20px;
	padding-left: 0;
	text-align: center;
}
/*---------------------------------------
	Membership Levels
---------------------------------------*/
#pmpro_levels_table { }
#pmpro_levels_table td:nth-child(1) {
	min-width: 200px;
}
#pmpro_levels_table .pmpro_btn {
	display: block;
}
/*---------------------------------------
	Misc
---------------------------------------*/
.pmpro_a-right {
	float: right;
	font-size: 11px;
	text-align: right;
	text-decoration: underline;
	width: auto;
}
.pmpro_a-print {
	background: url(/wp-content/plugins/paid-memberships-pro/images/printer-icon.svg) top left no-repeat;
	color: #345395;
	cursor: pointer;
	float: right;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 0px 2px 20px;
	text-decoration: none;
	width: auto;
}
.pmpro_red {
	color: #CC0000;
}
.pmpro_grey {
	color: #999;
}
.top1em {
	margin-top: 1em;
}
.bot1em {
	margin-bottom: 1em;
}
.bot0em {
	margin-bottom: 0em;
}
.clear {
	clear: both;
}
.pmpro_small {
	font-size: .8em;
}

/*---------------------------------------
	Responsive Styles
---------------------------------------*/
@media (max-width:768px) {
	#pmpro_account #pmpro_account-membership .pmpro_table td:nth-child(1),
	#pmpro_levels_table td:nth-child(1) {
		min-width: unset;
	}
	.pmpro_checkout h3 span.pmpro_checkout-h3-name {
		display: block;
	}
	.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
		display: block;
		margin-bottom: 1em;
	}
	form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input {
		width: 90%;
	}
	form.pmpro_form input[type=text]#other_discount_code, form.pmpro_form input[type=text]#CVV, form.pmpro_form input[type=text]#discount_code {
		width: 40%;
	}
	#pmpro_payment_information_fields .pmpro_checkout-fields-display-seal {
		display: block;
	}
	form.pmpro_form .pmpro_btn {
		display: block;
		width: 100%;
	}
	form.pmpro_form #pmpro_processing_message {
		text-align: center;
	}
	.pmpro_invoice_details {
		display: block;
	}
}
@charset "UTF-8";
/* CSS Document */

#pmpro_payment_method .pmpro_checkout-fields {margin-bottom: 1em; }
#pmpro_payment_method span.gateway_paypalexpress {margin-left: 2em; }

@media only screen and (max-width: 767px) {
	#pmpro_payment_method span.gateway_paypalexpress {
		display: block;
		margin: 1em 0 0 0;
	}
}
@import "https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700|Poppins";
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'PaymentFont';
  src: url("/wp-content/themes/crrow777/assets/fonts/paymentfont-webfont.eot");
  src: url("/wp-content/themes/crrow777/assets/fonts/paymentfont-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/crrow777/assets/fonts/paymentfont-webfont.woff") format("woff2"), url("/wp-content/themes/crrow777/assets/fonts/paymentfont-webfont.woff") format("woff"), url("/wp-content/themes/crrow777/assets/fonts/paymentfont-webfont.ttf") format("truetype"), url("/wp-content/themes/crrow777/assets/fonts/paymentfont-webfont.svg#paymentfont-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pf {
  display: inline-block;
  font: normal normal normal 14px/1 PaymentFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pf-amazon:before {
  content: "\f000";
}

.pf-american-express:before {
  content: "\f001";
}

.pf-american-express-alt:before {
  content: "\f002";
}

.pf-atm:before {
  content: "\f003";
}

.pf-bankomat:before {
  content: "\f004";
}

.pf-bank-transfer:before {
  content: "\f005";
}

.pf-bitcoin:before {
  content: "\f006";
}

.pf-bitcoin-sign:before {
  content: "\f007";
}

.pf-braintree:before {
  content: "\f008";
}

.pf-btc:before {
  content: "\f009";
}

.pf-card:before {
  content: "\f00a";
}

.pf-carta-si:before {
  content: "\f00b";
}

.pf-cash:before {
  content: "\f00c";
}

.pf-cash-on-delivery:before {
  content: "\f00d";
}

.pf-cb:before {
  content: "\f00e";
}

.pf-cirrus:before {
  content: "\f00f";
}

.pf-cirrus-alt:before {
  content: "\f010";
}

.pf-clickandbuy:before {
  content: "\f011";
}

.pf-credit-card:before {
  content: "\f012";
}

.pf-diners:before {
  content: "\f013";
}

.pf-discover:before {
  content: "\f014";
}

.pf-ec:before {
  content: "\f015";
}

.pf-eps:before {
  content: "\f016";
}

.pf-eur:before {
  content: "\f017";
}

.pf-facture:before {
  content: "\f018";
}

.pf-fattura:before {
  content: "\f019";
}

.pf-flattr:before {
  content: "\f01a";
}

.pf-giropay:before {
  content: "\f01b";
}

.pf-gittip:before,
.pf-gratipay:before {
  content: "\f01c";
}

.pf-google-wallet:before {
  content: "\f01d";
}

.pf-google-wallet-alt:before {
  content: "\f01e";
}

.pf-gbp:before {
  content: "\f01f";
}

.pf-ideal:before {
  content: "\f020";
}

.pf-ils:before {
  content: "\f021";
}

.pf-inr:before {
  content: "\f022";
}

.pf-invoice:before {
  content: "\f023";
}

.pf-invoice-sign:before {
  content: "\f024";
}

.pf-invoice-sign-alt:before {
  content: "\f025";
}

.pf-invoice-sign-alt-o:before {
  content: "\f026";
}

.pf-invoice-sign-o:before {
  content: "\f027";
}

.pf-jcb:before {
  content: "\f028";
}

.pf-jpy:before {
  content: "\f029";
}

.pf-krw:before {
  content: "\f02a";
}

.pf-maestro:before {
  content: "\f02b";
}

.pf-maestro-alt:before {
  content: "\f02c";
}

.pf-mastercard:before {
  content: "\f02d";
}

.pf-mastercard-alt:before {
  content: "\f02e";
}

.pf-mastercard-securecode:before {
  content: "\f02f";
}

.pf-ogone:before {
  content: "\f030";
}

.pf-paybox:before {
  content: "\f031";
}

.pf-paylife:before {
  content: "\f032";
}

.pf-paypal:before {
  content: "\f033";
}

.pf-paypal-alt:before {
  content: "\f034";
}

.pf-paysafecard:before {
  content: "\f035";
}

.pf-postepay:before {
  content: "\f036";
}

.pf-quick:before {
  content: "\f037";
}

.pf-rechnung:before {
  content: "\f038";
}

.pf-ripple:before {
  content: "\f039";
}

.pf-rub:before {
  content: "\f03a";
}

.pf-skrill:before {
  content: "\f03b";
}

.pf-sofort:before {
  content: "\f03c";
}

.pf-square:before {
  content: "\f03d";
}

.pf-stripe:before {
  content: "\f03e";
}

.pf-truste:before {
  content: "\f03f";
}

.pf-try:before {
  content: "\f040";
}

.pf-unionpay:before {
  content: "\f041";
}

.pf-usd:before {
  content: "\f042";
}

.pf-verified-by-visa:before {
  content: "\f043";
}

.pf-verisign:before {
  content: "\f044";
}

.pf-visa:before {
  content: "\f045";
}

.pf-visa-electron:before {
  content: "\f046";
}

.pf-western-union:before {
  content: "\f047";
}

.pf-western-union-alt:before {
  content: "\f048";
}

.pf-wirecard:before {
  content: "\f049";
}

.pf-sepa:before {
  content: "\f04a";
}

.pf-sepa-alt:before {
  content: "\f04b";
}

.pf-apple-pay:before {
  content: "\f04c";
}

.pf-interac:before {
  content: "\f04d";
}

.pf-paymill:before {
  content: "\f04e";
}

.pf-dankort:before {
  content: "\f04f";
}

.pf-bancontact-mister-cash:before {
  content: "\f050";
}

.pf-moip:before {
  content: "\f051";
}

.pf-pagseguro:before {
  content: "\f052";
}

.pf-cash-on-pickup:before {
  content: "\f053";
}

.pf-sage:before {
  content: "\f054";
}

.pf-elo:before {
  content: "\f055";
}

.pf-elo-alt:before {
  content: "\f056";
}

.pf-payu:before {
  content: "\f057";
}

.pf-mercado-pago:before {
  content: "\f058";
}

.pf-mercado-pago-sign:before {
  content: "\f059";
}

.pf-payshop:before {
  content: "\f05a";
}

.pf-multibanco:before {
  content: "\f05b";
}

.pf-gratipay-sign:before {
  content: "\f05c";
}

.pf-six:before {
  content: "\f05d";
}

.pf-cashcloud:before {
  content: "\f05e";
}

/*
 * Finito!
 */

.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;
}

/*
TAGS
**************************************************/
img {
  max-width: 100%;
}

/*
GLOBALS
**************************************************/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.container {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.container .row {
  position: relative;
  width: 100%;
}
.container .row [class^="col"] {
  float: left;
  margin: 0 2%;
}
.container .row [class^="col"].pull-right {
  float: right;
}
.container .row [class^="col"].thinmargin {
  margin: 0 1%;
}
.container .row [class^="col"].nomargin {
  margin: 0;
}
.container .row::after {
  visibility: hidden;
  content: "";
  display: table;
  clear: both;
  height: 0;
  font-size: 0;
}
.container .row.table {
  margin: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
.col-1.thinmargin,
.col-2.thinmargin,
.col-3.thinmargin,
.col-4.thinmargin,
.col-5.thinmargin,
.col-6.thinmargin,
.col-7.thinmargin,
.col-8.thinmargin,
.col-9.thinmargin,
.col-10.thinmargin,
.col-11.thinmargin,
.col-12.thinmargin {
  width: 98%;
}
.col-1.nomargin,
.col-2.nomargin,
.col-3.nomargin,
.col-4.nomargin,
.col-5.nomargin,
.col-6.nomargin,
.col-7.nomargin,
.col-8.nomargin,
.col-9.nomargin,
.col-10.nomargin,
.col-11.nomargin,
.col-12.nomargin {
  width: 100%;
}

.col-1-sm {
  width: 4.33%;
}
.col-1-sm.thinmargin {
  width: 6.33%;
}
.col-1-sm.nomargin {
  width: 8.33%;
}

.col-2-sm {
  width: 12.66%;
}
.col-2-sm.thinmargin {
  width: 14.66%;
}
.col-2-sm.nomargin {
  width: 16.66%;
}

.col-3-sm {
  width: 21%;
}
.col-3-sm.thinmargin {
  width: 23%;
}
.col-3-sm.nomargin {
  width: 25%;
}

.col-4-sm {
  width: 29.33%;
}
.col-4-sm.thinmargin {
  width: 31.33%;
}
.col-4-sm.nomargin {
  width: 33.33%;
}

.col-5-sm {
  width: 37.66%;
}
.col-5-sm.thinmargin {
  width: 39.66%;
}
.col-5-sm.nomargin {
  width: 41.66%;
}

.col-6-sm {
  width: 46%;
}
.col-6-sm.thinmargin {
  width: 48%;
}
.col-6-sm.nomargin {
  width: 50%;
}

.col-7-sm {
  width: 54.33%;
}
.col-7-sm.thinmargin {
  width: 56.33%;
}
.col-7-sm.nomargin {
  width: 58.33%;
}

.col-8-sm {
  width: 60.66%;
}
.col-8-sm.thinmargin {
  width: 62.66%;
}
.col-8-sm.nomargin {
  width: 64.66%;
}

.col-9-sm {
  width: 71%;
}
.col-9-sm.thinmargin {
  width: 73%;
}
.col-9-sm.nomargin {
  width: 75%;
}

.col-10-sm {
  width: 79.33%;
}
.col-10-sm.thinmargin {
  width: 81.33%;
}
.col-10-sm.nomargin {
  width: 83.33%;
}

.col-11-sm {
  width: 87.66%;
}
.col-11-sm.thinmargin {
  width: 89.66%;
}
.col-11-sm.nomargin {
  width: 91.66%;
}

.col-12-sm {
  width: 96%;
}
.col-12-sm.thinmargin {
  width: 98%;
}
.col-12-sm.nomargin {
  width: 100%;
}

.hidden-sm {
  display: none;
}

.show-sm {
  display: block;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 100%;
  }
  .container .col-1 {
    width: 4.33%;
  }
  .container .col-1.thinmargin {
    width: 6.33%;
  }
  .container .col-1.nomargin {
    width: 8.33%;
  }
  .container .col-2 {
    width: 12.66%;
  }
  .container .col-2.thinmargin {
    width: 14.66%;
  }
  .container .col-2.nomargin {
    width: 16.66%;
  }
  .container .col-3 {
    width: 21%;
  }
  .container .col-3.thinmargin {
    width: 23%;
  }
  .container .col-3.nomargin {
    width: 25%;
  }
  .container .col-4 {
    width: 29.33%;
  }
  .container .col-4.thinmargin {
    width: 31.33%;
  }
  .container .col-4.nomargin {
    width: 33.33%;
  }
  .container .col-5 {
    width: 37.66%;
  }
  .container .col-5.thinmargin {
    width: 39.66%;
  }
  .container .col-5.nomargin {
    width: 41.66%;
  }
  .container .col-6 {
    width: 46%;
  }
  .container .col-6.thinmargin {
    width: 48%;
  }
  .container .col-6.nomargin {
    width: 50%;
  }
  .container .col-7 {
    width: 54.33%;
  }
  .container .col-7.thinmargin {
    width: 56.33%;
  }
  .container .col-7.nomargin {
    width: 58.33%;
  }
  .container .col-8 {
    width: 60.66%;
  }
  .container .col-8.thinmargin {
    width: 62.66%;
  }
  .container .col-8.nomargin {
    width: 64.66%;
  }
  .container .col-9 {
    width: 71%;
  }
  .container .col-9.thinmargin {
    width: 73%;
  }
  .container .col-9.nomargin {
    width: 75%;
  }
  .container .col-10 {
    width: 79.33%;
  }
  .container .col-10.thinmargin {
    width: 81.33%;
  }
  .container .col-10.nomargin {
    width: 83.33%;
  }
  .container .col-11 {
    width: 87.66%;
  }
  .container .col-11.thinmargin {
    width: 89.66%;
  }
  .container .col-11.nomargin {
    width: 91.66%;
  }
  .container .col-12 {
    width: 96%;
  }
  .container .col-12.thinmargin {
    width: 98%;
  }
  .container .col-12.nomargin {
    width: 100%;
  }

  .hidden-sm {
    display: block;
  }

  .show-sm {
    display: none;
  }
}
body {
  background-color: #cccccc;
  font-family: "Titillium Web", Arial, serif;
}
body .wrapper > header {
  background-color: #ffffff;
  min-height: 70px;
}
body .wrapper > header .menu-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  body .wrapper > header .menu-mobile {
    display: block;
  }
}
body .wrapper > header .menu-mobile .row {
  position: static;
}
body .wrapper > header .menu-mobile .logo {
  height: 70px;
  display: table;
}
body .wrapper > header .menu-mobile .logo .logo-cell {
  display: table-cell;
  vertical-align: middle;
}
body .wrapper > header .menu-mobile .logo .logo-cell img {
  display: block;
}
body .wrapper > header .menu-mobile label {
  font-size: 24px;
  line-height: 70px;
  cursor: pointer;
}
body .wrapper > header .menu-mobile #toggle {
  display: none;
}
body .wrapper > header .menu-mobile #toggle:checked + .menu {
  display: block;
}
body .wrapper > header .menu-mobile .menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  left: 0px;
  right: 0px;
  text-align: left;
  z-index: 1000;
  box-shadow: 0px 4px 5px rgba(15, 16, 16, 0.5);
}
body .wrapper > header .menu-mobile .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .wrapper > header .menu-mobile .menu ul li {
  text-align: center;
  display: block;
  padding: 10px;
}
body .wrapper > header .menu-mobile .menu ul li a {
  text-decoration: none;
  color: #4172c6;
}
@media screen and (max-width: 1024px) {
  body .wrapper > header .menu-desktop {
    display: none;
  }
}
body .wrapper > header .menu-desktop .logo {
  background-image: url(/wp-content/themes/crrow777/assets/img/logo-crow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  margin: 10px;
  float: left;
}
body .wrapper > header .menu-desktop .menu-main {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
body .wrapper > header .menu-desktop .menu-main > li:first-child::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/themes/crrow777/assets/img/logo-crow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 13px;
  left: -60px;
}
body .wrapper > header .menu-desktop .menu-main li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  line-height: 70px;
  padding: 0px 10px;
}
body .wrapper > header .menu-desktop .menu-main li.current-menu-item {
  font-weight: bold;
}
body .wrapper > header .menu-desktop .menu-main li a {
  color: #0f1010;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
body .wrapper > header .menu-desktop .menu-main li a:hover {
  color: #4172c6;
}
body .wrapper > header .menu-desktop .menu-main li:hover .sub-menu {
  display: block;
}
body .wrapper > header .menu-desktop .menu-main li .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: normal;
  box-shadow: 0px 2px 6px rgba(15, 16, 16, 0.4);
}
body .wrapper > header .menu-desktop .menu-main li .sub-menu li {
  width: 150px;
  height: auto;
  line-height: 1em;
  display: block;
  border-top: solid 1px rgba(204, 204, 204, 0.5);
}
body .wrapper > header .menu-desktop .menu-main li .sub-menu li a {
  padding: 15px;
  display: block;
}
body .wrapper > header .menu-desktop .social-main {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
body .wrapper > header .menu-desktop .social-main li {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin-right: 10px;
  position: relative;
}
body .wrapper > header .menu-desktop .social-main li.fa {
  font-size: 30px;
}
body .wrapper > header .menu-desktop .social-main li:hover {
  color: #4172c6;
}
body .wrapper > header .menu-desktop .social-main li a {
  color: #0f1010;
  font-size: 18px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1185px) {
  body .wrapper > header .menu-desktop .social-main li a {
    font-size: 14px;
  }
}
body .wrapper > header .logo-bar {
  background-color: #0f1010;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  body .wrapper > header .logo-bar {
    display: none;
  }
}
body .wrapper > header .logo-bar img {
  display: block;
  margin: auto;
  padding: 4px 0 0 0;
}
body .wrapper #hero {
  position: relative;
  overflow: hidden;
  width: calc(100vw - 15px);
  height: 482px;
  background-color: #0f1010;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  body .wrapper #hero {
    display: none;
  }
}
body .wrapper #hero .logo {
  position: absolute;
  background-image: url(/wp-content/themes/crrow777/assets/img/logo.png);
  width: 1027px;
  height: 120px;
  margin: 0 0 0 -514px;
  z-index: 10;
  top: 160px;
  left: 50%;
}
body .wrapper #hero .logo h2 {
  position: relative;
  z-index: 9;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 24px;
  font-weight: 200;
  top: 110px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 10px 10px 10px rgba(15, 16, 16, 0.5);
}
body .wrapper #hero[data-moving=false] .spotlight {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 50% !important;
  left: 50% !important;
}
body .wrapper #hero .spotlight {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  margin: -1000px 0 0 -2000px;
  height: 2000px;
  width: 4000px;
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 10%, black 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 10%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
body .wrapper #hero .tile {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(/wp-content/themes/crrow777/assets/img/heroTile.png);
  background-repeat: repeat;
}
body .wrapper #hero .video {
  display: none;
  opacity: 0.5;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body .wrapper #hero .video video {
  width: 100%;
  height: 100%;
}
body .wrapper #content {
  min-height: 200px;
  z-index: 12;
  position: relative;
  /* ============================================================
    CUSTOM PAGINATION
  ============================================================ */
}
body .wrapper #content a {
  color: #4172c6;
  font-style: normal;
}
body .wrapper #content a:hover {
  text-decoration: none;
}
body .wrapper #content h1 {
  margin: 10px 0;
  color: #4172c6;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  text-shadow: 3px 3px 3px rgba(15, 16, 16, 0.1);
}
body .wrapper #content h1 a {
  color: #ba1717;
  text-decoration: none;
}
body .wrapper #content h1 a:hover {
  text-decoration: underline;
}
body .wrapper #content h2 {
  margin: 10px 0;
  color: #4172c6;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  text-shadow: 3px 3px 3px rgba(15, 16, 16, 0.1);
}
body .wrapper #content h2 a {
  color: #ba1717;
  text-decoration: none;
}
body .wrapper #content h2 a:hover {
  text-decoration: underline;
}
body .wrapper #content p {
  margin-top: 0;
  margin-bottom: 0;
}
body .wrapper #content table {
  width: 100%;
}
body .wrapper #content table th {
  text-align: left;
}
body .wrapper #content article .padding {
  padding: 20px;
}
body .wrapper #content input[type=button],
body .wrapper #content input[type=reset],
body .wrapper #content input[type=submit],
body .wrapper #content .pmpro_btn,
body .wrapper #content .button {
  background-color: #4172c6;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  border: 0;
  outline: 0;
}
body .wrapper #content .inline-photo {
  float: left;
  padding: 0 20px 5px 0;
}
body .wrapper #content #commentsbox {
  margin-top: 40px;
}
body .wrapper #content #comment {
  width: 100%;
  height: 100px;
}
body .wrapper #content #widget-become-a-member {
  background-color: #ba1717;
  background-image: url("/wp-content/themes/crrow777/assets/img/sun-crows.jpg");
  background-size: cover;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
body .wrapper #content #widget-become-a-member a {
  color: #ffffff;
}
body .wrapper #content #widget-site-secure {
  background-color: #edc11b;
  padding: 20px;
  color: #fff;
  margin: 10px 0px;
  text-align: center;
}
body .wrapper #content #widget-site-secure .fa {
  font-size: 70px;
  color: #0f1010;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}
body .wrapper #content #widget-site-secure p {
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.2em;
}
body .wrapper #content .callouts {
  padding-bottom: 50px;
  background-image: url("/wp-content/themes/crrow777/assets/img/footer_lodyas.png");
}
@media screen and (max-width: 1024px) {
  body .wrapper #content .callouts {
    padding: 20px 0px;
  }
}
body .wrapper #content .callouts .callout {
  margin-top: -65px;
  border: solid 10px white;
  box-shadow: 0px 4px 20px rgba(15, 16, 16, 0.5);
}
@media screen and (max-width: 1024px) {
  body .wrapper #content .callouts .callout {
    margin: 0 0 10px 0;
    box-shadow: none;
  }
}
body .wrapper #content .callouts .callout .image {
  overflow: hidden;
  width: 380px;
  height: 233px;
}
@media screen and (max-width: 1024px) {
  body .wrapper #content .callouts .callout .image {
    display: none;
  }
}
body .wrapper #content .callouts .callout .image img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .wrapper #content .callouts .callout .image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body .wrapper #content .callouts .callout .padding {
  padding: 30px 20px 80px;
  position: relative;
  min-height: 140px;
}
@media screen and (max-width: 1024px) {
  body .wrapper #content .callouts .callout .padding {
    min-height: inherit;
  }
}
body .wrapper #content .callouts .callout .padding h2 {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 1em;
}
body .wrapper #content .callouts .callout .padding p {
  font-family: "Titillium Web", Arial, serif;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  line-height: 1.5em;
}
body .wrapper #content .callouts .callout .padding .button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: rgba(15, 16, 16, 0.4);
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-family: "Titillium Web", Arial, serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
body .wrapper #content .callouts .callout .padding .button:hover {
  background-color: rgba(15, 16, 16, 0.7);
}
body .wrapper #content .lunar {
  background-image: url("/wp-content/themes/crrow777/assets/img/lunarWaveBackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
  padding: 100px 0 0 0;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  body .wrapper #content .lunar {
    padding: 10px 0;
    height: auto;
  }
}
body .wrapper #content .lunar h3 {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 30px;
  margin: 0;
  color: #4172c6;
  text-transform: uppercase;
  text-align: center;
}
body .wrapper #content .lunar p {
  font-size: 16px;
}
body .wrapper #content .sidebar {
  background-color: #ffffff;
  padding: 20px;
  min-height: 300px;
}
body .wrapper #content .sidebar h2 {
  margin-top: 0;
}
body .wrapper #content .sidebar h3 {
  margin-bottom: 0;
}
body .wrapper #content .sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .wrapper #content .sidebar .menu-social-container ul li {
  font-size: 30px;
  position: relative;
  margin-right: 10px;
}
body .wrapper #content .sidebar .menu-social-container ul li:hover {
  color: #4172c6;
}
body .wrapper #content .sidebar .menu-social-container ul li a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  body .wrapper #content .sidebar {
    display: none;
  }
}
body .wrapper #content .custom-pagination {
  text-align: right;
  margin-bottom: 20px;
}
body .wrapper #content .custom-pagination span,
body .wrapper #content .custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
body .wrapper #content .custom-pagination a {
  background-color: #ebebeb;
  color: #4172c6;
}
body .wrapper #content .custom-pagination a:hover {
  background-color: #4172c6;
  color: #fff;
}
body .wrapper #content .custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
body .wrapper #content .custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
body .wrapper #content .custom-pagination span.current {
  background-color: #4172c6;
  color: #fff;
}
body .wrapper footer {
  background-color: #0f1010;
  background-image: url(/wp-content/themes/crrow777/assets/img/heroTile.png);
  background-repeat: repeat;
  position: relative;
  color: #ffffff;
  padding: 80px 0px;
}
@media screen and (max-width: 1024px) {
  body .wrapper footer {
    padding: 20px 0px;
  }
}
body .wrapper footer .spotlight {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
body .wrapper footer .container {
  position: relative;
  z-index: 9;
}
body .wrapper footer .container h3 {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 24px;
  color: #4172c6;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body .wrapper footer .container h3 {
    text-align: center;
  }
}
body .wrapper footer .container p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body .wrapper footer .container p {
    text-align: center;
  }
}
body .wrapper footer .container .copy {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  body .wrapper footer .container .menu-footer-ancillary-container {
    text-align: center;
  }
}
body .wrapper footer .container .menu-social-container {
  margin-bottom: 20px;
}
body .wrapper footer .container .menu-social-container ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body .wrapper footer .container .menu-social-container ul {
    text-align: center;
  }
}
body .wrapper footer .container .menu-social-container ul li {
  font-size: 36px;
  position: relative;
  margin-right: 10px;
}
body .wrapper footer .container .menu-social-container ul li:hover {
  color: #4172c6;
}
body .wrapper footer .container .menu-social-container ul li a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
body .wrapper footer .container .menu-footer-container {
  margin-bottom: 20px;
}
body .wrapper footer .container .menu-footer-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  body .wrapper footer .container .menu-footer-container ul {
    text-align: center;
  }
}
body .wrapper footer .container .menu-footer-container ul li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
body .wrapper footer .container .menu-footer-container ul li a:hover {
  color: #4172c6;
}
body .wrapper footer .container .menu-footer-ancillary-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .wrapper footer .container .menu-footer-ancillary-container ul li {
  display: inline-block;
}
body .wrapper footer .container .menu-footer-ancillary-container ul li:after {
  content: ' |';
}
body .wrapper footer .container .menu-footer-ancillary-container ul li:last-child::after {
  content: '';
}
body .wrapper footer .container .menu-footer-ancillary-container ul li a {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
body .wrapper footer .container .menu-footer-ancillary-container ul li a:hover {
  color: #4172c6;
}
body.home .logo-bar {
  display: none;
}
body.interior #content {
  padding: 40px 0 80px;
}
body.single .bbp-forums *,
body.single .bbp-topics *,
body.single .bbp-topic-form *,
body.single .bbp-replies *, body.page .bbp-forums *,
body.page .bbp-topics *,
body.page .bbp-topic-form *,
body.page .bbp-replies *, body.archive .bbp-forums *,
body.archive .bbp-topics *,
body.archive .bbp-topic-form *,
body.archive .bbp-replies *, body.bbpress .bbp-forums *,
body.bbpress .bbp-topics *,
body.bbpress .bbp-topic-form *,
body.bbpress .bbp-replies * {
  font-size: 16px;
}
body.single article, body.page article, body.archive article, body.bbpress article {
  background-color: #ffffff;
}
body.single article .hero, body.page article .hero, body.archive article .hero, body.bbpress article .hero {
  min-height: 200px;
}
body.single article .hero img, body.page article .hero img, body.archive article .hero img, body.bbpress article .hero img {
  width: 100%;
  height: auto;
}
body.single article p, body.page article p, body.archive article p, body.bbpress article p {
  margin-bottom: 20px !important;
}
body.single .sidebar .cat-post-current a, body.page .sidebar .cat-post-current a, body.archive .sidebar .cat-post-current a, body.bbpress .sidebar .cat-post-current a {
  color: #ba1717 !important;
}
body.bbpress .wp-editor-area {
  border: solid 1px #cccccc;
}
body.bbpress .button {
  padding: 4px 8px !important;
}
.pmpro_bbp_membership_msg {clear: both; color:#FF0004; font-size: 16px; font-weight: bold;}

body.single-post article, body.single-download article {
  padding: 20px;
}
body.single-post article h4, body.single-download article h4 {
  margin: 0;
  color: #b3b3b3;
}
body.page-contact input[type=text],
body.page-contact input[type=number],
body.page-contact input[type=tel],
body.page-contact input[type=email],
body.page-contact textarea, body.page-support input[type=text],
body.page-support input[type=number],
body.page-support input[type=tel],
body.page-support input[type=email],
body.page-support textarea {
  width: 100%;
  font-size: 18px;
}
body.page-checkout #pmpro_payment_method .pmpro_checkout-fields {
  margin-top: 0;
  padding: 10px 30px;
  background-color: #eaeaea;
}
body.page-checkout #pmpro_payment_method .pmpro_checkout-fields .gateway_braintree .pf,
body.page-checkout #pmpro_payment_method .pmpro_checkout-fields .gateway_paypalexpress .pf {
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  margin: 0 0 0 10px;
}
body.page-checkout #pmpro_payment_method .pmpro_checkout-fields .gateway_braintree .pf {
  font-size: 30px;
}
body.page-checkout #pmpro_payment_method .pmpro_checkout-fields .gateway_braintree .pf span {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  vertical-align: middle;
}
body.blog article, body.page-free-episodes article, body.page-episodes article, body.post-type-archive-download article {
  margin-bottom: 20px;
  background-color: #ffffff;
}
body.blog article h1, body.page-free-episodes article h1, body.page-episodes article h1, body.post-type-archive-download article h1 {
  color: #0f1010 !important;
}
body.blog article h4, body.page-free-episodes article h4, body.page-episodes article h4, body.post-type-archive-download article h4 {
  margin: 0;
  color: #b3b3b3;
}
body.blog article .padding, body.page-free-episodes article .padding, body.page-episodes article .padding, body.post-type-archive-download article .padding {
  padding: 20px 0px 20px 10px !important;
}
body.blog article .thumbnail, body.page-free-episodes article .thumbnail, body.page-episodes article .thumbnail, body.post-type-archive-download article .thumbnail {
  margin: 10px auto 0px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  body.blog article .thumbnail, body.page-free-episodes article .thumbnail, body.page-episodes article .thumbnail, body.post-type-archive-download article .thumbnail {
    margin: 0px;
  }
}
body.blog article .button, body.page-free-episodes article .button, body.page-episodes article .button, body.post-type-archive-download article .button {
  margin: 10px 0px 10px;
  display: block;
  text-align: center;
}
body.pmpro-account .pmpro_box {
  padding: 20px;
}
body.pmpro-account .pmpro_box#pmpro_account-profile p {
  margin: 0 !important;
}
body.pmpro-account .pmpro_box#pmpro_account-profile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.pmpro-levels #key {
  width: auto !important;
  border: solid 1px #cccccc;
  margin-bottom: 20px;
}
body.pmpro-levels #key td {
  padding: 10px;
}
body.pmpro-levels #key td i {
  font-size: 20px;
}
body.pmpro-levels #key td i.fa-refresh {
  color: #ba1717;
}
body.pmpro-levels #key td i.fa-user-circle {
  color: #4172c6;
}
body.pmpro-levels #pmpro_levels_table tr:nth-child(1) td:first-child:before, body.pmpro-levels #pmpro_levels_table tr:nth-child(2) td:first-child:before, body.pmpro-levels #pmpro_levels_table tr:nth-child(3) td:first-child:before, body.pmpro-levels #pmpro_levels_table tr:nth-child(4) td:first-child:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f2BD';
  color: #4172c6;
  padding: 0 10px;
}
body.pmpro-levels #pmpro_levels_table tr:nth-child(5) td:first-child:before, body.pmpro-levels #pmpro_levels_table tr:nth-child(6) td:first-child:before, body.pmpro-levels #pmpro_levels_table tr:nth-child(7) td:first-child:before, body.pmpro-levels #pmpro_levels_table tr:nth-child(8) td:first-child:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f021';
  color: #ba1717;
  padding: 0 10px;
}
body.pmpro-levels #pmpro_levels_table tr:nth-child(4) td {
  padding-bottom: 20px;
  border-bottom: solid 1px #cccccc;
}
body.pmpro-levels #pmpro_levels_table tr:nth-child(8) td {
  padding-bottom: 50px;
}

#pmpro_levels_table .pmpro_btn {
	margin: 5px 0px;
}

.dl-row {margin-top: 25px; margin-bottom: 30px;}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-decoration: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none !important;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-subscribe {
margin-right: 2px;
margin-bottom: 15px
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.col-md-6.ad {
	margin: 0 !important;
	padding: 0;
}

.message {
	background-color: #dff0d8;
	padding: 15px;
}