#gc-dropzone-template {
    display: none;
}

.no-p-margin-bottom p {
    margin-bottom: 0px !important;
}

#gc-page-template {
    display: none;
}

.fragmentThing:hover {
    opacity: 0 !important;
}

.z-index--front {
    z-index: 99999;
}

.comic-info--p {
    color: #333;
    font-size: 1.2rem;
}

.position--relative {
    position: relative;
}
.position--absolute {
    position: absolute !important;
}

.user-profile--avatar-crop-trigger {
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    display: none;
    padding: 25px;
    border-radius: 50%;
}

/*.fancybox-inner a {
    color: #f17b0b;
}*/
.link--white {
    color: #fff !important;
}

.ajax-modal-container {
    width: 100%;
    max-width: 800px;
    /*padding: 30px;*/
    display: block;
    position: relative;
}
.ajax-modal-container h1 {
    font-size: 2.5rem;
}

.delete-comment-confirm {
    width: 100%;
}

/*.edited-comment-text {
    font-style: italic;
    padding-top: 4px;
    color: #A29F9C;
    font-size: 1.0rem;
    display: block;
}*/

.noty-wide {
    width: 600px;
}
.atwho-view {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    color: black;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    z-index: 11110 !important;
}

.atwho-view .atwho-header {
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-bottom: solid 1px #eaeff1;
    color: #6f8092;
    font-size: 11px;
    font-weight: bold;
}

.atwho-view .atwho-header .small {
    color: #6f8092;
    float: right;
    padding-top: 2px;
    margin-right: -5px;
    font-size: 12px;
    font-weight: normal;
}

.atwho-view .atwho-header:hover {
    cursor: default;
}

.atwho-view .cur {
    background: #3366FF;
    color: white;
}
.atwho-view .cur small {
    color: white;
}
.atwho-view strong {
    color: #3366FF;
}
.atwho-view .cur strong {
    color: white;
    font-weight:bold;
}
.atwho-view ul {
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
    max-height: 200px;
    overflow-y: auto;
}
.atwho-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    /* border-top: 1px solid #C8C8C8; */
}
.atwho-view small {
    font-size: smaller;
    color: #777;
    font-weight: normal;
}

nav#feed a:link, nav#feed a:visited {
    color: white;
    text-decoration: none;
    padding: 1.1em 0.8em 1em 0.8em;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: right;
    font-size: 1.4rem;
}
nav#feed a:hover, nav#feed li.active a {
    color: #f17b0b;
}
/**
 * Header
 */
/*  CC Hacks */

a { text-decoration: none; }


.dark {
    background: #e4e3dd !important;
}
.section-nav {

}
.comic-reads {
    padding: 0.5rem 1.0rem;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0rem;
    right: 0;
    background: #f17b0b;

}
.comic-reads-complete {
    background: #38C700;

}

.comic-reads-in-progress {
    /*background: #B8BA01; */
}
.content a {
    color: #f17b0b;
}

/*.my-feed a {
    color: #f17b0b;
}*/
.paginator li {
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    padding: 1rem;
}


em {
    font-style: italic;
}
.full-bleed-padding {
    padding: 7rem 0;
}
.full-bleed-padding h2 {
    font-size: 3.0em;
}
.full-bleed-padding ul {
    font-size: 1.7em;
    padding: 0.5em 0;
}
.full-bleed-padding li {
    padding: 0.3em 0;
}
.hero-image {
    background-size: cover !important;
}
.hero-image h1 {
    font-weight: 400;
    font-size: 3.6em;
    padding-top: 8rem;
    padding-bottom: 1rem;
    color: white;
    -webkit-font-smoothing: antialiased;

}
.hero-image h4 {
    font-weight: 100;
    font-size: 1.9em;
    padding-top: 0rem;
    padding-bottom: 6rem;
    color: white;
    -webkit-font-smoothing: antialiased;

}

.comic-cover-photo {
    position: relative;
    margin-bottom: 1em;
    max-width: 26em;
}
.comic-cover-photo img {
    width: 100%;
    height: auto;
}
.left-nav {
    min-height: 20em;
    width: 26em;
    display: inline-block;
    vertical-align: top;
}
.right-content {
    display: inline-block;
    padding-left: 3em;
    position: relative;
}
.right-content th {
    font-size: 1.7rem;
    font-weight: 600;
    padding: 0.5rem 0
}
.right-content table {
    width: 80rem !important;
    font-size: 1.7rem;
    clear: right;
}
.right-content table td {
    padding: 0.2rem 0;
}

