/*
Theme Name:  Bloggy Child
Theme URI:   http://themeforest.net/user/pixelwars/portfolio?ref=pixelwars
Author:      Gilbert Carino (parent by Pixelwars)
Author URI:  http://themeforest.net/user/pixelwars?ref=pixelwars
Template:    bloggy
Description: Responsive WordPress theme.
Version:     3.2
License:     ThemeForest License
License URI: http://themeforest.net/licenses?ref=pixelwars
Tags:        light, dark, white
Text Domain: read-child
*/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
}

body {
background: #f5f5f5;
}

body hr {
border-color: rgba(51, 56, 56, 0.66);
}

.wp-menu-separator {
    border-bottom: 1px solid #8cb942;
}

.wp-has-current-submenu {
    color: #8cb942 !important;
    background-color: #f7edd2 !important;
}

.wp-has-current-submenu .wp-menu-image::before {
    color: #8cb942 !important;
}

.wp-admin ul > li:hover > button,
.wp-admin ul > li:hover > button > span,
.wp-admin ul > li:hover,
.wp-admin ul > li:hover > a,
.wp-admin ul > li:hover > a::before,
.wp-admin ul > li:hover > a > span,
.wp-admin ul > li:hover > a > span::before,
.wp-admin ul > li:hover > a > div,
.wp-admin ul > li:hover > a > div::before,
.wp-admin ul > li.hover,
.wp-admin ul > li.hover > a,
.wp-admin ul > li.hover > a::before,
.wp-admin ul > li.hover > a > span,
.wp-admin ul > li.hover > a > span::before,
.wp-admin ul > li.hover > a > div,
.wp-admin ul > li.hover > a > div::before,
.wp-admin ul > li.opensub,
.wp-admin ul > li.opensub > a,
.wp-admin ul > li.opensub > a::before,
.wp-admin ul > li.opensub > a > span,
.wp-admin ul > li.opensub > a > span::before,
.wp-admin ul > li.opensub > a > div,
.wp-admin ul > li.opensub > a > div::before,
#wpadminbar ul > li:hover,
#wpadminbar ul > li:hover > a,
#wpadminbar ul > li:hover > a::before,
#wpadminbar ul > li:hover > a > span,
#wpadminbar ul > li:hover > a > span::before,
#wpadminbar ul > li:hover > a > div,
#wpadminbar ul > li:hover > a > div::before,
#wpadminbar ul > li.hover,
#wpadminbar ul > li.hover > a,
#wpadminbar ul > li.hover > a::before,
#wpadminbar ul > li.hover > a > span,
#wpadminbar ul > li.hover > a > span::before,
#wpadminbar ul > li.hover > a > div,
#wpadminbar ul > li.hover > a > div::before,
#wpadminbar ul > li:hover > div > form,
#wpadminbar ul > li:hover > div > form::before,
#wpadminbar ul > li div > form.adminbar-focused::before {
    color: #8cb942 !important;
}

.wp-admin a:hover::before,
.wp-admin a:focus {
    color: #8cb942 !important;
}

.wp-menu-image > img {
    max-width: 35px;
}

.wp-admin #poststuff::before,
.wp-admin .wrap::before {
color: red;
font-size: 18px;
margin-bottom: 10px;
clear: both;
display: block;
}

/* Admin UI Slider Creation */
.wp-admin.post-type-slide #poststuff::before {
content: "*To show this slide on the Home Carousel, you must select 'Homepage' in the 'Slider' selection of 'Slider Settings' on this page.";
}

.wp-admin.post-type-slider .wrap::before,
.wp-admin.post-type-slider #poststuff::before {
content: "*If you are viewing this page, DO NOT delete the Slider with ID 335. Without it, the Hero Carousel will NOT work. Use caution when making changes here.";
}

.wp-admin.post-type-slide #poststuff > #post-body {
margin-top: 10px;
}

#slide_content_metabox > div.inside > div:nth-last-child(-n+8) {
    display: none;
}

#slide_content_metabox > div.inside > .ctshs-first {
width: 100%;
}

#main {
    background: #111;
    color: #fff;
    padding-top: 10px;
}

.archive #main #primary,
.blog #main #primary,
.page-template-default #main #primary,
.single #main #primary{
    background: #333838;
    border-radius: 5px;
    padding: 0 10px;
}

.home .latest-news-main > .listing-item,
.home .featured-blogs-main > .listing-item {
    width: 94%;
}

.home .listing-item {
    overflow: hidden;
    margin-left: 5px;
    margin-bottom: 20px;
    border: 2px solid #f7edd2;
    border-radius: 6px;
    padding: 5px;
    width: 30%;
    float: left;
    height: 276px;
}

.home .listing-item a.title {
    font-size: 1.20em;
}

.home article {
    padding-top: 0;
}

.home #primary {
    margin: 0;
    width: 70%;
    min-height: 1840px;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
    background: #333838;
}

