/*
Theme Name: Srcertifiers
Theme URI: #
Description: Custom theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.join-header h4 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}
.cert-blog-single-detail-section{
    position:relative;
    padding:80px 0;
}
.certinner-post-content .featured-image {
    width: 50%;
    height: auto;
    float: right;
    margin: 10px 0 10px 40px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.certinner-post-content h1 {
    margin: 8px 0 10px;
    font-size: 25px;
    color: rgb(0, 162, 255);
    line-height: 39px;
}
.certinner-post-content h2 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 34px;
    color: #000;
}
.certinner-post-content h3 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 34px;
    color: #000;
}
.certinner-post-content h4 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 30px;
    color: #000;
}
.certinner-post-content h5 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 30px;
    color: #000;
}
.certinner-post-content h6 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
.certinner-post-content p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-bottom: 27px;
    color: black;
}
.cert-sidebar {
    background-color: #b1c0c621;
    border-radius: 10px;
    padding: 20px 10px;
     float: left;
}
.recent-post-link h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 20px 12px;
    color: #fff;
    background: #333;
    padding: 8px 14px;
    border-radius: 10px;
    display: flex;
}
.cert-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
}
.cert-sidebar ul li {
    color: #434343;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
    background-image: url(./assets/images/list-bx.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 16px;
    padding-left: 19px;
}
.cert-sidebar ul li a {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
}
.home-blog-list-section{
    padding: 80px 0;
}
.home-blog-list-section h1 {
    margin: 0 0 10px;
    font-size: 29px;
    color: rgb(0, 162, 255);
}
.cert-single-post {
    margin: 15px 12px 10px;
    background-color: #fff;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1d8d8;
}

.post-featured-img {
    width: 40%;
    float: left;
}

img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.post-description {
    width: 60%;
    float: left;
    padding: 20px 20px;
}
.post-description h2 {
    color: rgb(0, 162, 255);
    font-size: 25px;
    line-height: 38px;
    margin: 5px 0 10px;
}
.read-more-btn a {
    background: skyblue none repeat scroll 0 0;
    border-radius: 30px;
    color: black;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: bold;
}

.post-description p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-bottom: 27px;
    color: black;
}
/* Pagination */
.pagination {
    clear: both;
    position: relative;
    font-size: 17px;
    line-height: 19px;
    float: left;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    display: flex;
    width: 100%;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 9px 11px 7px 11px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover {
    color: #fff;
    background: #f79420;
}

.pagination .current {
    padding: 9px 11px 7px 11px;
    background: #f79420;
    color: #fff;
}

