/**
Theme Name: Amy Phoenix - 2020
Author: Raven's Eye Design
Author URI: https://ravenseyedesign.com
Description: This is a child theme of Astra set up for Amy Phoenix.
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: amy-phoenix-2020
Template: astra

/* Astra customizations */
.custom-logo-link {
    transition: 0.3s filter ease, 0.3s opacity ease;
}

.custom-logo-link:hover {
    opacity: 0.75;
    filter: grayscale(100%);
}

.ast-single-post .entry-title {
    text-align: center;
    font-weight: 700;
}

article.type-tribe_events {
    width: 100% !important;
    float: none;
}

@media (min-width: 1201px) {
	.post-type-archive-tribe_events .ast-container {
		max-width: unset;
	}
}

#masthead .ast-container {
	max-width: 1080px;
}

.archive.category-blog #main,
.blog #main {
	padding: 2rem;
	background: #eee;
}

.blog-layout-1 {
	background: #fff;
	padding: 1rem;
}

.ast-small-footer {
    border: none;
}

.footer-adv .ast-container {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1366px;
}

/*#custom_html-3 {
    border: 1px solid #fff;
    padding: 1.5rem;
}*/

.wp-block-group__inner-container {
    max-width: 1200px;
    padding: 1.5rem;
    margin: 0 auto;
}

.wp-block-group.margin-bottom {
    margin-bottom: 1.5rem;
}

.home #primary {
    /*margin-top: 0;*/
}

.archive.woocommerce .ast-container {
    max-width: 1200px;
}

.woocommerce-products-header__title.page-title,
.term-description,
.product_title.entry-title,
.woocommerce-breadcrumb {
 display: none;
}

@media (min-width: 768px) {
.ast-col-md-3 {
width: 33%;
    }
}

@media (min-width: 1366px) {
.ast-col-md-3 {
width: 25%;
    }
}

@media (min-width: 1500px) {
.ast-col-md-3 {
width: 20%;
    }
}

@media only screen and (min-width: 641px) {
    #gform_widget-2 .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        text-align: right;
    }
}