/**
Theme Name: PersonalTheme
Author: Brandon Diaz
Author URI: https://seo-diaz.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: personaltheme
Template: astra
*/

/* 		GENERAL STYLES 		*/

html body, html button, html input, html select, html textarea, html .ast-button, html .ast-custom-button {
	font-size: 18px;
}

html a, html .page-title, .main-header-menu .menu-link, .ast-header-custom-item a {
	color: #C6663A !important;
}

.custom-pr-message {
    background-color: #3A3A3A;
    padding: 30px;
    border-radius: 2px;
    margin-top: 20px;
}

.sidebar_pa_genres {
	cursor: pointer;
}

ul.all-genres-list li {
    display: inline-block;
    padding: 0 20px;
    margin-top: 30px;
    text-align: center;
}

a.add_to_cart_button {
	color: #FFF !important;
}

.main-header-menu .menu-link, .ast-header-custom-item a {
    padding: 0 2vw;
}

.main-header-menu .menu-link, #woocommerce_product_categories-3 .cat-item a {
    text-transform: uppercase;
}

#woocommerce_product_categories-3 a {
    font-size: 1.2em;
}

select {
    background-color: #FFF !important;
    padding: 0.5em !important;
    border-radius: 4px !important;

}

#wcj_products_per_page {
	padding: 0.5em 1.2em 0.5em 0.5em !important;
	background-position-x: 90%;
}

.widget {
    margin: 0;
}

.ast-logo-title-inline .site-logo-img {
    padding: 10px 0;
}

.woocommerce h2, .woocommerce-account h2 {
    font-size: 1.225rem;
}

small.dd-selected-description {
	font-size: 90%;
}

.sidebar-main {
    background-color: #333;
}

.sidebar-main .widget:nth-child(2n) {
	background: black;
}

#woocommerce-product-search-field-0 {
    padding: 12px 5px;
}

.star-rating {
	display: none;
}

#primary {
	margin: 2em 0 4em;
}

.woocommerce-result-count {
	display: none;
}

#rowArtists, ul.products {
	display: grid !important;
	gap: 20px !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    max-width: 1400px !important;
    flex: unset !important;
	flex-wrap: unset !important;
	margin: 0 auto;
}

#rowArtists {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
}

#footerFeaturedBands {
	display: grid !important;
	gap: 0px !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    max-width: 1400px !important;
    flex: unset !important;
	flex-wrap: unset !important;
}

ul.products li.product, #rowArtists .artist, #footerFeaturedBands li {
    text-align: center;
	display: flex !important;
	flex-direction: column !important;
	align-items: normal !important;
	justify-content: space-between !important;
	padding: 10px;
	width: 100% !important;
	max-width: 100% !important;
	flex: unset !important;
	flex-wrap: unset !important;
	margin-bottom: 0.5em !important;
	margin: 0 auto !important;
	float: none !important;
	max-width: 400px !important;
}

#rowArtists .artist {
    background-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0px 0px 6px #e2e2e2;
    border-radius: 8px;
}

#rowArtists h4 {
    color: #e2e2e2 !important;
    font-size: 1.1em;
    margin-top: 14px;
    text-decoration: underline;
}

.woocommerce-js .products ul::after, .woocommerce-js .products ul::before, .woocommerce-js ul.products::after, .woocommerce-js ul.products::before {
	display: none !important;
}

.ast-separate-container.ast-right-sidebar #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container #primary, .ast-plain-container #primary {
    margin-top: 0;
}

.ast-right-sidebar #secondary, .ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-right-sidebar #secondary, .ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
    padding-left: 0;
    padding-right: 20px;
}
.site-footer {
	margin-top: 40px;
}

/* 		END GENERAL STYLES 		*/

/* 		HEADER STYLES 		*/

.site-branding {
	margin-right: 50px;
}

#social-logos-header {
	position: absolute;
	top: 10px;
	right: 0;
}

