/*
Theme Name: Unachi - Avada Child
Description: Unachi - Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada*/


	/*trying to accentuate the header inner shadow*/
	.avada-page-titlebar-wrapper {border: solid white; border-width:5px 0px 0px 0px;}
	
	/*retard avada aligning to the left*/
	.fusion-title{text-align:center;}
	
	/*makes footer stick at the bottom*/
	body #main {flex-grow: 1;}
	body #wrapper, body #boxed-wrapper {display: flex;flex-direction: column;min-height: 100vh;}
	
	/*for the built-in footer
	.fusion-footer-copyright-area{padding-top:1em}*/
	
	/* Let's try to display two blog post previews per row for small devices.
@media screen and (max-width: 735px) {
  .fusion-blog-layout-grid .fusion-post-grid {
      width: 40% !important; 
      padding: 0.5em !important; 
  }
}

@media screen and (max-width: 880px) {
.fusion-blog-layout-grid .post .fusion-post-wrapper, .fusion-blog-layout-timeline .post, .fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper, .products li.product {

	width: 45% !important;
	vertical-align: top;
	min-height: 0 !important;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	}
} */



/*   #flex-gallery .fusion-builder-row.fusion-row {
      margin: -1%; !important;
	  display: flex !important;

  }

  #flex-gallery .fusion-builder-row.fusion-row > * {
     flex: 0 0 50% !important; 
     margin: 1% !important;
	 width:100%;
 	 flex-wrap: wrap !important;
	 flex-flow: wrap !important;
	 width: calc(100% / 2 - 2%) !important; 
	 
  }
  
  #flex-gallery .fusion-column-wrapper {
	  
	/* flex-direction: column; */
	/* width:100%;

  } */
