/*
Theme Name: Amorph Systems Production Theme
Author: Amorph Systems
Author URI: http://www.amorphsys.com
Description: Amorph Systems Production site theme
Version: 1.0
Text Domain: amorphprod
*/
@CHARSET "ISO-8859-1";

@import url("fonts.css");

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

.aligncenter	{ display: block; margin: 0 auto; }
.alignright	 	{ float: right; margin: 0 0 1em 1em; }
.alignleft	 	{ float: left; margin: 0 1em 1em 0; }
.floatleft	 	{ float: left; }
.floatright	 	{ float: right; }


body {
	font-family: 'OpenSansRegular';
	color: #444;
	font-size: 13px;
	line-height: 22px;
	min-width: 1000px;
}

h1, h2, h3 {
	font-family: 'montserratregular';
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #222;
}

h1 a:link, h2 a:link, h3 a:link,
h1 a:visited, h2 a:visited, h3 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #222;
}

h1 {
	font-size: 20px;
	line-height: 23px;
	margin: 10px 0;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0;
}

h1.icon {
	padding-left: 74px;
	height: 54px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}

h1.icon.analysis{
	background: url("images/icons/analysis-icon.jpg") no-repeat top left;
}

h1.icon.forecasting{
	background: url("images/icons/forecasting-icon.jpg") no-repeat top left;
}

h1.icon.growth{
	background: url("images/icons/growth-icon.png") no-repeat top left;
}

h1.icon.puzzle{
	background: url("images/icons/puzzle-icon.png") no-repeat top left;
}

strong {
	font-weight: bold;
}

p {
	padding: 10px 0;
	text-align: justify;
}

a:link, a:hover, a:visited {
	color: #1e8bc1;
	text-decoration: none;
}

a:hover{
	color: #99d7a8;	
}

a.read_more {
	padding-left: 26px;
	background: url("images/ico-next.png") no-repeat left center;
	line-height: 17px;
}

ul.check_list li {
	list-style-type: none !important;
	list-style: inside;
	background: url("images/check-list-img.png") no-repeat left center;
	padding: 7px 0px 7px 30px;
	border-bottom: 1px solid #d9d9d9;
}

input.field, textarea.field {
	font-family: 'OpenSansRegular';
	box-shadow: 0 3px 3px #e8e8e8 inset;
	border-radius: 3px;
	border: 1px solid #cfcfcf;
	height: 35px;
	width: 260px;
	padding: 0 3px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #a5a5a5;
}
input.field {
	line-height: 35px;
}
input.field.error, textarea.field.error {
	border: 1px solid red;
}
div.error {
	font-size: 10px;
	color: red;
}

.contact textarea.field {
	height: 85px;
	padding: 3px;
}
.button {
	background: #2692c4;
	border: none;
	border-radius: 3px;
	height: 35px;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	font-family: 'OpenSansRegular', Arial;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #176998;
}

.wrapper {
	width: 1000px;
	margin:0 auto;
}

.clear {
	clear: both;
}

.header {
	padding: 20px 0 40px 0;
}

.logo {
	margin-top: 20px;
	float: left;
}

.slogan{
	float: right;
	font-size: 15px;
	font-style: italic;
	padding: 5px 20px;
	color: #a2a2a2;
}

.main_navigation {
	width: 600px;
	text-align: right;
	padding: 10px;
	float: right;
}

.main_navigation ul li {
	display: inline;
	font-family: 'montserratregular';
	font-size: 15px;
	padding: 0 10px;
	border-right: 1px solid #99d7a8;
}

.main_navigation ul li:last-child {
	border: none;
}

.main_navigation ul li a:link, 
.main_navigation ul li a:visited , 
.main_navigation ul ul li a:link, 
.main_navigation ul ul li a:visited {
	color: #3f3f3f;
}

.main_navigation ul li a:hover,
.main_navigation ul ul li a:hover,
.main_navigation ul li.current-menu-item, 
.main_navigation ul li.current-menu-item a,
.main_navigation ul li.current-menu-parent a ,
.main_navigation ul ul li.current-menu-item, 
.main_navigation ul ul li.current-menu-item a {
	color: #1e8bc1;
}

.main_navigation ul ul {
	display: none;
}

.main_navigation ul li:hover > ul {
	display: block;
}

.main_navigation ul {
	position: relative;
	display: inline-table;
}
.main_navigation ul:after {
	clear: both; display: block;
}

.main_navigation ul li {
	float: left;
}

.main_navigation ul li a {
	display: block;
}

.main_navigation ul ul {
	position: absolute; 
	top: 100%;
	margin-left: -11px;
	border-left: 1px solid #cecece;
	background: #fff;
}
.main_navigation ul ul li {
	font-family: 'OpenSansRegular';
	float: left; 
	position: relative;
	border: none;
	padding: 5px 10px;
	text-align: left;
}
	
.slider {
	height: 375px;
	background: url("images/banner-bg.jpg") repeat-x top center;
	margin-bottom: 40px;
}

.slide_page {
	overflow: hidden;
}

