/*
Theme Name:   Minimal Blog Child
Theme URI:    https://unboundedlife.com
Description:  Child theme for UnboundedLife with SEO and Schema enhancements
Author:       Chris Barclay
Author URI:   https://unboundedlife.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
Text Domain:  minimal-blog-child
*/

/* 
 * Any custom CSS you add here will override the parent theme styles
 * Your existing customizations from the theme customizer will be preserved
 */

 /*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}
a:active,
a:visited {
    color: #000;
}
a:hover,
a:focus {
    color: #EA7A26 !important;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    outline: 0;
}
a:focus-visible {
    outline: thin dotted;
}
/* Custom accent color for UnboundedLife */
a:hover,
a:focus {
    color: #EA7A26 !important;
}

/* Continue Reading button */
.btn-main {
    border-color: #EA7A26 !important;
    color: #EA7A26 !important;
}

.btn-main:hover {
    background-color: #EA7A26 !important;
    color: #fff !important;
}
.btn-main {
    background: none;
    border: 2px solid #EA7A26 !important;
    color: #EA7A26 !important;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 50px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    max-width: 280px;
}
.btn-main:before,
.btn-main:after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}
.btn-main:hover {
    color: #fff;
}
.btn-main:after {
    background-color: #EA7A26 !important;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    -moz-transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}
   .main-navigation .menu ul ul a:hover {
        background: #EA7A26 !important;
    }
    .main-slider .entry-meta.post-category a {
    padding: 3px 10px;
    background: #EA7A26 !important;
    color: #fff;
    display: inline-block;
}
.sticky.has-post-thumbnail header:after {
    content: "";
    background-color: #EA7A26 !important;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    float: right;
    position: absolute;
    top: -30px;
    left: 30px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6.166 16.943l1.4 1.4-4.622 4.657h-2.944l6.166-6.057zm11.768-6.012c2.322-2.322 4.482-.457 6.066-1.931l-8-8c-1.474 1.584.142 3.494-2.18 5.817-3.016 3.016-4.861-.625-10.228 4.742l9.6 9.6c5.367-5.367 1.725-7.211 4.742-10.228z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.btn-main,
.btn-main:visited {
    background: none;
    border: 2px solid #EA7A26 !important;
    color: #EA7A26 !important;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    color: #fff !important;
    border-color: #EA7A26 !important;
}

.btn-main:after {
    background-color: #EA7A26 !important;
}
.main-navigation {
    position: relative;
    border-width: 4px 0;
    border-style: double;
    border-color: #eb9554 !important;
}
