/*
Theme Name: Masco-child
Author: 
Description: Your description goes here
Version: 1.0
Template: masco

This is the child theme for Masco theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* custom css */

.page-blog-adsgrader {
    margin: 0px 0 40px;
    padding: 0;
    background: #ffefea;
}
.page-blog-adsgrader .inner {
    flex-direction: row;
    gap: 37px;
    justify-content: center;
}
.page-blog-adsgrader .text {
    max-width: 330px;
    padding: 20px 0;
}
.page-blog-adsgrader .wrap-img {
    padding: 2px 0 5px;
}
.size-24.book.title {
    font-size: 24px;
    line-height: 1.4166666667;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}
.size-24.book.title span {
    color: #f16232;
}
.size-16.description {
    font-size: 16px;
    line-height: 1.6666666667;
    
}
.description {margin-bottom: 1.625em;}
.forward_anchor {
    font-size: 14px;
    display: flex;
}
.forward_anchor img {
    width: 16px;
    margin-left: 10px;
}

/* blog cta */
.blog_cta_wrapper {
    max-width: 940px;
    margin: auto;
    width: 100%;
    justify-content: center;
}
.blog_cta_img {
    max-width: 15%;
    text-align: left;
    object-position: 50% 50%;
    
    overflow: hidden;
    
    margin-right:20px
}
.blog_cta_img img {box-shadow: 3px 2px 12px rgba(0, 0, 0, .2); border-radius: 10px;}
.blog_cta_content {
    background-color: #f0f0f0;
    padding: 20px 40px;
    width: 100%;
}
.blog_cta_heading {
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog_inner_wrapper {
    display: flex;
    font-size: 14px;
}

/* blog posts */ 
.blog_list {
    position: relative;
}
.blog_list .entry {
    margin-bottom: 0;
    width: 38.9830508475%;
    list-style: none;
}

.blog_list .entry {
    box-shadow: 0 3px 8px 0 rgba(54, 57, 73, .05);
    transition: 0.4s all;
    max-width: 460px;
    padding: 0 0 5px;
}
.blog_list .title {
    padding: 33px 30px 25px;
    font-size: 24px;
    line-height: 1.4166666667;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}
.blog_list .items:after {
    background: #e4e8ed;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -.5px;
    position: absolute;
    right: inherit;
    top: 0;
    width: 1px;
}
.blog_list .entry:nth-of-type(odd) {
    margin-right: 61.0169491525%;
}
.blog_list .entry:nth-of-type(even) {
    margin-left: 61.0169491525%;
}
.blog_list .entry:nth-of-type(2n) {
    margin-left: 61.0169491525%;
    margin-top: unset;
}
.blog_list .entry:hover{
 box-shadow: 0 29px 60px 0 rgba(54, 57, 73, .09);
}
.img_p img {    max-width: 100%;
    height: auto;}