/*
Theme Name: Flacio Child
Theme URI: http://www.wpbingosite.com/flacio
Author: wpbingo
Description: This is a child theme for Flacio
Version: 1.0
Author URI: http://wpbingosite.com
Template: flacio
Text Domain: flacio-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/



/*------ =Nav ------*/
.bwp-header.header-v2 .header-desktop,
.bwp-header .header-sticky {
	padding: 10px 0;
	}

.header-mobile .wpbingoLogo {
	width: 150px;
	}
	
  .header-sticky .col-lg-6 {
	display: flex;
	align-items: center;
	}
	
.bwp-canvas-navigation .remove-megamenu {
	background: #CF0F2C;
	}

.banner-wrapper.banners .bwp-image:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	}

.bwp-widget-banner.layout-2 .button::before,
.bwp-widget-banner.layout-3 .button:before,
.bwp-widget-banner.layout-4 .button::before {
	background: #FFFFFF;
	}

.page-title.bwp-title.empty-image {
	margin: 0px;
	padding: 0px;
	}
	
.recipeList .elementor-widget-bwp_recent_post .post-categories,
.recipeList .elementor-widget-bwp_recent_post .comments-link,
.single-post .content-info .entry-meta {
	display: none;
	}
	
.single-post .content-single-sticky_title .entry-thumb.single-thumb {
	max-height: 50vh;
	overflow: hidden;
	}
	
.tax-product_cat .term-description {
	text-align: center;
	}
	
.tax-product_cat .term-description p {
	text-align: left;
	max-width: 1000px;
	margin: 50px auto;
	}
	
.page-title.bwp-title {
	background-size: cover;
	}
	
.page-title.bwp-title:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	}
	
.page-title.bwp-title .text-title-heading {
	color: #FFFFFF;
	}
	
.back-top {
	background: #cf0f2c;
	color: #FFFFFF;
	border: 0px;
	}
	
.back-top:hover {
	color: #cf0f2c;
	background: #FFFFFF;
	}
	
@media screen and (max-width: 1300px) {
	.bwp-navigation ul > li.level-0 {
  		display: inline-block;
  		float: none;
  		}
  		
  	.header-sticky .col-lg-3 {
  		flex: 0 0 15%;
		max-width: 100px;
		}
  		
  	.header-desktop .header-wrapper .col-lg-8 {
		flex: 0 0 85%;
		max-width: 85%;
		}
		
  	.header-sticky .col-lg-6 {
		flex: 0 0 75%;
		max-width: 75%;
		}
	
	.header-desktop .header-wrapper .col-lg-4 {
		flex: 0 0 10%;
		max-width: 10%;
		}
	}
	
	
/*------ =Buttons ------*/
.single-product .button {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #CF0F2C;
	border-radius: 0px 0px 0px 0px;
	padding: 15px 30px;
	transition: all 0.25s ease;
	}
	
.single-product .contents-detail .bwp-single-product {
	margin-bottom: 25px;
	}

.single-product .button:hover {	
	background-color: #343434;
	transition: all 0.25s ease;
	}
	
	
/*------ =Product =Single ------*/
.single-product .img-thumbnail a {
	max-height: 500px;
	display: flex;
	justify-content: center;
	}
	
.single-product .img-thumbnail a img {
	object-fit: contain;
	}
	
.single-product .content-thumbnail-scroll .slick-track .img-thumbnail {
	max-width: 100px;
	max-height: 100px;
	}
	
.single-product .woocommerce-tabs.description-style-vertical {

	}


/*------ =Recipe ------*/
.blog .category-posts .post-date,
.blog .category-posts .comments-link {
	display: none !important;
	}

.blog .category-posts .post-content h3 a {
	position: relative;
	display: block;
	transition: all 0.5s ease-in-out;
	}
	
.blog .category-posts .post-content h3 a:before {
	content: '-';
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	color: #FFF;
	max-width: 0px;
	overflow: hidden;
	transition: all 0.7s ease;
	}

.blog .category-posts .post-content h3 a:hover:before {
	max-width: 40px;
	width: auto;
	}

.blog .category-posts .post-content h3 a:hover {
	color: #FFF !important;
	padding-left: 15px;
	}
	
.blog .category-posts .entry-thumb {
	overflow: hidden;
	}

.blog .category-posts .entry-thumb a img {
	transition: all 0.5s ease-in-out;
	}

.blog .category-posts .entry-thumb a:hover img {
	transform: scale(1.05);
	}

	
/*------ =Footer --------*/

#bwp-footer {
  margin-top: 0px;
  }
  
#bwp-footer section {
  background-color: #343434;
  }
	
.pFM {
	position: relatiave;
	width: 100%;
	padding: 50px 25px 100px;
	box-sizing: border-box;
	}
	
.pFM #menu-footer-main {
	width: 100%;
	max-width: 1000px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	}
	
.pFM #menu-footer-main > li {
	display: inline-flex;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px 50px;
	flex-direction: column;
	transition: all 0.5s ease;
	}
	
.pFM #menu-footer-main > li:first-child {
	margin-left: 0px;
	}
	
.pFM #menu-footer-main > li:last-child {
	margin-right: 0px;
	}
	
.pFM #menu-footer-main > li .sub-menu {
	display: block;
	}

.pFM #menu-footer-main li a {
	color: #FFFFFF;
	margin-bottom: 20px;
	}

.pFM #menu-footer-main > li .sub-menu li {
	text-transform: none;
	}
	
.pFM #menu-footer-main > li .sub-menu li a {
	margin-bottom: 20px;
	}

.sCR {
	padding: 20px 0px;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	}

.colRight {
	position: relative;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	}
	
#bwp-footer .terms {
	width: 100%;
	}
	
#bwp-footer .terms #menu-copyright-link li {
	display: inline-block;
	margin-right: 25px;
	}
	
#bwp-footer .terms #menu-copyright-link li:last-child  {
	margin-right: 0px;
	}

#bwp-footer .terms #menu-copyright-link li a {
	color: #FFFFFF;
	font-weight: 400;
	}
	
@media screen and (max-width: 1000px) {		
	.pFM #menu-footer-main > li {
		margin: 0px 25px 25px;
		transition: all 0.5s ease;
		}
	}
	
@media screen and (max-width: 800px) {
	#bwp-footer .elementor-column.elementor-col-50,
	.colRight {
		text-align: center;
		justify-content: center;
		text-align: center;
		}
		
	.pFM #menu-footer-main > li {
		margin: 0px 0px 25px;
		width: 100%;
		display: block;
		transition: all 0.5s ease;
		}
	}