.home #secondary {
    margin: 0;
    padding-top: 20px;
    width: 30%;
    min-height: 1840px;
    border-radius: 0 5px 5px 0;
    background: #333838;
}

.home #secondary aside,
.home #secondary aside > * > * {
    padding: 10px;
    /*background-color: transparent;*/
}

header .row-fluid {
    max-width: 1440px;
}

.home .listing-item span.author,
.home .listing-item span.date {
    display: block;
    font-size: 12px;
}

.home .listing-item span.excerpt-dash {
    display: none;
}

.home .listing-item span.excerpt {
    display: block;
    padding-top: 15px;
}

.home .listing-item a.image {
    display: block;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.home .listing-item a.image img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
}

ul#raven-friends-list {
    color: #fff;
 list-style: none;
 padding-top: 0 !important;
}
ul#raven-friends-list > li:before {
 content: "";
}
ul#raven-friends-list > li {
 padding-left: 1.0em;
}
ul#raven-friends-list > li.list-header,
ul#raven-friends-list > li.list-header > a {
 font-weight: 600;
 font-size: 16px;
 color: #479123;
}
ul#raven-friends-list > li.list-text {
 font-weight: 400;
  font-size: 16px;
}

@media (max-width: 991px) {
    .home #primary,
    .home #secondary {
        height: 2530px;
    }
    .home .listing-item {
        width: 43%;
        padding: 10px;
    }
    .home .listing-item:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .home #primary {
        width: 100%;
        height: auto;
    }
    .home #secondary {
        margin: auto;
        padding-top: 0px;
        width: 90%;
        height: auto;
        width: 100%;
    }
    .home .listing-item {
        /*width: 100%;*/
        height: auto;
    }
    .home .latest-news-main > .listing-item,
    .home .featured-blogs-main > .listing-item {
       /*width: 100%;*/
    }
}


/****************************
                      Homepage Hero
  ********************************/

.site-description {
    margin-top: 0;
}

.wp-admin .ctshs-background-image img {
    max-height: 500px;
    width: auto;
}

.super-hero-slider {
    height: 350px;
    overflow: hidden;
    margin: 0;
}

.super-hero-slider .super-hero-slide .super-hero-caption-wrapper {
    width: 100% !important;
    max-width: 90% !important;
    height: 265px !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: initial !important;
    transform: inherit !important;
}

.super-hero-slider .super-hero-slide .super-hero-caption > .super-hero-caption:not(.caption-1) {
display: none;
}

.super-hero-slider .shs-item.active .super-hero-slide .super-hero-caption-wrapper {
background: rgba(0,0,0,0.33);
}

.super-hero-slider .super-hero-slide .super-hero-caption-wrapper > .super-hero-caption {
display: none;
}

.super-hero-slider .shs-item.active .super-hero-slide .super-hero-caption-wrapper > .super-hero-caption {
display: block;
color: #fff;
margin-top: 20px;
position: absolute;
left: 5%;
text-align: left;
padding: 0 15px;
}

.super-hero-image {
    /*min-height: 350px;
    max-height: 350px;*/
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.super-hero-image img {
    min-height: 350px;
    min-width: 100%;
    width: initial !important;
    max-width: initial;
    display: inline-block;
    position: absolute;
    left: 0;

}




.shs-buttons {
    z-index: 10;
}

@media (max-width: 991px) {
    .super-hero-slider {
        height: auto;
        max-height: 450px;
    }
 /*   .super-hero-image {
        min-height: 0px;
    }
    .super-hero-image img {
        position: relative;
        min-height: 0px;
    }*/
    .super-hero-caption-wrapper {
        width: 100%;
    }
}

@media (min-width: 1200px) {
.super-hero-slider .shs-item.active .super-hero-slide .super-hero-caption-wrapper > .super-hero-caption {
        left: 30%;
    }
}

@media (min-width: 1400px) {
.super-hero-slider .shs-item.active .super-hero-slide .super-hero-caption-wrapper > .super-hero-caption {
        left: 35%;
    }
}

.search .hentry:before,
.search .hentry.sticky:before {
    display: none;
}


/****************************
                      Utilities
  ********************************/

.border-radius {
    border: 0;
    border-radius: 6px;
}

.remove-padding-b {
    padding-bottom: 0 !important;
}

.pad-5 {
    padding: 5px !important;
}

.pad-5-t {
    padding-top: 5px !important;
}

.pad-5-b {
    padding-bottom: 5px !important;
}

.pad-10 {
    padding: 10px !important;
}

.pad-10-t {
    padding-top: 10px !important;
}

.pad-10-b {
    padding-bottom: 10px !important;
}

.remove-margin {
    margin: 0 !important;
}

.push-10-b {
    margin-bottom: 10px !important;
}

nav#site-navigation {
    position: relative;
    z-index: 8;
}

