/*
Theme Name: enfold Child
Theme URI: https://qrcodesforeveryone.com
Author: Tom Marchisa
Author URI: Tom Marchisa
Description: Child Theme for enfold
Template: enfold
Version: 2.0
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
*
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme.
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles.
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling
*/
.return-link
{
	float:right;
	margin-right:30px;
}

.outer-2-column-flex
{
	display:flex;
}  
 .inner-left-flex
{
	width:50%;
	float:left;
	margin-right:10px;
}
 
.inner-right-flex
{
	flex-grow:1;	 
}

.container-3-columns div {
	  
}

.column-left-3-columns {
	width: 32%;
	float:left;
	left: 0;	 
    border:thin;
    border-style:solid;
	border-radius: 25px;
	margin-bottom:10px;
	 
}
.column-center-3-columns {
	width: 32%;
	margin-left:5px;
	float:left;
	border:thin;
	border-style:solid;
	border-radius: 25px;
    margin-bottom:10px;
	 
}
.column-right-3-columns {
	width: 32%;
	float:left;
	right: 0;	
    margin-left:5px;
    border:thin;
	border-style:solid;
	border-radius: 25px;
    margin-bottom:10px;
 
}
.item-3-columns
{
   padding-left:10px;
   padding-right:10px;
   padding-top:10px;
   padding-bottom:0px;
   }

.return-left-link
{
	margin-left:15px;
	margin-top;30px;
	font-size:1.2em;
}
.table-misc {
    display: table;
     
}
.tr-misc { 
    display: table-row; 
	 
	 
}
.td-misc { 
    display: table-cell;
	padding-right:10px;
}
 
 
 
 
 
 