/*
 Theme Name:   Solofolio Child
 Theme URI:    http://littletinyfish.com
 Description:  Solofolio Child Theme
 Author:       Jason McDowell
 Author URI:   http://littletinyfish.com
 Template:     solofolio
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         solofolio, two-column
 Text Domain:  solofolio-child
*/

/*
ltfRed: #ca5028;
ltfGreen: #6ca144;
ltfYellow: #ddc623;
gray: #eee6e3;
*/

/*GENERAL*/
body {
    
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 40px;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
hr {
    width: 50%;
    border-bottom: 1px dotted darkgray;
    margin: 40px auto;
}

/* ====== SIDEBAR ====== */
#s {
width: 78%;
}
.heights .wrapper {
    top: 0px !important;
    left: 400px;
}
.heights .header-inner {
padding-right: 40px;
bottom: 80px;
}

.logo-img {
    overflow: hidden;
}
.logo a img {
    position: relative;
    left: -9px;
}

.sidebar-widget .screen-reader-text {
   display: none;
}
.sidebar-widget select {
   width: 100%;
}

/* ===== INDEX ===== */
.admin-bar .wrapper {
    top: 32px !important;
}
.about, .entry {
    background-color: white;
    padding: 40px;
    margin:40px auto;
    box-shadow: 0px 3px 30px #d1c2bd;
}
.about {
    margin-top: 0;
}

h2.post-title {
    margin-bottom: 40px;
}

/* ===== BLOG ARCHIVE ===== */
.entry .wp-caption img {
margin-bottom:1em;
}

/* ===== GALLERY ===== */
.heights .solofolio-cyclereact-sidebar {
left: auto;
right: 0;
}