/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
#dispersant {
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
}
#dispersant * {
	box-sizing: border-box;
}

#dispersant h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 21px;
	font-family: "Open Sans", sans-serif;
	color: #1f92d0;
	margin: 30px 0;
}

#dispersant h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

#dispersant strong {
	color: #1f92d0;
}

#dispersant .long_after {
	margin-bottom: 30px;
}

#dispersant hr {
	height: 1px;
	border: none;
	background: #232323;
}

@media all and (min-width: 517px)
{
	#dispersant {
		text-align: left;
	}
	
	#dispersant .two_columns > div.qr_cont {
		padding-right: 170px;
		min-height: 160px;
		position: relative;
	}
	
	#dispersant .two_columns > div.qr_cont > *{
		display: inline-block;
		width: 150px;
	}
	
	#dispersant .two_columns > div > .qr_image {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#dispersant .two_columns.split > div > * {
		display: inline-block;
		width: 50%;
		padding: 0 10px;
		vertical-align: top;
	}
	
	#dispersant .two_columns.split > div > h3 {
		display: block;
		width: 100%;
		padding: 0;
	}
}

@media all and (min-width: 800px)
{
	#dispersant .two_columns > div{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-left: 15px;
	}
	#dispersant .two_columns > div:first-child {
		padding: 0 15px 0 0;
	}
}