/*
Theme Name:  We are the 15%. Child theme for Twenty Twenty.
Theme URI: https://github.com/a8cteam51/awakentheworld
Author: WordPress Special Projects
Author URI: https://wpspecialprojects.wordpress.com
Description: Custom theme for Awaken the World
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: weare15
Template:  twentytwenty               
*/

/* General */
body,
.entry-content,
.widget_text p {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}

a {
	color: #707070 !important;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 79rem;
}
/* Header */
.site-title a {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #9a1818 !important;
}

.header-titles .site-description {
	color: #000;
}

.single-post #site-header {
	margin-bottom: 6rem;
}

.page header.entry-header {
	margin-bottom: 6rem;
	padding: 2rem 0;
}

h1.entry-title {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 5.4rem;
}

h2, .heading-size-2,
h3, .heading-size-3 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 400;
}

/* Social Icon Menu */
.social-icons a {
	background-color: #707070 !important;
	color: #fff !important;
}

.header-social-wrapper {
	width: 222px;
	margin-left: 2rem;
}

.social-icons a {
	width: 2.8rem;
	height: 2.8rem;
}

.social-icons a svg {
	width: 18px;
    height: 18px;
}

ul.social-icons {
	justify-content: center;
}
/* Feeds */

body:not(.singular) main > article:first-of-type {
	padding: 0 0 2.2rem;
    margin-top: 8rem;
}

@media (min-width: 700px) {
	body:not(.singular) main > article:first-of-type {
		padding: 0 0 2.2rem;
	    margin-top: 8rem;
	}	
	.section-inner {
	    width: calc(100% - 4rem);
	}
}

.home article,
.blog article,
.search article,
.archive article,
.single-post article .post-inner,
.single-post article .section-inner {
	margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    width: 100%;
    background-color: #f4f4f4;
	margin-bottom: 8rem;
	padding-bottom: 2.2rem;
}

.single-post article .post-inner {
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-post article .section-inner {
	margin-bottom: 1rem;
}

.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
	margin-top: 0;
	margin-bottom: 0;
}
.single-post .pagination-single.section-inner {
	background: initial;
	width: 100%;
}

.pagination-single-inner {
	width: 100%;
}

@media (min-width: 700px) {
	.pagination-single {
	    margin-top: 0;
	}
}


@media (max-width: 630px) {
	.home article,
	.blog article,
	.search article,
	.archive article,
	.single-post article .post-inner,
	.single-post article .section-inner {
		margin-right: 2rem;
	    margin-left: 2rem;
	    width: calc(100% - 4rem);
	}
}

.post-inner {
    padding-top: 0;
}


.post-inner .entry-content {
	padding-top: 2.2rem;
}

figure.wp-block-image {
	margin-bottom: 1.25em;
}
.post-inner .entry-content .gallery {
	margin-top: 0;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.gallery-columns-1 .gallery-item img {
	margin: 0 auto;
}
.post-link {
	display: flex;
	letter-spacing: -0.016875em;
	font-size: 16px;
	margin-top: 4.2rem;
	min-width: 6rem;
	margin-right: 3rem;
}
.post-meta-wrapper {
	max-width: 79rem;
}
article.post .post-meta-wrapper,
.single-post article.post .post-meta-wrapper {
	margin-bottom: 0;
}

article.post .section-inner {
	display: flex;
}

.single-post .post-link {
	margin-left: 2rem;
}
.post-link a {
	text-decoration: none;
}

.post-link a.text-link:hover {
	text-decoration: underline;
}

svg.feather.feather-link {
	width: 18px;
	height: 18px;
	display: inline;
	margin-right: 1.2rem;
}

/* Footer */

@media (min-width: 700px) {
	.footer-widgets {
	    margin-left: auto;
	    margin-right: auto;
	}
}

.footer-top {
	padding: 0;
	border: none;
}

.footer-widgets {
    width: 100%;
    max-width: 75rem;
}
.footer-widgets-outer-wrapper {
	border: none;
	width: 100%;
}

.footer-widgets-wrapper {
    margin-left: initial;
    width: 100%;
}