.active-button {
    background: #fff;
    font-weight: 100;
    /*padding: 0.6rem 1rem;*/
    padding: 1.6rem 3rem;
    color: #111 !important;
    text-decoration: none;
    font-size: 2.2rem;
    border-radius: 4px;
    border: 1px solid #111;
    text-transform: uppercase;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    cursor: pointer;
}
.action-button:hover {
    background: #E87901;
}
.secondary-button {
    background-color: rgba(50, 50, 50, 0.8);
    font-weight: 100;
    padding: 1.6rem 3rem;
    color: white !important;
    text-decoration: none;
    font-size: 2.2rem;
    border-radius: 4px;
    border: 1px solid #000;
    text-transform: uppercase;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    cursor: pointer;
}
.secondary-button:hover {
    background-color: rgba(25, 25, 25, 0.9);

}

.wide-button {
    display: block;
    margin: 1em 0;
}
.breathe-vertical {
    margin: 1em 0;
}
.buy-comic input[type="submit"] {
    width: 100%;
}
.homepage-banner {
    padding: 3em 0;
}
.homepage-banner h1 {
    -webkit-font-smoothing: antialiased;
    font-size: 3.6em;
    color: white;
    font-weight: 100;
    text-align: center;
}
.homepage-banner h2 {
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 2.0em;
    padding-top: 1em;
    text-align: center;
}
.search table {
    font-size: 2.0em;
}
.left-adminbar {
    display: block;
    vertical-align: top;
    float: left;
}
.admin-content {
    display: inline-block;
    width: 74%;
    margin-left: 2%;
    margin-bottom: 1.7em;
    font-size: 1.4em;
    line-height: 1.4em;
}
.admin-content h1 {
    font-size: 2.5em;
}
.admin-content h2 {
    font-size: 1.7em;
    padding: 1em 0;
}



.content label {

}

strong, b {
    font-weight: 500 !important;
}



/*.email-form {
    padding-top: 2rem;
}
.password-form {
    padding-top: 2.5rem;
}*/



/*.formerror {
    color: red !important;
}*/



/*#id_roman_name {
    width: 100%;
    max-width: 30em;
}*/
#l_id_roman_name {
    padding: 0.5em 0;
}

#id_status::-webkit-input-placeholder {
    color: #aaaaaa;
}

#id_status:-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa;
}

#id_status::-moz-placeholder {  /* Firefox 19+ */
    color: #aaaaaa;
}

#id_status:-ms-input-placeholder {
    color: #aaaaaa;
}




.create-artist-profile {


}
.create-artist-profile h2 {
    font-size: 2.9em;
    padding: 0 0 0.5em;
}
.create-artist-profile label {
    display: inline-block;
    font-size:  1.7em;

}
.create-artist-profile br {
    display: none;
}
.create-artist-profile select {
    display: inline-block;
    width: 19em;
    margin-left: 1em;
    font-size:  1.7em;

}
.create-artist-profile input[type="submit"] {
    cursor: pointer;
}
.create-artist-profile form {
}


.select2-container > .select2-dropdown {
    z-index: 9999;
}
.select2-selection--single {
    height: 34px !important;
}


.artist-bio {
    font-size: 1.4em;
    text-align: right;
    color: #bababa;
}
.artist-cover {
    vertical-align: bottom;
    position: relative;
}
.artist-cover-container {
    width: 100%;
}
.artist-buttons {
    width: 10em;
}
.artist-follow {
    width: 24em;
}
.artist-cover h1 {
    font-weight: 400;
    font-size: 3.6em;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-align: right;
}
.artist-contact {
}
.artist-avatar {
}


.comic .right-content {

}
.comic .right-content hr {
    border-bottom: 0px solid;
}
.comic .right-content h4 {
    padding-top: 4rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #c3bbb0;
}

.cover-link {
    width: 11rem !important;
    height: 16.0rem !important;
    float: left;
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 2rem;
}

.comic-fullbleed {
    font-size: 2.5rem;
}
.comic-fullbleed:nth-child(odd) {
    background-color: #fff;
}

.comic-fullbleed .small-button {
    font-size: 1.7rem;
    margin-top: 2rem;
    color: #fff;
    width: 14.5rem;
}
.comic-fullbleed img {
    width: 20rem;
    display: inline-block;
    margin-right: 3rem;
}
.comic-fullbleed a {
    font-size: 1.5em;
    color: #181818;
    text-decoration: none;
}
.inner-block {
    display: inline-block;
}

.quarter {
    display: inline-block;
    text-align: left;
    padding-right: 18px;
}
.quarter img {
    width: 100%;
    margin-right: 0.6em;
}
.newsitem img {
    max-width: 100%;
}
.newsbody img {
    max-width: 100%;
    display: none;
}
.newsbody object {
    display: none;
}
.showcontent object, .showcontent img {
    display: block !important;
}
.news a {
    color: #f17b0b;
    text-decoration: none;
}
.news article a {
    font-weight: 600;
}
.testimonial a {
    color: #f17b0b;
    text-decoration: none;
    text-transform: capitalize;
}
.banner { position: relative; overflow: auto; }
.banner ul li { list-style: none; padding: 10em 0; }
.banner ul li { float: left; }
.homepage-banner ul li { min-height: 22em;}
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    line-height: 1em;
}
.banner .dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}



