span.tap-disclosure-notice-icon{display:inline-block;position:relative;top:4px}span.tap-disclosure-notice-icon .dashicons,span.tap-disclosure-notice-icon .dashicons:before{width:14px;height:14px;font-size:14px}.tap-disclosure-notice-tooltip{display:none;position:absolute;width:200px;background:rgba(0,0,0,.7);color:#fff;border-radius:5px;font-size:12px;padding:5px 10px;box-sizing:border-box;transition:all .5s;opacity:1}.tap-disclosure-notice-tooltip:after{content:"";position:absolute;bottom:-20px;left:calc(50% - 12px);display:inline-block;width:1px;height:1px;border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid transparent}.tap-disclosure-notice-tooltip.show{display:block}.tap-disclosure-notice-tooltip.fade{opacity:0}.tap-disclosure-notice-tooltip a{color:#fff;text-decoration:underline}.tap-disclosure-notice-tooltip a:hover{color:#ccecd8}.tap_disclosure_notice_bottom_post{clear:both;margin-top:20px}
aside.onebox{border:5px solid #e9e9e9;margin-bottom:1em;padding:12px 25px 12px 12px;font-size:1em}aside.onebox .site-icon{width:16px;height:16px;margin-right:3px}aside.onebox .onebox-body .onebox-avatar{max-height:none;max-width:none;height:60px;width:60px;margin-right:10px;float:left}.aspect-image{max-width:20%;min-height:60px;max-height:170px;height:auto;width:auto;margin-right:10px;float:left;clear:both}.aspect-image:after{content:"";display:table;clear:both}aside.onebox .onebox-body img{width:100%;height:auto}aside.onebox header a[href]{color:#919191;text-decoration:none}aside.onebox .onebox-body h3,aside.onebox .onebox-body h4{font-size:1em;max-width:calc(80% - 10px);margin:0 0 10px;float:left;clear:none;padding-top:0}aside.onebox .onebox-body a[href]{color:#08c;text-decoration:none}aside.onebox .onebox-body p,.onebox-body .tweet{float:left;max-width:calc(80% - 20px);clear:none}article.onebox-body:after{content:"";display:table;clear:both}.onebox-body .tweet,.onebox-body .tweet+.date{float:left}.comment-body .quote .title{border-left:5px solid #e9e9e9;background-color:#f9f9f9;color:#646464;padding:12px 12px 1px}.comment-body .quote blockquote{border-left:5px solid #e9e9e9;background-color:#f9f9f9;font-size:1em;padding:12px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:none;border-right:none;border-bottom:none;clear:both}.comment-body .quote blockquote p:last-child{margin-bottom:0}.comment-body aside.quote .title .avatar{margin-right:7px}.comment-body .quote .title a{color:#08c}.comment-body .quote .title a .badge-category{color:#222}span.badge-category-bg{width:9px;height:9px;display:inline-block;margin-right:5px;margin-left:5px}.wpdc-poll-link,.wpdc-onebox-link{display:block}.lightbox-wrapper .meta{display:none}

/* 
    Created on : Nov 20, 2018, 3:55:15 PM
    Author     : Magazine3
*/
@media only screen and (min-width: 992px) {
    .pwaforwp-footer-prompt {
        padding: 1% 3%;
     flex-direction: row;
    justify-content: center;
    }
}
.pwaforwp-footer-prompt{
    display: none;
    width: 100%;
    line-height: 2em;    
    color: #333;
    text-align: center;
    text-decoration: none;    
    min-height: 10%;
    padding:15px 0px 15px 0px;
    position: fixed;
    bottom: 0;
    justify-content: flex-end;
    flex-direction: column;
    flex-grow: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    z-index: 9999;
}
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after{
  content: "✖";
  color: #d5e0eb;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.40);
  border-radius: 30px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 22px;
  cursor: pointer;
} 
.pwaforwp-bounceInUp{
    animation-name: bounceInUp;
}
.pwaforwp-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.pwaforwp-btn{
    border: none;   
    display: inline-block;
    border-radius: 4px;
    height: auto;
    line-height: 1;
    min-width: auto;
    padding: 8px 16px;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    font-family: sans-serif;
    text-transform: none;
    transition: all .2s ease-in-out;
}
/* Center the loader */
#pwaforwp_loading_div {
width: 100%;
height: 200%;
position: fixed;
top: 0;
left: 0;
background-color: white;
z-index: 500;
}
.pwaforwp-loading-wrapper{display:none;}
#pwaforwp_loading_icon {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 501;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
/** Add to home screen CSS **/
#pwaforwp-add-to-home-click h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  line-height: 1.4;
  font-family: sans-serif;
}
@media(max-width:425px){
  #pwaforwp-add-to-home-click h3 {
    font-size: 16px;
  }
  .pwaforwp-btn{
    font-size: 14px;
  }
  .pwaforwp-footer-prompt{
    padding:15px 0px 10px 0px;
  }
  .pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
    right: 5px;
    top: 5px;
  }
}
body,html{font-size:100%;font:"Questrial,sans-serif";line-height:2 !important}@media screen and (max-width:768px){h1{font-size:1.6rem !important}h2{font-size:1.3rem !important}article li{margin-top:15px}ul,ol{padding:3px}ul,ol li{padding:2px}ul,ol li li{padding:2px}ul,ol li li li{padding:2px}}@media screen and (min-width:769px){p{font-size:1.3rem !important;margin-top:30px !important}article li{font-size:1.3rem !important;margin-top:30px !important}.commentlist p{font-size:1rem !important}}@media (max-width:575px){.navbar>.container{position:static;width:100%}}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.navbar-topbar{border-radius:0}.navbar .dropdown-menu li{width:100%;margin-left:0 !important}.navbar .dropdown-menu{margin-top:0}#content article{margin:25px 0}#content header{margin:20px 0}#content section{margin-bottom:20px}#content footer{padding-bottom:20px}.page-header{background:#f9f9f9 none repeat scroll 0 0;border-bottom:1px solid #eee;margin:40px 0 20px;padding:10px 14px}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder{color:transparent}input:focus::-moz-placeholder{color:transparent}textarea:focus::-webkit-input-placeholder{color:transparent}textarea:focus:-moz-placeholder{color:transparent}textarea:focus::-moz-placeholder{color:transparent}#respond{margin-top:40px}ol.comment-list{counter-reset:li;padding:0}ol.commentlist{counter-reset:li;padding:0}ol.commentlist ul{padding:0}ol.commentlist>li{position:relative;margin:0 0 10px;list-style:none}ol.commentlist>li:before{counter-increment:li;position:absolute;top:0;right:0;padding:3px 5px 5px;color:#999}ol.commentlist li ol,ol.commentlist li ul{list-style-type:none;margin:0}.commentlist li{padding:20px}.commentlist ul li{margin-top:15px;margin-bottom:0}.reply p{margin:0}input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus,.gsc-search-button{box-sizing:content-box !important;line-height:normal !important}.gsc-result .gs-title{line-height:1.5}.gsc-tabsArea div{overflow:visible !important}img{display:block;height:auto;max-width:100%;margin:0 auto}.header-low-margin{margin-top:-5px !important}.post-category a{margin:0 5px 5px 0;background-color:#0c0;display:inline-block;padding:4px 8px;border-radius:2px;text-decoration:none;text-transform:uppercase;text-shadow:0 1px 0 rgba(255,255,255,.7);font-size:80%;color:#fff;-webkit-font-smoothing:antialiased}.post-category a:hover{margin:0 5px 5px 0;background-color:#36c;display:inline-block;padding:4px 8px;border-radius:2px;text-decoration:none;text-transform:uppercase;text-shadow:0 1px 0 rgba(255,255,255,.7);font-size:80%;color:#fff;-webkit-font-smoothing:antialiased}.am22CardShadow{box-shadow:0 3px 10px rgba(0,0,0,.1)}blockquote{background:#f9f9f9;border-left:7px solid #ccc;margin:1.5em 5px;padding:.5em 10px}blockquote:before{color:#ccc;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em}blockquote p{display:inline}ol.comment-list{list-style:none;margin:0 0 1em;padding:0;text-indent:0}ol.comment-list li.comment div.vcard{font:normal 16px georgia,times,serif}ol.comment-list li.comment div.vcard cite.fn{font-style:normal}ol.comment-list li.comment div.vcard img.avatar{border:2px solid #ccc;float:right;margin:0 0 1em 1em}ol.comment-list li.comment div.comment-meta{font-size:9px}ol.comment-list li.comment div.comment-meta a{color:#ccc}ol.comment-list li.comment p{margin:0 0 1em}ol.comment-list li.comment ul{font-size:11px;list-style:square;margin:0 0 1em 2em}ol.comment-list li.comment div.reply{font-size:11px}ol.comment-list li.comment div.reply a{font-weight:700}ol.comment-list li.comment ul.children{list-style:none;margin:1em 0 0;text-indent:0}ol.comment-list li.parent{border-left:5px solid #111}
.topbutton{height:50px;width:50px;position:fixed;right:5px;bottom:20px;z-index:1;background-repeat:no-repeat;display:none}
input::-webkit-search-decoration,input::-webkit-search-cancel-button{display:none}input[type=search]{outline:none;-webkit-appearance:textfield;-webkit-box-sizing:content-box;font-family:inherit;font-size:100%;background:#ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;border:solid 1px #ccc;padding:9px 10px 9px 32px;width:15px;padding-left:10px;color:transparent;cursor:pointer;-webkit-border-radius:10em;-moz-border-radius:10em;border-radius:10em;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}input[type=search]:focus{width:130px;background-color:#fff;border-color:#66cc75;padding-left:32px;color:#000;cursor:auto;-webkit-box-shadow:0 0 5px rgba(109,207,246,.5);-moz-box-shadow:0 0 5px rgba(109,207,246,.5);box-shadow:0 0 5px rgba(109,207,246,.5)}input:-moz-placeholder{color:#999}input::-webkit-input-placeholder{color:#999}input[type=search]:hover{background-color:#fff}input:-moz-placeholder{color:transparent}input::-webkit-input-placeholder{color:transparent}
.broken_link,a.broken_link{text-decoration:line-through}
.code-block-default{margin:8px 0;clear:both}