#ast-fixed-header #social-logos-header {
	display: none;
}

#social-logos-header a {
	display: block;
	background: url('https://www.personal-records.com/wp-content/uploads/2021/02/logos-rrss.png') no-repeat;
	width: 41px;
	height: 41px;
	margin-bottom: 6px;
}

#logo-ig {
	background-position-y: -47px !important;
}

#logo-bc {
	background-position-y: -92px !important;
}

.header-main-layout-3 .main-navigation {
	padding-right: 0;
}

.main-header-bar {
	background: #333;
}

#content {
	padding-top: 40px;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
    color: white;
}


/* 		END HEADER STYLES 		*/

/* 		WOOCOMMERCE STYLES 		*/

.home .woocommerce-products-header__title, .home .woocommerce-result-count {
	display: none;
}

#latestReleases > a {
    display: block;
    text-align: center;
    margin: -30px 0 60px;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
}

.ast-plain-container #secondary .widget-woocommerce-currency-switcher {
	padding-left: 0;
	padding-right: 0;
}

.woocs_auto_switcher li a, .woocs_auto_switcher li a span {
    color: black !important;
}

.dd-options li .dd-option-text {
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
    width: 33px;
    display: block;
}

.dd-options li:nth-child(2) .dd-option-text {
    width: 38px;
}

.single-product div.product p.price, .single-product div.product span.price {
	margin: 10px 0 20px;
}

.woocommerce-product-details__short-description {
	margin: 10px 0 20px;
}

.woocommerce div.product form.cart {
    margin: 2em 0;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
}

.woocommerce div.product form.cart .button {
    float: none;
    display: block;
    margin-top: 20px;
    font-size: 1.2em;
}

#select-manufacturers {
    clear: both;
    margin: -40px 0 40px;
    float: right;
    max-width: 100%;
}

#productLabel, #productArtist {
    margin-top: -20px;
    margin-bottom: 30px;
}

#woocommerce_product_search-4 .woocommerce-product-search {
    flex-direction: column;
}

#woocommerce_product_search-4 button {
    max-width: 100px;
    align-self: flex-end;
}

.dgwt-wcas-search-wrapp {
    max-width: 100% !important;
    padding-right: 10px;
}

a, .page-title, .woocommerce-js ul.cart_list li>a, .woocommerce-js ul.product_list_widget li>a {
    color: #ff4343;
}

.page-title {
	margin-bottom: .5em;
}

.woocommerce .ast-shop-toolbar-container {
    margin-bottom: 1em;
}

.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a, .woocommerce .widget .wc-block-checkbox-list li label {
    color: #FFF;
}
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:hover, .woocommerce .widget .wc-block-checkbox-list li:hover label, .woocommerce-js ul.cart_list li>a:hover, .woocommerce-js ul.product_list_widget li>a:hover {
    color: #ff4343;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #980D0D;
    box-sizing: border-box;
}

.astra-off-canvas-sidebar .ast-filter-wrap .widget, .ast-filter-wrap .ast-woo-sidebar-widget.widget {
    margin-bottom: 0;
}

/* 		END WOOCOMMERCE STYLES 		*/

/* 		FOOTER STYLES 		*/


/* 		END FOOTER STYLES 		*/

/* 		ARTISTS STYLES 		*/



.excerpt-artista {
	font-size: 1.2em;
    background-color: #333;
    padding: 20px;
    margin: 20px 0 30px;
}

.artist-page .wp-post-image {
	margin-bottom: 20px;
}

.artist-page .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.35rem;
    line-height: 1.3rem;
}

.artist-page .price {
	font-size: 1.2rem !important;
    margin-top: .5em;
    margin-bottom: 1em !important;
}

.artist-page .stock {
	display: block;
	color: #C6663A;
	margin-bottom: 14px;
}

.artist-page .ffo-title {
	margin-top: 40px;
	font-size: 1.625rem;
}


