/*

Theme Name: Neo
Theme URI: http://pixelentity.com
Description: Neo is a flexible and fully responsive WordPress theme suitable for both business and creative websites. A stylish look, backed up by powerful features means the Neo WordPress theme can effortlessly adapt to the needs to your next project.
Version: 1.1.0
Author: Pixelentity
Author URI: http://themeforest.net/user/pixelentity
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: photoblogging
*/

/*alignment inside post page content*/
	.alignright,
	.alignleft,
	.aligncenter,
	.sticky,
	.wp-caption-text,
	.wp-caption,
	.gallery-caption{
		
	}
	
	.alignright{
		float:right;
		clear:right;
		margin-left:20px;
		margin-bottom:10px;
	}
	
	.alignleft{
		float:left;
		clear:left;
		margin-right:20px;
		margin-bottom:10px;
	}
	
	.aligncenter{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
	}
	
	p.wp-caption-text{
		margin-top:5px;
		margin-bottom:0;
		color:#919191;
		font-size:11px;
		font-style:italic;
	}
	
	.contact p{
		width:50%;
	float:left;
	}

	.contact #FSContact1{
		width:50%!important;
		float:right;
	}
	
	.contact #FSContact1 form label{
		margin-left:0;
	}
	
	#fscf_captcha_image_div1,
	#fscf_captcha_field1{
		float:left!important;
		width:100%!important;
	}
	#mapentry{
		float:left;
		width:100%;
	}
	
	#map_canvas{
		width:100%!important;
	}
	.contact div.wpcf7{
		width:33%;
		float:right;
	}
	
	.contact p{
		float:left;
		width:100%;
	}
	
	div.wpcf7-response-output {
		float: left;
		font-size: 14px;
		padding: 10px!important;
		margin:0 0 20px!important;
	}
	.flxmap-container{
		margin-bottom:30px;
		width:100%!important;
	}
	
	.infoTop a{
		color:#fff;
	}
	
	@media (max-width: 767px) {
		.contact div.wpcf7{
			width:90%;
			margin:0 auto;
		}
	}
