/**
 * Theme Name:  Black Phoenix Alchemy Lab
 * Theme URI:   http://blackphoenixalchemylab.com
 * Author:      Garman.IO
 * Author URI:  http://garman.io
 * Description: Custom theme for BPAL
 * Version:     1.4.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template:    make
 * Text Domain: bpal
 * Domain Path: /languages/
 */

.site-footer .site-info .footer-text {
 	max-width: 100%;
}
.mc4wp-form-fields {
	display: flex;
}
.subscribe-email {
	margin-right: 10px;
}
.subscribe-email input[type=email] {
	width: 300px;
	padding: 0.85rem;
    font-size: 1.3rem;
    background: #ffffff;
    color: #000000;
    border: 2px solid #bbbbbb;
}
.subscribe-submit input[type=submit] {
    padding: 0.85rem 3rem;
    border-radius: 0;
    border: 2px solid #171717c7;
    transition: all 0.3s;
}
.subscribe-submit input[type=submit]:hover{
	background: transparent !important;
	color: #171717 !important;
}
.tinv-wraper.tinv-wishlist {
	display: inline-block;
	margin-left: 10px;
}
.entry-content .woocommerce ul.products.columns-3 li.product, 
.entry-content .woocommerce-page ul.products.columns-3 li.product {
	width: 100% !important;
}
.entry-footer {
	display: none;
}
.at-share-btn-elements {
	display: flex;
}
.at-share-btn-elements > a {
	background-color: transparent !important;
	position: relative;
}
.at-share-btn-elements span {
	display: none;
}
.at-share-btn-elements .at-svc-facebook:before {
	content: "\f230";
	font-family: FontAwesome !important; 
	font-size: 3rem;
	line-height: 1em;
}
.at-share-btn-elements .at-svc-pinterest_share:before {
	content: "\f0d2";
	font-family: FontAwesome !important; 
	font-size: 3rem;
	line-height: 1em;
}
.at-share-btn-elements .at-svc-twitter:before {
	content: "\f099";
	font-family: FontAwesome !important; 
	font-size: 3rem;
	line-height: 1em;
}
.at-share-btn-elements .at-svc-google_plusone_share:before {
	content: "\f0d5";
	font-family: FontAwesome !important; 
	font-size: 3rem;
	line-height: 1em;
}
.social-share .email{
	width: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 18px;
    text-align: center;
}
.entry-header .entry-author .entry-author-byline {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-style: normal;
}
.subcategory-term_description.term_description > p:after {
	content: '';
	display: block;
	clear: both;
}
#site-footer-above .at-share-btn-elements {
	margin: 0 -15px;
}
#site-footer-above .at-style-responsive .at-share-btn{
	padding: 1px;
	margin: 0 14px;
	color: #171717;
}
.site-footer .footer-social-links{
	max-width: 100% !important;
	float: none !important;
	width: 100%;
}
.footer-widget-container .social-links{
	display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.footer-widget-container .at-share-btn-elements a.at-share-btn::before{
    font-family: "Font Awesome 5 Brands" !important;
}
.footer-widget-container .at-share-btn-elements a.at-svc-facebook::before{
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f082";
}
.woocommerce-page.single-product .product .stock.in-stock{
	display: none !important;
}
.site-header-main .cart .total{
	position: relative;
    bottom: 2px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	padding: 0;
    font-size: 27px;
    line-height: 28px;
}
/*  #recent-updates .flex-viewport{
	margin-left: -15px;
    margin-right: -15px;
}
#recent-updates .flex-viewport .ttfmp-post-list>.ttfmp-post-list-item{
	margin: 0 20px;
}

#recent-updates .flex-viewport .ttfmp-post-list>.ttfmp-post-list-item{
	padding: 0 15px !important;
} */



/* Woocommerece subpage fix */
.woocommerce-products-header > .subcategory-products > li {
 width: 100% !important;
 margin: 0 0 4rem 0;
 padding: 0;
}

/*show share buttons only inside above footer area*/
.addthis_tool {
	display: none !important;
}
#site-footer-above .addthis_tool{
	display: block !important;
}

/*responsive*/

@media (min-width: 769px){
	#recent-updates .ttfmp-post-list>.ttfmp-post-list-item figure{
		margin-right: 0 !important;
	}

	#recent-updates .ttfmp-post-list>.ttfmp-post-list-item .ttfmp-post-list-item-header,
	#recent-updates .ttfmp-post-list>.ttfmp-post-list-item .ttfmp-post-list-item-content{
	 	margin-right: 2rem;
	}
}
@media (max-width: 769px){
	#site-footer-above aside.widget{
		margin: 5px 0 !important;
	}
	#site-footer-above aside:first-child{
	    margin-bottom: 20px !important;
	}
	#recent-updates .flex-direction-nav .flex-next.flex-next{
		right: 30px !important;
	}

	#recent-updates .flex-direction-nav .flex-prev.flex-prev{
		left: -22px !important;
	}
	#recent-updates .flex-viewport .ttfmp-post-list-item .ttfmp-post-list-item-title,
	#recent-updates .flex-viewport .ttfmp-post-list-item .ttfmp-post-list-item-date{
		padding: 0 2rem;
	}
	#recent-updates .builder-section-content{
		padding-bottom: 0;
	}
}
@media (max-width: 491px) {
	.mc4wp-form-fields{
		flex-wrap: wrap;
	}
	.subscribe-email{
		margin: 0 0 20px 0;
	}
	.subscribe-submit input[type=submit] ,
	.subscribe-email input[type=email],
	.subscribe-submit,.subscribe-email
	{
		width: 100%;
	}
}
@media (max-width: 330px) {
	#recent-updates .flex-direction-nav .flex-next.flex-next {
	    right: 10px !important;
	}
	#recent-updates .flex-direction-nav .flex-prev.flex-prev {
	    left: 7px !important;
	}
}

