/*
 Theme Name:   ZTGM
 Description:  ZTGM Theme
 Author:       Jonas Noack
 Author URI:   http://noack-media.de
 Template:     thegem
 Version:      1.0
 Text Domain:  ztgm
*/

/* CI
Red: #8E1C19  rgba(142,28,25,1)

Grey: #1c1c1c rgba(25,28,28,1)

light Grey:  #f0f3f2  rgba(240,243,242,1)

Black:

White:

*/


.msg-box {
	display: block;
	padding: 10px;
	margin: 10px;
}

.msg-box.error { 
	background-color: rgba(255,0,0,0.1); 
	border: 2px solid rgba(255, 0, 64, 1); 
}

.msg-box.success { 
	background-color: rgba(46, 204, 113, 0.1); 
	border: 2px solid rgba(46, 204, 113, 1); 
}

.debug {
	background: #cccccc;
	display: block;
	padding: 5px;
	font-size: 12px;
	font-family: courier;
	
}
.debug span{ 
	color: #989898;
	font-size: 20px;
	font-family: Century Gothic;
}
.pricing-price-subtitle {
	display: block !important;
}
.pricing-table-style-1 .highlighted .pricing-footer { padding-bottom: 75px !important; }
.pricing-table-style-1 .highlighted .pricing-footer { padding-bottom: 75px !important }