/*
Theme Name:   Minimal iHenry
Description:  Minimal Blog Child Theme
Author:       iHenry
Author URI:   http://tincta.com
Template:     minimal-blog
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  minimal-ihenry
*/

body, button, input, select, textarea {
	color: #535353;
}

.page-content,.entry-content,.entry-summary {
    font-size: 1.07rem;
	line-height: 1.69;
}

.style-archive .entry-content {

    font-size: 16px;

}

.style-archive .entry-header .entry-title {
    font-size: 27px;
}

.wp-block-image figcaption {
    font-size: 14px;
}

.slide-item {
	height: 50vh;
}

.site-content .content-area, .site-content .widget-area {
    position: relative;
}

.style-archive .entry-header,
.style-archive .entry-content {
    background: #FFF5F1;
}

.btn-main {

    border: 2px solid #A68478;

    color: #A68478;

}

.btn-main:after {

    background-color: #A68478;

}

@media only screen and (min-width: 992px) {
	
	.main-navigation .menu ul ul a:hover {

        background: #A68478;

    }
}

.main-slider .entry-meta.post-category a {

    background: #A68478;

}

.sticky.has-post-thumbnail header:after {

    background-color: #A68478;

}

a:hover,

a:focus {

    color: #CCA294;

    text-decoration: none;

}

.reply a {

    background: #A68478;

}

.reply a:hover {

    background: #A68478;

}

