@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------------------------------------------------
>>> TABLE OF CONTENTS:

---------------------------------------------------------------------------------------------
	0.0 CSS Varables
	1.0 Price Table


--------------------------------------------------------------------------------------------- */


/* --------------------------------------
	0.0 CSS Varables
		
----------------------------------------- */

	:root {
		
		--dark-primary-color: 	 #388E3C;
		--default-primary-color: #4CAF50;
		--light-primary-color:	 #C8E6C9;
		--text-primary-color: 	 #FFFFFF; 
		--accent-color: 		 #FF5722; 
		--primary-text-color: 	 #212121; 
		--secondary-text-color:  #757575; 
		--divider-color: 		 #BDBDBD;
		
		--default-white-color: 	 #fafafa; 
				
		
		--dark-primary-color-rgba: 	 	rgba(245, 124, 0, 0.39);
		--default-primary-color-rgba: 	#4CAF50;
		--light-primary-color-rgba:	 	#C8E6C9;
		--text-primary-color-rgba: 		#FFFFFF; 
		--accent-color-rgba: 			#FF5722; 
		--primary-text-color-rgba: 	 	#212121; 
		--secondary-text-color-rgba:  	rgba(117, 117, 117, 1); 
		--divider-color-rgba: 			rgba(189, 189, 189, 1)
		
	}
	
/* --------------------------------------
	1.0 Price Table
		
----------------------------------------- */

._1kp_price_table .et_pb_pricing_heading h2 {
	color: #fff; 
	font-size: 22px; 
	font-weight: 900;
	}
	
	
	.price_col_5 .et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(4n+1) {
		clear:none !important;
		}
		
		
	.price_col_5 .et_pb_column_4_4 .et_pb_pricing_table {
		width: 16.7%;
		}

