/*
Theme Name: The Core Child
Description: The Core is created by <a href="https://themefuse.com">ThemeFuse</a>. The Core comes with 17 different themes inside it with more to come soon. The long list of features makes The Core the only stop when searching for a cutting edge WordPress theme. Child theme for the The Core. Child themes are the recommended way of making modifications to a theme. <a href="https://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: https://themefuse.com/
Template: the-core-parent
Version: 1.0
Text Domain: the-core
Tags: left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


.fwpl-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.fwpl-row {
    display: grid;
}
.fwpl-row.el-bn992 {
    grid-template-columns: 1fr;
    border-style: solid;
    border-color: #bbb;
    border-width: 1px;
    background-color: #f7f7f7;
    padding: 10px;
}
.fwpl-row.el-iwbcz {
    grid-template-columns: 85.0% 1fr;
}
.fwpl-col.el-7dg0bk {
    padding: 0px 15px 0px 0px;
}
.fwpl-item.el-sgk9st,
.fwpl-item.el-sgk9st a {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.fwpl-item.el-1g10vt,
.fwpl-item.el-1g10vt a {
    text-align: left;
    font-style: italic;
    font-size: 16px;
}
.fwpl-col.el-a3r0ig {
    border-style: dashed;
    border-color: #c7c7c7;
    border-width: 0px 0px 0px 1px;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
}
.fwpl-row { border-radius: 4px; }

div#top-logos {
    text-align: center right;
    margin-bottom: 10px;
    color: #000000;  
}

div#top-logos .intro { font-size: x-small; }


@media (max-width: 480px) {
    .fwpl-layout {
        grid-template-columns: 1fr;
    }

    body.archive .fw-main-row-top, body.search .fw-main-row-top {
	    padding-bottom: 100px;
	}

	body.archive section, body.search section {
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.fwpl-row.el-iwbcz {
	    grid-template-columns: 70.0% 1fr;
	}
	.fwpl-col.el-a3r0ig {
	    text-align: center;
	}

	.fwpl-col.el-a3r0ig {
	    text-align: center;
	}

	.fwpl-col.el-a3r0ig i {
	    display: block;
	    margin-top: 19px;
	}

	div#top-logos {
	    text-align: center !important;
	    font-size: xx-small;
	}

	div#top-logos img {
	    max-width: 30%;
	}

	div#top-logos span.intro {
		display:block;
	}
}


.postlist .fwpl-result { margin-bottom: 20px;  }

.fwpl-result:hover .fwpl-row { background-color: lemonchiffon; }

div#top-logos img {
    margin-left: 10px;
}