.comics .index .comic-boxes {


}
.feed .inner-block {
    width: 68%;
}



.value-props ul li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-right: 2.0em;
}
.value-props ul li p {
    opacity: 0.5;
}
.create-artist-profile #id_roman_name {
    display: inline-block;
    float: right;
}
.create-artist-profile select {
    display: inline-block;
    float: right;
}
.create-artist-profile p {
    padding: 1.5em 0;
}
.value-props h3 {
    text-align: center;
    font-size: 2.5rem;
}
.value-props ul li p {
    text-align: center;
}
.how-it-works ul li {
    width: 23%;
    padding-right: 2.7rem;
    display: inline-block;
    vertical-align: top;
    color: #999;
}
.how-it-works {
    padding: 8rem 0;
}
.how-it-works ul li:last-child {
    padding-right: 0;
}
.how-it-works h4 {
    color: deepskyblue;
    font-size: 3.7rem;
}
.other-comics h2, .how-it-works h2 {
    text-align: center;
    padding: 3rem 0 6rem;
}
.testimonials {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    font-size: 1.7rem;
}
.testimonial {
    display: block;
    max-width: 60rem;
    padding: 2em 2rem 2rem 2rem;
    background: #fff;
    margin-bottom: 3rem;
    vertical-align: top;
}
.testimonial .status {
    display: inline-block;
    max-width: 70%;
    min-height: 4rem;
}
.testimonial img {
    float: left;
    margin-right: 2rem;
    display: block;
    margin-top: -2.6rem;
}
.testimonial a {
    vertical-align: top;
}
.testimonial:nth-child(even) {
    margin-left: 10em;
}
.testimonial:nth-child(even) img {

}

.unread {
    font-weight: 700;
}
.is-read {
    font-weight: 300;
}

.btn-gc {

    color: white !important;
    margin: 0.5em;
    padding: 0.7em 0.6em;
    background-color: #f17b0b;
    border-bottom: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

}
.btn-gc:hover {
    color: #000 !important;
}

.myoptions {
    margin-bottom: 4rem;
}
.myoptions p {
    display: block;
    padding: 0 0 1.0rem 0;
}
.myoptions label:nth-child(1) {
    font-size: 2.0rem;
    font-weight: 400;
    padding-bottom: 1rem;
    display: block;
}

/*.id_lang label {
    clear: both;
    font-size: 1.7rem;
    padding-top: 1rem;
    display: block;
}*/
#edit-cover label, #edit-banner label, #edit-avatar label {
    display: none;
}

.artist-details-settings #id_roman_name {
    max-width: 40rem !important;
}
.artist-details-settings p label {
    font-weight: 500 !important;
}
.comic-cover-page > img:first-child {
    margin-bottom: 0.7rem;
}
.id_enable_pms {
    padding: 0.5rem 0;
}
.id_newsletter {
    padding: 0.5rem 0;
}
.id_releases_lang {
    padding: 0.5rem 0;
}
.artist-ga-settings {
    position: relative;
    padding-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 3rem;
}
.artist-social-settings {
    position: relative;
    padding-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-top: 1px solid #fff;
    margin-top: 3rem;
}
.artist-social-settings label {
    font-weight: 500;
}
.artist-ga-settings label {
    display: none;
}
.artist-details-settings .id_lang {
    display: inline-block;
}
.artist-details-settings .id_lang label {
    display: inline-block;
    font-size: 1.4rem;

}
.artist-details-settings .id_lang br {
    display: none !important;
}
.artist-details-settings .id_lang select {
    display: inline-block;
}
.desc .id_lang {
    display: block;
}
.desc .id_lang br {
    display: none;
}
.desc .id_lang label {
    font-size: 1.4rem !important;
    display: inline-block !important;
    padding-right: 1rem;

}
.edit-tags {
    position: relative;
    display: block;
    padding-top: 1rem;
    display: block !important;
}
.edit-tags input {
    box-sizing: border-box !important;
}
.discovery_settings .id_section_id, .discovery_settings .id_status {
    padding-bottom: 2rem;
}
.id_status select {
    background-color: rgb(248, 248, 248) !important;
}
.edit-tags #id_tags {
    display: block;
    width: 100%;
}
.edit-tags .id_section_id label {
    padding-right: 1rem;
}
.desc .id_status {
    padding-top: 2rem;
    display: inline-block;
    padding-bottom: 0.5rem;
}
.desc .id_status label {
    padding-bottom: 0.5rem;
    display: inline-block;
    padding-right: 1rem;
}
.desc .id_status br {
    display: none;
}
.edit-tags .id_section_id br {
    display: none;
}
.desc .id_lang select {
    display: inline-block;
}
.desc .id_description {
    padding-top: 2rem;
    display: block;
}
.desc .id_description textarea {
    box-sizing: border-box !important;
}
.subscribe-form .id_send_pms, .subscribe-form .id_email {
    display: inline-block;
    width: 15rem;
    font-size: 1.4rem;
}

