/**
 * Comments
 */

#comments h2,
#comments h3 {
    font-family: 'Indie Flower';
    font-size: 1.5em;
    font-weight: 400;
    margin: 1em 0 0.7em 0;
}

/**
 * Divider
 */
#comments .divider {
    margin: 1em 0 1.5em 0;
}

.rawt-entity .divider {
    margin: 2em 0 1.5em 0;
}

/**
 * Overview
 */
.entity-overview .other {
    border-bottom: 1px solid #eee;
    margin-top: -0.5em;
}

.entity-overview .rawt-rating {
    color: #353432;
}

.entity-overview .rawt-rating .rating-blank {
    color: #353432;
    font-size: 1em;
    text-shadow: none;
    text-decoration: underline;
}

.entity-overview .rawt-carousel .carousel-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

@media all and (min-width: 500px) {
    #overview .categories .rawt-taxonomy-links {
        display: inline-block;
    }

    #overview .categories .rawt-taxonomy-links > li {
        display: inline;
    }
}

/**
 * Categories
 */
#overview .categories .icon:before,
.rawt-entity .entity-content .categories .icon:before {
    content: "\f115";
}

#overview .categories,
.rawt-entity .entity-content .categories {
    display: inline-block;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: left;
}

.rawt-entity .entity-content .categories {
    /*margin-bottom: 1em;*/
}

#overview .categories .rawt-taxonomy-links {
    font-size: 0.9em;
}

#overview .categories .rawt-taxonomy-links > li,
.rawt-entity .categories .rawt-taxonomy-links > li {
    margin-left: 0;
}

#overview .categories .rawt-taxonomy-links,
#overview .categories .rawt-taxonomy-links > li {
    display: block;
}

@media all and (min-width: 500px) {
    #overview .categories .rawt-taxonomy-links {
        display: inline-block;
    }

    #overview .categories .rawt-taxonomy-links > li {
        display: inline;
    }
}

/**
 * Favorites
 */
.entity-overview .fav {
    margin: 0.8em 0;
}

.entity-overview .fav .rawt-fav-link {
    display: block;
    font-size: 0.9em;
}

.entity-overview .fav .rawt-fav-link .fav-toggle,
.entity-overview .fav .rawt-fav-link .icon {
    color: #444 !important;
}

.entity-overview .fav .rawt-fav-link .icon:before {
    content: "\f08a";
}

.entity-overview .fav .rawt-fav-link.fav-active .icon {
    color: #F77C7C !important;
}

.entity-overview .fav .rawt-fav-link.fav-active .icon:before {
    content: "\f004";
}

.entity-overview .fav .rawt-fav-link .fav-toggle {
    display: block;
    text-decoration: none;
}

.entity-overview .fav .rawt-fav-link .text {
    font-weight: 400;
    font-size: 0.9rem;
}

/**
 * Content
 */
.rawt-entity .entity-content h5 {
    border: none;
}

.rawt-entity .entity-content h3 .rawt-badges {
    display: inline-block;
    vertical-align: top;
}

.rawt-entity .entity-content .rawt-locked-widget {
    text-align: left;
    margin: 0;
}

.rawt-entity .entity-content .rawt-locked-widget .locked-content {
    width: auto;
    display: block;
}


/**
 * Categories
 */
/*.rawt-entity .categories {
    color: #888;
}

.rawt-entity .categories a {
    color: #777;
}*/

/**
 * Description
 */
.rawt-entity .description .rawt-author > .image > a > img {
    display: block;
    width: 80px;
}

@media all and (min-width: 650px) {
    .rawt-entity .description .rawt-author > .image > a > img {
        width: 100px;
    }
}

@media all and (min-width: 800px) {
    .rawt-entity .description .rawt-author > .image > a > img {
        width: 125px;
    }
}

.rawt-entity .description .rawt-author .label {
    margin-top: 0.4em;
}

.rawt-entity .description .rawt-author > .image {
    display: block;
    padding: 0.3em;
    background: #fdfdfc;
    border: 1px solid #EAE7E2;
    box-shadow: 0 0 0.4em #e9e6e1;
    border-radius: 0.3em;
    transform: rotate(-2deg);
}

