/*
Theme Name: Ignition
Theme URI: https://thrivethemes.com/
Author: Thrive Themes
Author URI: https://thrivethemes.com/
Description: A beautiful theme that comes with everything you need to construct effective landing pages and high-converting sales pages (plus all the blogging features you're used to).
Version: 1.94
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, thrive, lead capture
*/
/* The Main Login Merge Code Enclosure */
.WishListMember_LoginMergeCode{ }
/* The Main Widget Enclosure */
.WishListMember_Widget{ 
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96%;
}



/* DivTable.com */
.divTable{
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border: 0px solid #999999;
  display: table-cell;
  padding: 3px 4px 0px 0px;
}
.divTableHeading {
  background-color: #;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}

.container_footer {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-template-rows: 50px 50px;
}
.container_footer_grid {
    display: grid;

    grid-template-columns: 1fr 3fr
    grid-template-rows: 50px 120px;
}