.slide_page .title {
	width: 490px;
	position: absolute;
	top: 380px;
	background: #282828;
	border-radius: 15px;
	font-size: 36px;
	font-family: 'montserratregular';
	line-height: 38px;
	color: #fff;
	padding: 20px;
}

.slide_page .title h1 {
	color: #fff;
}

.slide_page .badge {
	position: absolute;
	top: 375px;
	margin-left: 905px;
}

.sidebar {
	width: 320px;
	margin: 40px 0;
}

.sidebar .widgettitle {
	font-size: 20px;
	margin: 20px 0;
}

li.widget {
	list-style-type: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.simple_banner {
	background: url("images/banner-bg.jpg") repeat-x top center;
}
.simple_banner .content {
	background: url("images/banner-systems.png") no-repeat top center;
	margin: 0 auto;
	padding: 0;
	height: 140px;
	
}
.simple_banner .badge {
	position: relative;
	top: 30px;
	float: right;
}

.simple_banner h1 {
	background: none repeat scroll 0 0 #282828;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    font-family: 'montserratregular';
    font-size: 27px;
    line-height: 35px;
    padding: 27px;
    float: left;
    position: relative;
    top: 20px;
    width: 490px;
}

.content {
	padding: 40px 0;
}

.content.left {
	width: 640px;
}

.content ul li {
	list-style: disc;
	margin: 5px 20px;
}
.content ul li ul li {
	list-style: square inside;
	margin: 5px 35px;
}
.post {
	text-align: justify;
}

.post.last {
	margin-right: 0 !important;
}

.ThreeColumnLayout .post{
	
	width: 320px;
	margin-right: 20px;
	float: left;
}

.TwoColumnLayout .post {
	float:left;
	width: 490px;
	margin-right: 20px;
}

.FourColumnLayout .post {
	float:left;
	width: 215px;
	margin-right: 20px;
	padding: 10px;
}

.featured_clients {
	border: 1px solid #d9d9d9;
	text-align: center;
}

.content_slider .prev, .content_slider .next {
	font-size: 0;
	width: 17px;
	height: 17px;
	display: inline-block;
	position: relative;
	top: -155px;
	left: 270px;
	margin: 0 2px;
	background-image: url("images/ico-prev.png");
	background-repeat: no-repeat;
}

.content_slider .next {
	background-image: url("images/ico-next.png");
}

.ThreeColumnLayout .featured_clients {
	width: 310px;
}

.featured_clients .title {
	border-top: 1px solid #d9d9d9;
	text-align: center;
	padding: 13px 0;
}

.testimonials p {
	color: #6c92cb;
	font-size: 16px;
	line-height: 22px;
}

.testimonials .author {
	font-size: 13px;
	color: #444;
}

.separator {
	clear: both;
	background: url("images/grey-spot.jpg") repeat-x center;
	padding: 40px 0;
	text-align: center;
}

.separator h1, .separator h2, .separator h3 {
	padding: 0 20px;
	background-color: white;
	display: inline;
}

.footer {
	margin: 0px 0;
	font-size: 13px;
	color: #909090;
}

.footer_widgets {
	background: url("images/bg-pattern-dark.jpg");
	padding: 40px 0;
	font-size: 13px;
	color: #909090;
}
.footer_widgets h1, .footer_widgets h2, .footer_widgets h3 {
	color: #fff;
}
.footer .section {
	padding: 40px 0 140px 0;
	font-face: Arial;
	font-size: 13px;
	line-height: 18px;
}

.footer_widgets .widget {
	float: left;
	margin-right: 20px;
	width: 300px;
}

.footer_widgets .widget.links{
	width: 150px;
}

.footer_widgets .widget.links a:link, 
.footer_widgets .widget.links a:hover,
.footer_widgets .widget.links a:visited {
	color: #fff;
	font-size: 14px;
	padding: 7px 0;
	display: block;
}

.footer_widgets .widget.links a:hover {
	color: #909090;
}

.footer_widgets .widget.contact{
	width: 320px;
}

.footer_widgets .widget.social{
	width: 150px;
	margin-right: 0;
}

.footer_widgets .widget.social ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.footer_widgets .widget.social a:link,
.footer_widgets .widget.social a:hover,
.footer_widgets .widget.social a:visited {
	padding-left: 44px;
	line-height: 32px;	
	height: 32px;
	display: block;
	font-size: 13px;
	color: #fff;
}

.footer_widgets .widget.social a:hover {
	color: #909090;
}


.widget.social a.twitter_icon {
	background: url("images/social_icons.png") no-repeat 0px -32px;
}

.widget.social a.linkedIn_icon {
	background: url("images/social_icons.png") no-repeat 0px 0px;
}

.widget.social a.youTube_icon {
	background: url("images/social_icons.png") no-repeat 0px -64px;
}

.widget.social a.googlePlus_icon {
	background: url("images/social_icons.png") no-repeat 0px -96px;
}

.footer .copyright {
	width: 700px;
	float: left;
}

.footer .branding {
	width: 235px;
	float: right;
}