/**
Theme Name: Aspect360
Author: Rebecca Holdstock
Author URI: https://rebeccaholdstock.co.uk
Description: A child theme for Astra
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: aspect360
Template: astra
*/

a {
	text-underline-offset: 2px;
}

.greenBG a:hover {
	color: var(--ast-global-color-2);
}

input[type="submit"] {
	background-color: var(--ast-global-color-0);
}

.single-projects #main .entry-content .wp-block-uagb-image-gallery, .single-projects #main .entry-content .wp-block-uagb-image {
	padding: 1em 0;
}

.single header.entry-header:not(.related-entry-header) > *:not(:last-child) {
    margin-bottom: 20px;
}

div#secondary.widget-area.secondary {
	line-height: 1.7 !important;
}

.single-post.ast-separate-container .site-content #secondary .sidebar-main .widget {
	padding: 2em 0 0 0;
}

.ast-single-post .entry-content #projects-block h3 a {
	text-decoration: none;
}

.archive.tax-project-type .type-projects .ast-blog-meta-container {
	display: none;
}

.archive.tax-project-type .type-projects .ast-excerpt-container {
	margin-top: 1em;
}

@media (max-width: 544px) {
    .ast-separate-container .site-content #secondary .widget {
        padding-top: 0; 
        padding-bottom: 0; 
        padding-left: 0; 
        padding-right: 0; 
    }
	
	.single .entry-header .post-thumb img, .blog .post-thumb img {
    margin-bottom: 1em !important;
}
	
   .archive.tax-project-type .blog-layout-3 .post-content {
        margin-top: 20px;
    }
}
	
}

