/*
Theme Name: Akita
Description: A simple business theme by Theme Blvd.
Author: Jason Bobich
Author URI: http://jasonbobich.com
Version: 1.1.4
License: Partial GNU General Public License, please reade license file for more details.
License URI: license.txt
*/

/* This theme's primary styles can be found in /assets/css/theme.css */

/*form page*/
.center_header_h {
	
}
.center_header_h h2 {
	font-weight: bold;
	font-size: 42px;
	color: #2290c4;
	font-family: 'Arial';
	font-variant: small-caps;
}
.table_wrapper {
	display: table;
	width: 100%;
}
.teble_content_right {
	float: right;
}
.teble_content_center {
	float: left;
	padding: 6px 10px 6px 0;
	width: 22%;
	height: 390px;
}
.teble_content_center img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.teble_content_left {
	float: left;
	width: 315px;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
}
.mobile_men {
	display: none;
}
@media only screen and (max-width: 801px) {
	.teble_content_left {
		width: 250px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 741px) {
	.teble_content_left {
		width: 34%;
	}
}
@media only screen and (max-width: 641px) {
	.teble_content_left {
		float: none;
		width: 100%;
		text-align: center;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.teble_content_center {
		width: 38%;
	}
	.teble_content_right  .wpcf7 form h3 {
		font-size: 18px;
	}
	.entry-content span span strong {
		font-size: 24px !important;
		line-height: 24px;
	}
	.wpcf7-form label {
		font-size: 16px;
	}
	div.wpcf7 input {
		font-size: 16px;
	}
	.center_header_h h2 {
		line-height: 35px;
	}
}
@media only screen and (max-width: 507px) {
	.teble_content_center {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) {
	.teble_content_center {
		display: none;
	}
	.mobile_men {
		display: block;
		text-align: center;
		margin-top: 29px;
	}
	.teble_content_left {
		text-align: left;
	}
	.teble_content_right form {
		/*margin: 0px auto;*/
		width: 250px;
	}
	.teble_content_right {
		float: none;
	}
	.center_header_h h2 {
		text-align: left !important;
	}
}
@media only screen and (max-width: 360px) {
	.teble_content_left {
		font-size: 16px;
		line-height: 20px;
	}
	.entry-content span span strong {
		font-size: 20px !important;
		line-height: 22px;
	}
}

#special-drop
{
margin-left: 35px;
width: 222px;
}

/*end form page*/