.rawt-entity .description .rawt-author > .image .rawt-badges {
    bottom: 0;
    left: 0;
    transform: scale(1.3,1.3);
}

/**
 * Entity Related
 */
.rawt-entity .related h2 {
    margin-bottom: 0.7em !important;
}

/**
 * Entity Index
 */
.entity-index-section {
    /*background: rgba(255,255,255,0.7);
    border: 1px solid #ddd;
    border-radius: 0.3em;*/
    margin: 1em 0 2em 0;
}

.entity-index-section caption {
    font-family: 'Dancing Script';
    font-size: 1.6em !important;
    /*margin-left: -0.2em;*/
    line-height: 1.6em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.entity-index-section caption a {
    text-decoration: none;
}

.entity-index-section caption .icon {
    display: none;
}

.entity-index-section table {
    box-shadow: 0 0 0.4em #e9e6e1;
    border: 1px solid #EAE7E2;
}

.entity-index-section thead {
    border: 1px solid #dc6e6e;
}

.entity-index-section th {
    color: #fff;
    border: none;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    background: #F77C7C !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #F77C7C 20%, #ea7575 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#F77C7C), color-stop(100%,#ea7575)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F77C7C 20%,#ea7575 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F77C7C 20%,#ea7575 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F77C7C 20%,#ea7575 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #F77C7C 20%,#ea7575 100%) !important; /* W3C */
}

.entity-index-section th.image .icon:before {
    content: "\f03e";
}

.entity-index-section th.comments .icon {
    padding: 0 0.2em;
}

.entity-index-section th.comments .icon:before {
    content: "\f075";
}

.entity-index-section tbody {
    border: none;
}

.entity-index-section tr td {
    font-size: 0.9em;
    height: 38px;
}

.entity-index-section td.image {
    padding: 0.4em;
}

.entity-index-section td.rating {
    font-size: 0.8em;
}

.rawt-entity-index td.comments .rawt-comment-balloon {
    text-shadow: 0 0 0.5em #ccc;
}

.entity-index-section tr.odd {
    background: rgb(255,255,255);
}

.entity-index-section tr.even {
    background: rgb(240,240,240);
    background: rgba(255,255,255,0.6);
}

.entity-index-section .rawt-rating {
    color: #6C6A66;
    text-shadow: none;
}

.entity-index-section .rawt-rating .rating-basic-blank {
    color: #6C6A66;
    text-shadow: none;
}

.entity-index-section .flag.new {
    color: #6C6A66;
    font-weight: 400;
    background: #fcffcf;
    border: 1px solid #d8dbb2;
}

/**
 * Entity Preview
 */
.rawt-preview .preview h2 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0.9em;
    text-align: center;
}

.rawt-preview .rawt-fav-link .fav-toggle,
.rawt-preview .rawt-fav-link .icon {
    color: #ccc !important;
}

.rawt-preview .rawt-fav-link.fav-active .icon {
    color: #F77C7C !important;
}

.rawt-preview .rawt-fav-link .icon:before {
    content: "\f08a";
}

.rawt-preview .rawt-fav-link.fav-active .icon:before {
    content: "\f004";
}

.rawt-preview-normal ul.preview-list > li {
    border-radius: 0.3em;
    border: 1px solid #EAE7E2;
    box-shadow: 0 0 0.4em #e9e6e1;
}

.rawt-preview-normal .preview h2 {
    background: url(images/stripes.png) top left repeat;
    background-size: 5px 5px;
    line-height: 1.3em;
}

.no-background-size .rawt-preview-normal .preview h2 {
    background: url(images/stripes5.png) top left repeat;
}

.rawt-preview-normal .preview h2 > a {
    color: #5f5d5a !important;
    background: rgba(255,255,255,0.7);
    padding: 0 0.2em;
}

.rawt-preview-normal ul.preview-list > li .preview-image {
    margin-top: 1em;
    border: 1px solid #E1DDD5;
    border-radius: 0.3em;
    padding: 0.3em;
}

.rawt-preview-normal.small ul.preview-list > li .preview-image {
    border: none;
    padding: 0;
}

/**
 * Entity Carousel
 */
