.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}@font-face {
font-family: 'rswpthemes';
src:  url(//doordashinfo.com/wp-content/plugins/rs-author-info-box/assets/webfonts/fonts/rswpthemes.eot?iy3ejp);
src:  url(//doordashinfo.com/wp-content/plugins/rs-author-info-box/assets/webfonts/fonts/rswpthemes.eot?iy3ejp#iefix) format('embedded-opentype'),
url(//doordashinfo.com/wp-content/plugins/rs-author-info-box/assets/webfonts/fonts/rswpthemes.ttf?iy3ejp) format('truetype'),
url(//doordashinfo.com/wp-content/plugins/rs-author-info-box/assets/webfonts/fonts/rswpthemes.woff?iy3ejp) format('woff'),
url(//doordashinfo.com/wp-content/plugins/rs-author-info-box/assets/webfonts/fonts/rswpthemes.svg?iy3ejp#rswpthemes) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'rswpthemes' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-stack-overflow:before {
content: "\e925";
}
.icon-star-half-stroke-solid:before {
content: "\e901";
}
.icon-star-solid:before {
content: "\e902";
}
.icon-star-regular:before {
content: "\e903";
}
.icon-wattpad:before {
content: "\e904";
}
.icon-comment-solid:before {
content: "\e905";
}
.icon-search:before {
content: "\e906";
}
.icon-square-check-solid:before {
content: "\e907";
}
.icon-repeat-solid:before {
content: "\e908";
}
.icon-clock-regular:before {
content: "\e909";
}
.icon-calendar:before {
content: "\e90a";
}
.icon-user-solid:before {
content: "\e90b";
}
.icon-circle-xmark:before {
content: "\e90c";
}
.icon-dribbble:before {
content: "\e90d";
}
.icon-medium:before {
content: "\e90e";
}
.icon-codepen:before {
content: "\e90f";
}
.icon-behance:before {
content: "\e910";
}
.icon-goodreads:before {
content: "\e911";
}
.icon-slack:before {
content: "\e912";
}
.icon-wordpress:before {
content: "\e913";
}
.icon-youtube:before {
content: "\e914";
}
.icon-discord:before {
content: "\e915";
}
.icon-tiktok:before {
content: "\e916";
}
.icon-arrow-down-solid:before {
content: "\e917";
}
.icon-arrow-up-solid:before {
content: "\e918";
}
.icon-arrow-left-solid:before {
content: "\e919";
}
.icon-arrow-right-solid:before {
content: "\e91a";
}
.icon-angle-down-solid:before {
content: "\e91b";
}
.icon-angle-up-solid:before {
content: "\e91c";
}
.icon-angle-right-solid:before {
content: "\e91d";
}
.icon-angle-left-solid:before {
content: "\e91e";
}
.icon-apple:before {
content: "\e91f";
}
.icon-google:before {
content: "\e920";
}
.icon-tumblr:before {
content: "\e921";
}
.icon-kickstarter:before {
content: "\e922";
}
.icon-github:before {
content: "\e923";
}
.icon-whatsapp:before {
content: "\e924";
}
.icon-line:before {
content: "\e926";
}
.icon-linkedin:before {
content: "\e927";
}
.icon-pinterest:before {
content: "\e928";
}
.icon-hashtag:before {
content: "\e92a";
}
.icon-instagram:before {
content: "\e92b";
}
.icon-instagram:before {
content: "\e92c";
}
.icon-twitter:before {
content: "\e92d";
}
.icon-facebook-messenger:before {
content: "\e92f";
}
.icon-facebook:before {
content: "\e900";
}.rs-author-info-box_author-bio-image-inner {
position: relative;
padding-bottom: 60px;
}
.rs-author-info-box_author-bio-image-inner .profile-picture {
position: absolute;
bottom: 0;
width: 120px;
height: 120px;
left: 50%;
margin-left: -60px;
}
.rs-author-info-box_author-bio-image-inner .profile-picture img {
border-radius: 50%;
display: block;
}
.rs-author-info-box_author-bio-image-inner .banner-image img {
display: block;
}
.rs-author-info-box_author-bio-image-inner.no-banner-image {
padding-bottom: 0;
}
.rs-author-info-box_author-bio-image-inner.no-banner-image .profile-picture {
margin: 0 auto;
position: static;
width: 160px;
height: 160px;
}
.rs-author-info-box_author-bio-content {
margin-top: 1.5em;
text-align: center;
}
.rs-author-info-box_author-bio-content h4 {
margin-top: 0;
margin-bottom: 5px;
text-align: center;
}
.rs-author-info-box_author-bio-content .author-profession p {
margin-top: 0;
margin-bottom: 0;
}
.rs-author-info-box_author-bio-content .author-description {
color: #444444;
}
.rs-author-info-box_author-social-profiles-links .social-link {
display: inline-block;
}
.rs-author-info-box_author-social-profiles-links .social-link a {
padding: 0 .5em;
}
.rs-author-info-box_author-social-profiles-links {
text-align: center;
}
.rs-author-info-box_social_link {
text-align: center;
}
.rs-author-info-box_social_link .social-link {
display: flex;
flex-flow: wrap;
align-items: center;
justify-content: center;
}
.rs-author-info-box_social_link .social-link a {
display: inline-block;
padding: .5em;
color: #000000;
}
.rs-author-info-box_social_link .social-link a:hover {
color: #fb4747;
}
.rs-author-info-box_author-bio-content .author-description a {
font-weight: bold;
text-transform: lowercase;
}
.rs-author-info-box_social_link .social-link a.custom-icon-wattpad {
width: 20px;
height: 20px;
display: inline-block;
background-image: url(//doordashinfo.com/wp-content/plugins/rs-author-info-box/assets/css/icons/wattpad.png);
background-size: cover;
margin-left: 7px;
}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}