/*
 Theme Name:   Futurio Child
 Theme URI:    
 Description:  Futurio Child Theme
 Author:       Stefan Gawronski
 Author URI:   
 Template:     futurio
 Version:      1.4.1
 License:      GNU General Public License v3
 License URI:  https://www.gnu.org/licenses/gpl.html
 Tags:         
 Text Domain:  futurio
*/

.site-content-fullwidth {
	float: left;
	width: 100%;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-item-left {
  padding: 10px;
  flex: 40%;
}

.flex-item-right {
  padding: 10px;
  flex: 60%;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}