.rawt-carousel {
    background: #fff;
    border-radius: 0.3em;
    border: 1px solid #EAE7E2;
    box-shadow: 0 0 0.4em #e9e6e1;
}

.rawt-carousel .item .image-content .overlay-icon {
    color: rgba(255,255,255,0.7);
    text-shadow: none;
}

.rawt-carousel .item:hover .image-content .overlay-icon {
    color: #F77C7C;
    text-shadow: none;
}

.rawt-carousel .item .carousel-label {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
}

.rawt-carousel.med .item .carousel-label {
    font-size: 0.8em;
}

.rawt-carousel .item .flag {
    background: #F77C7C;
    color: #fff;
}

.rawt-carousel .slick-next:before {
    color: #5f5d5a;
    font-family: FontAwesome;
    content: "\f138";
}

.rawt-carousel .slick-prev:before {
    color: #5f5d5a;
    font-family: FontAwesome;
    content: "\f137";
}

.rawt-carousel .item .image-content .overlay-icon:before,
.rawt-carousel .item-locked .carousel-label .icon:before {
    content: "\f023";
}

/*
 * Content Carousel
 */
.rawt-content-carousel .carousel-wrapper {
    padding: 2em 2em 0.8em 2em;
}

/**
 * Entity nav
 */
.rawt-entity-nav .image {
    background: #fff;
    padding: 0.3em;
    border-radius: 0.3em;
    border: 1px solid #EAE7E2;
    box-shadow: 0 0 0.4em #e9e6e1;
}

.rawt-entity-nav .nav-item h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.rawt-entity-nav .nav-item h3 {
    text-transform: uppercase;
    font-weight: 100;
}

/**
 * Entity Tree
 */
.sidebar .rawt-entity-tree h2 {
}

.sidebar .rawt-entity-tree h3 {
    font-size: 0.9em;
    margin: 1.5em 0;
    text-transform: uppercase;
}

.sidebar .rawt-entity-tree .image-preview-trigger img {
    width: 20px;
    height: auto;
}

/**
 * Entity Player
 */
.rawt-player .player-frame h3.title,
.rawt-player .player-frame .title-details {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-shadow: 0.03em 0.03em 0.1em #999;
}

.rawt-player .player-frame .title-details a {
    color: #fff;
    text-decoration: none;
}

.rawt-player .player-frame .title-details a:hover {
    color: #f77c7c;
}

.rawt-player .player-frame h3.title .icon {
    height: 1.3em;
    width: 3.19em;
    background: url(images/logo_straight.png) top left no-repeat;
    background-size: 3.19em 1.3em;
}

.rawt-player .player-frame h3.title .icon:before {
    content: none !important;
}

.no-background-size .rawt-player .player-frame h3.title .icon {
    display: none;
}

/**
 * Expander
 */
.rawt-expander .expander-buttons {
    background: none; /* Old Browsers */
    background: -moz-linear-gradient(top,  rgba(251,248,243,0) 0%, rgba(251,248,243,1) 75%, rgba(251,248,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,248,243,0)), color-stop(75%,rgba(251,248,243,1)), color-stop(100%,rgba(251,248,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(251,248,243,0) 0%,rgba(251,248,243,1) 75%,rgba(251,248,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(251,248,243,0) 0%,rgba(251,248,243,1) 75%,rgba(251,248,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(251,248,243,0) 0%,rgba(251,248,243,1) 75%,rgba(251,248,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,248,243,0) 0%,rgba(251,248,243,1) 75%,rgba(251,248,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f5ee', endColorstr='#f8f5ee',GradientType=0 ); /* IE6-9 */
}

.rawt-expander .expander-buttons .more .icon:before {
    content: "\f067";
}

.rawt-expander .expander-buttons .less .icon:before {
    content: "\f068";
}

/**
 * Entity Colors
 */
.entity-color h2, .entity-color h3 {
    color: inherit;
}

.entity-color.type-0 {
    color: #222;
    background: #f2c57c;
}

.entity-color.type-1 {
    color: #222;
    background: #ddae7e;
}

.entity-color.type-2 {
    color: #222;
    background: #7fb685;
}

.entity-color.type-3 {
    color: #fff;
    background: #426a5a;
}

.entity-color.type-4 {
    color: #222;
    background: #ef6f6c;
}