body.wp-admin {
    opacity: 1 !important;
}

body#body {
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

body#body.load {
    opacity: 1;
}

.blog-masonry {
    text-align: center !important;
}

.blog-masonry p {
    width: 100% !important;
    margin: 5px 0 !important;
    display: inline-block !important;
}

.blog-masonry p,
.blog-masonry ul > li {
    text-align: left !important;
}

.blog-masonry article {
    overflow: hidden !important;
    /*border: 1px solid #f7edd2;*/
    border-radius: 6px;
}

.blog-masonry article table {
    display: none !important;
}

.blog-masonry article .entry-content.entry-content-max-height {
    max-height: 500px;
    padding: 10px 8px;
    border-bottom: 1px solid #333838;
    overflow: hidden;
    -moz-box-shadow: inset 0 -100px 100px -90px #333838;
    -webkit-box-shadow: inset 0 -100px 100px -90px #333838;
    box-shadow: inset 0 -100px 100px -90px #333838;
}

.blog-masonry .entry-read-more {
    padding: 5px;
    background-color: #333838;
}

.blog-masonry .entry-read-more a:hover {
    color: #f7edd2;
}

.text-center {
    text-align: center;
}

.border-b {
    padding-bottom: 10px;
    border-bottom: 1px solid #333838;
}

table tr {
    padding: 3px 10px;
}

table tr > td {
    padding: inherit;
}

.blog-masonry .entry-meta {
    display: inline-block;
}

header.site-header {
    padding-bottom: 0;
    background-color: #333838;
}

div.site-top-bar {
    background-color: #333838;
    border-bottom: 4px solid #ccc;
    height: 51px;
    width: 100%;
    z-index: 99;
}

div.site-title {
    position: absolute;
    z-index: 9;
    padding: 5px;
    10px 5px 10px;
    background-color: #333838;
}

div.site-title>a {
    display: inline-block;
}

div.site-title > a > img {
    transition: all 0.25s ease-in-out;
    -webkit-filter: drop-shadow(12px 12px 12px #222);
    filter: drop-shadow(12px 12px 12px #222);
}

div.site-title > a:hover > img {
    transition: all 0.25s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #8cb942);
    filter: drop-shadow(5px 5px 5px #8cb942);
}

nav#site-navigation.main-navigation {
    position: absolute;
    left: 375px;
    display: inline-block;
}

nav.main-navigation > ul > li > a {
    padding: 14px 20px;
}

.site-header > .header-search {
    padding: 0.5em;
    background: rgba(255, 255, 255, 0.2);
}

.site-header > .header-search > form#search-form {
    float: left;
    margin-left: 500px;
}

@media (max-width: 767px) {
    div.site-title > a > img {
        max-width: 220px;
    }
    nav.main-navigation {
        left: 0;
        right: 0;
    }
    .site-header > .header-search > form#search-form {
        float: right;
        margin-left: 0;
    }
    nav.main-navigation > .selector {
        float: right;
    }
    a#header-search-link {
        display: none;
    }
}

@media (min-width: 768px) {
    .site-header.wrapper > .site-top-bar.row.row-fluid {
        width: 90%;
    }
}

@media (max-width: 991px) {
    nav.main-navigation > ul > li > a {
        padding: 14px 10px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    nav#site-navigation.main-navigation {
        left: 30%;
    }
    .site-header > .header-search > form#search-form {
        margin-left: 35%;
    }
}

@media (min-width: 1400px) {
    nav#site-navigation.main-navigation {
        left: 35%;
    }
    .site-header > .header-search > form#search-form {
        margin-left: 40%;
    }
}


/********** FOOTER **************/
footer.site-footer {
    background: #333838;
}

footer.site-footer > .row {
    width: 90%;
    margin: auto;
    border-top: none;
}

footer.site-footer .widget-area {
    color: #fff;
}

footer.site-footer table tr > td {
    color: #fff;
    border-bottom: none;
}

footer.site-footer .site-info {
    border-top: 1px solid #eee;
    
}
/********** COMMENTS ***********/
.comment-content {
    color: #fff;
}

/*********** MULTI ***********/
.entry-title a, .entry-meta a, .nav-single a, .comment-meta a, .comment-reply-link, .navigation a, .post-pagination a, .related-posts a, .archives a, .tabs .tab-titles li a, .widget-title a {
    color: #8cb942;
}

a:hover {
    color: #479123c7 !important;
}

 .widget-title {
  color: #fff;   
 }
 

  .tabs > .tab-content > div {
  background: none !important;
  }

 .tabs > .tab-content {
     background: #111;
     border: 2px solid #f7edd2;
 }

pre {
    color: #f7edd2 !important;
}

table {
    border-collapse: collapse;
}

table, tr, th, td {
     border: 1px solid #f7edd2;
 }

table, tr, th, td {
     color: #f7edd2 !important;
 }


	