/*
Theme Name: Theme Pluto by Osetin
Theme URI: http://pluto.pinsupreme.com
Author: Tamik Soziev
Author URI: http://soziev.com/
Description: Gorgeous multipurpose Wordpress theme.
Version: 2.1.1
License:
License URI:
Tags: black, white
Text Domain: pluto-osetin-theme
*/

.wp-caption {
  max-width: 100%;
}
.wp-caption-text {

}
.sticky {

}
.gallery-caption {

}
.bypostauthor {

}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center; max-width:780px; 
}




/* GENERAL ADD-ONS FOR VIVIAN */
/* ADD-ON OVER EXISTING TEMPLATE */

.post-body img { max-width:780px; height: auto; }

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.428571429;
    color: #2d2d2d;
    background-color: #f0f3f5;
    background-image: none;
}

.index-isotope.v3 article.pluto-post-box .post-content {
    color: #2d2d2d;
    font-weight: 500;
}

.read-more-link a {
    display: inline-block;
    color: #666;
    background-color: #00e7b4;
    padding: 3px 4px;
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    text-transform: uppercase;
}

p {
    margin: 0 0 20px;
}

small {
font-size: 11px;
text-transform: uppercase;
font-weight: 300px;
}

blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    border-left: 5px solid #00e7b4;
    color: #000;
    font-style: italic;
}

h1, .h1 {
    font-size: 34px;
    margin: 0px;
}

.page article.pluto-page-box .post-content, .single article.pluto-page-box .post-content, .index-fullwidth article.pluto-page-box .post-content {
    color: #5c5c5c;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
}

media="all"
.widget-written-by .widget-content, .widget-related-post .widget-content {
    font-size: 13px;
    color: #000;
}

media="all"
.search-results-header .author-description, .search-results-header .taxonomy-description, .archive-header .author-description, .archive-header .taxonomy-description {
    margin-top: 5px;
    font-size: 15px;
    color: #000;
}

media="all"
.page .pluto-page-box .post-media-body, .single .pluto-page-box .post-media-body, .index-fullwidth .pluto-page-box .post-media-body {
    margin-bottom: 30px;
    display: none;
}

.index-isotope.v3 article.pluto-post-box {
    border: 2px solid #00e7b4;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0,231,180,0.1);
    box-shadow: 0px 3px 12px 1px rgba(0,231,180,0.1);
    border-radius: 6px;
}

.page article.pluto-page-box, .single article.pluto-page-box, .index-fullwidth article.pluto-page-box {
    text-align: left;
    border: 2px solid #00e7b4;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0,231,180,0.1);
    box-shadow: 0px 3px 12px 1px rgba(0,231,180,0.1);
    border-radius: 6px;
    max-width: 900px;
    margin: 30px auto 20px auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.index-isotope.v3 article.pluto-post-box .post-meta {
    background-color: #eefffb;
    border-radius: 0px 0px 6px 6px;
    border-top: 2px solid #00e7b4;
}