.artist-page .ffo-title span {
	color: #E5835B;
}

/* 		END ARTISTS STYLES 		*/


/* 		MEDIA QUERIES 		*/

@media (min-width: 922px) {
	.ast-right-sidebar #primary {
    	width: 80%;
    	padding-left: 20px;
    	padding-right: 0;
	    border-right: none;
	    border-left: 1px solid #eee;
	}
	.ast-right-sidebar #secondary {
    	width: 20%;
	    border-left: none;
	    margin-left: 0;
	    border-right: 1px solid #eee;
	    margin-right: -1px;
	}

	.ast-right-sidebar #primary, .ast-right-sidebar #secondary {
	    float: right;
	}

	#wcj_products_per_page {
		margin-left: 10px;
	}

}

@media (max-width: 1140px) {
	.main-header-menu .menu-link, .ast-header-custom-item a {
	    padding: 0 1.3vw;
	    font-size: .85em;
	}

	#qty_filter {
	    margin-top: -56px;
	}

	#select-manufacturers {
    	margin-top: 20px;
	}
}


@media (max-width: 922px) {
	.main-header-menu .menu-link, .ast-header-custom-item a {
	    padding: 0 1vw;
	    font-size: 1.2em;
    	color: #000;
	}

	.ast-header-break-point .main-header-menu, .ast-header-break-point .ast-header-custom-item, .ast-header-break-point .ast-header-sections-navigation {
	    background-color: #000000;
	    background-image: none;
	}

	.ast-header-break-point .main-header-menu .menu-link {
		color: #FFF;
	}

	.dgwt-wcas-search-wrapp {
	    padding-left: 20px;
	    font-size: 1.2em;
	    line-height: 3em;
	    border-bottom: 1px solid #eaeaea;
	}


}

@media (max-width: 780px) {

	header .custom-logo-link img {
	    max-width: 160px;
	}

	#social-logos-header {
	    width: 134px;
	    top: 37%;
	}

	#social-logos-header a {
	    display: inline-block;
	}

    .main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar {
        padding-top: 0em !important;
        padding-bottom: 0em !important;
    }

	#content {
    	padding-top: 0px;
	}

	.woocommerce .ast-shop-toolbar-container {
	    justify-content: flex-start;
	}

	#qty_filter {
	    margin-top: 0;
		float: left;
	}

	#select-manufacturers {
    	float: left;
    	margin-bottom: 20px;
	}

	.orderby, #select-manufacturers {
		padding: 8px !important;
	}

	#wcj_products_per_page {
        padding: 12px 22px 12px 12px !important;
	}
}


@media (max-width: 544px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	    margin-bottom: 1em;
	}

    .site-branding img, .site-header .site-logo-img .custom-logo-link img {
        max-width: 160px;
    }

    .ast-header-break-point .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 420px) {

    .site-branding img, .site-header .site-logo-img .custom-logo-link img {
        max-width: 100%;
    }

	.main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar {
	    padding-bottom: 50px !important;
	}

	.ast-masthead-custom-menu-items {
    	padding: 0;
	}

	.ast-logo-title-inline .site-logo-img {
    	padding: 0 0 8px;
	}

	.site-branding {
    	margin-right: 0;
	}

	#social-logos-header {
	    position: absolute;
	    width: auto;
	    top: unset;
	    left: 50%;
	    transform: translate(-50%, 0);
	    bottom: -60px;
	}

	#social-logos-header a {
    	display: inline-block;
		background: url('https://www.personal-records.com/wp-content/uploads/2021/02/logos-rrss-small.png') no-repeat;
		width: 30px;
		height: 30px;
		margin-left: 20px;
	}

	#logo-ig {
		background-position-y: -34px !important;
	}

	#logo-bc {
		background-position-y: -68px !important;
	}
}

@media (max-width: 360px) {
	#social-logos-header {
        width: 180px;
	}
}

/* 		END MEDIA QUERIES 		*/