.myoptions p:nth-child(3) label {
    text-align: left;
}

/*#id_alert_on  {
    font-size: 1.5rem;
}

.id_alert_on label {
    display: none !important;
}*/

#id_alert_on > div {
    font-size: 2.0rem;
}

.myoptions p:nth-child(2) {
    font-size: 1.4rem !important;
}

.myoptions p:nth-child(5), .myoptions p:nth-child(4) {
    text-align: left;
}

#homepage-wrapper .newsitem {
    border-bottom: 0px solid #00ff00 !important;
    height: auto !important;
    margin-bottom: 0 !important;
}
#debugbar {
    /*display: block !important;*/
    z-index: 999999;
}

#chartdiv {
    width		: 100%;
    height		: 500px;
    font-size	: 11px;
    background  : #fff;
}


.categories {
    padding-left: 0px;
    width: 96%;
    max-width: 117em;
    display: inline-block;
    padding: 0px !important;
}


.content h2 {
    padding-bottom: 1.5rem;
}


.cover-container:hover a.update-image {
    display: block !important;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f17b0b;
}

.banner-container {
    width: 100%;
    height: 223px;
}
.forums-black-overlay:hover a.update-image {
    display: block !important;
    width: 200px;
    text-align: center;
    margin: 0 0 0 auto;
    color: #f17b0b;
}

.dn {
    display: none;
}


small {
    font-size: 0.65em;
}

.pmsg-reply textarea {
    background-color: rgb(250, 255, 189) !important;
    background-image: none;
    border: 1px solid #ececec;
}
.pmsg-reply label {
    display: none;
}


.manage-chapters-list thead td {
    font-weight: 500;
}

/* Stuff



*/



em {
    font-style: italic;
}

.content .chapter-boxes {
    line-height: 2.0rem;
}
.add-release p.id_chapter {
    display: none;
}
.add-release p.id_revision {
    display: none;
}
/*textarea#id_description {
    min-height: 20rem;
}*/

.admin-content ul {
    list-style: disc !important;
    padding: 0 0 0 25px !important;

}

.admin-content ul li {
    list-style: disc;
}

ol {
    list-style: upper-alpha;
    padding: 25px;
}

ol li {
    list-style: upper-alpha;
}

.ajax-login .fancybox-inner {
    overflow: visible !important;
}


/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}

/* Comic Banner Upload */
#banner-croppie .cr-boundary {
    width: 100%;
    height: 100%;
}

/* User Avatar Upload Modal */
.modal--user-avatar-upload-container {
    width: 400px;
    height: 505px;
    padding: 20px;
}
.modal--user-avatar-upload-container .upload-input {
    padding: 180px 0 200px 70px;
}

/* Comic Cover Upload Modal */
.modal--comic-merge-next-page {
    width: 100%;
    height: 619px;
    padding: 20px;
}
.modal--comic-merge-next-page .upload-input {
    padding: 280px 0 280px 70px;
    outline: none;
}

/* Comic Cover Upload Modal */
.modal--comic-cover-upload-container {
    width: 400px;
    height: 619px;
    padding: 20px;
}
.modal--comic-cover-upload-container .upload-input {
    padding: 280px 0 280px 70px;
    outline: none;
}

#id_file:focus {
    outline: none;
}

/* Comic Banner Upload Modal */
.modal--banner-upload-container {
    width: 800px;
    height: 305px;
    padding: 20px;
}
.modal--banner-upload-container .upload-input {
    padding: 90px 0 110px 240px;
}

.upload-modal-form {
    display: inline-block;
    position: relative;
    width: 100%;
}
/*.upload-release-modal-form-container {
    width: 100%;
    height: 186px;
    padding-top: 85px;
    padding-left: 170px;
    margin-top: 0px;
    background: #F5F5F3;
    border: 1px dashed #BBB8B3;
    color: #252525 !important;
    border-radius: 6px;
    position: relative;
    font-size: 14px;
    display: inline-block;
}*/



.languages-selector {
    display: inline-block;
}
.languages-selector .selectricWrapper {
    width: 170px;
}

.comics-selector {
    display: inline-block;
    margin-right: 10px;
}
.comics-selector-image {
    max-width: 2rem;
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.comics-selector .selectricWrapper {
    width: 180px;
}



/* Noty ModalHandlers */

#noty_fullModal_layout_container > li {
    background: #fff !important;
    height: 100%;
}


/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {

    nav {
        font-size: 3.6rem;
    }
    /* Styles */
}




