/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/*READ NEXT выдиление текста в постах */
.ape-info {
    padding: 30px 40px 40px 40px;
    display: block;
    width: 100%;
    position: relative;
    min-height: 100px;
    color: #fff;
    /*background-color: rgba(234, 243, 188, 0.8);*/
    background-color: rgba(32, 175, 132, 0.8);
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
    list-style: none;
    font-size: 105%;
        font-weight: 100;
}
.ape-info a {
	color:#fff !important;
    text-decoration: none;
    /*font-weight: 900;*/
    font-size: 18px;
    position: relative;
    bottom: 0;
    transition: border-bottom 0.3s ease-in-out;
    border-bottom: 2px solid rgba(255,255,255,0) !important;
}
.ape-info a:hover {
    /*text-decoration: underline;*/
    color:#bbd622;
    /*bottom: 10px;*/
    border-bottom: 2px solid #bbd622 !important;
}
/*.readblogmore:before {*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: -15px;*/
/*    content: "";*/
/*    width: 210px;*/
/*    height: 40px;*/
/*    background-color: #e2223f;*/
/*    padding: 8px 15px;*/
/*    border-radius: var(--round-3);*/
/*    transform: skewX(-25deg);*/
/*}*/
/*.readblogmore:after {*/
/*        font-family: var(--cat-family);*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    left: 0;*/
/*    content: "You may be interested";*/
/*    color: #fff;*/
/*    letter-spacing: var(--cat-fspace);*/
/*    text-transform: var(--cat-transform);*/
/*    font-size: 16px;*/
/*}*/
/*Read Next style 2*/
.ape-products{
    padding: 30px 40px 40px 40px;
    display: block;
    width: 100%;
    position: relative;
    min-height: 100px;
    color: rgba(131, 120, 131, 0.9);
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
    list-style: none;
    font-size: 105%;
        font-weight: 600;
    /*border: 2px solid #83b735;*/
}
.ape-products a {
    color:#727272;
    text-decoration: none;
    font-weight: 700 !important; 
    font-size: 18px;
    position: relative;
    bottom: 0;
    transition: border-bottom 0.3s ease-in-out;
    border-bottom: 2px solid rgba(255,255,255,0) !important;
}
.ape-products a:hover {
    /*text-decoration: underline;*/
    /*color:rgba(131,183,53,.7);*/
    /*bottom: 10px;*/
   border-bottom: 2px solid rgba(114,114,114,1) !important;
}

.readblogmore {
    padding: 60px 50px 50px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    min-height: 190px;
    color: #333;
    background-color: rgba(32, 175, 132, 0.5);
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
    list-style: none;
    -webkit-box-shadow: -13px 15px 17px 1px rgba(34, 60, 80, 0.16);
    -moz-box-shadow: -13px 15px 17px 1px rgba(34, 60, 80, 0.16);
    box-shadow: -13px 15px 17px 1px rgba(34, 60, 80, 0.16);
}
 .readblogmore a {
	color:#fff !important;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 105% ;
    position: relative;
    bottom: 0;
    transition: border-bottom .3s ease-in-out;
    border-bottom: 2px solid rgba(255,255,255,0) !important;
}
.readblogmore a:hover {
    border-bottom: 2px solid rgba(114,114,114,1) !important;
}
.readblogmore:before {
    position: absolute;
    top: 10px;
    left: -15px;
    content: "";
    width: 210px;
    height: 40px;
    background-color: rgba(187, 214, 34, 1);
    padding: 8px 15px;
    border-radius: var(--round-3);
    transform: skewX(0deg);
    border-radius:5px;
    
}
.readblogmore:after {
        font-family: var(--cat-family);
    position: absolute;
    top: 16px;
    left: 0;
    content: "You may be interested";
    color: #fff;
    letter-spacing: var(--cat-fspace);
    text-transform: var(--cat-transform);
    font-size: 16px;
}
@media (max-width: 600px){
    .readblogmore {
        padding: 60px 30px 45px;
    }
    .ape-info{
        padding:  25px 20px 30px 30px;
        font-weight: 100; 
    }
}