/*!
	Theme Name: Hello Elementor Child
	Template: hello-elementor
	Description: Hello Elementor theme edits
	Author: Mav Jervis
	Author URI: https://www.monkeyfishmarketing.com/
	Version: 2.3.1
	Stable tag: 2.3.1
	Requires at least: 4.7
	Tested up to: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

	#prices .clearfix{
		clear:both;
	}
	#prices .col-md-4{
		width: 33%;
		float: left;
	}
	#prices .col-md-6{
		width: 50%;
		float: left;
	}	
	#prices .title{
		font-weight:bold;
	}
	#prices .yellow-box, #prices .green-box{

		margin: 15px;
		padding: 30px;
		text-align: center;
		font-family: "montserrat", Sans-serif;
		font-size:14px;
		min-height:280px;
	}
	#prices .yellow-box{
		background-color:var(--e-global-color-secondary );
		color:#000;
	}
	#prices .green-box{
		background-color:var(--e-global-color-primary );
		color:#fff;
	}

	#prices .yellow-box ul, #prices .green-box ul{
		margin:0;
		list-style:none;
		padding: 15px 0;
	}
	@media(max-width:992px){
		#prices .col-md-4{
			width: 100%;
			float: none;
		}
		#prices .yellow-box, #prices .green-box{
			margin: 15px 0;
		}
		#prices .mobile-economy{
			background-color:var(--e-global-color-primary );
			color:#fff;
		}
		#prices .mobile-luxury{
			background-color:var(--e-global-color-primary );
			color:#fff;
		}
		#prices .mobile-standard{
			background-color:var(--e-global-color-secondary );
			color:#000;
		}
	}
