/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");

body {
	font-family: "Open Sans", serif;
}

.home h1, h2 {
	color:#FDAD2A !important;
}

h2, h3 {
	margin-top:0;
}

h1 {
	font-size: 1.500em;
	margin: 0 0 20px;
}

h2 {
	font-size: 1.313em;
}

h4 {
	font-size: 1em;
}

input[type="submit"] {
	background: #4a97c2;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"], textarea {
	display: inline-block;
	color: #777;
	padding: 6px 12px;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1em;
	line-height: 1.65;
	max-width: 100%;
	border: 1px solid #eee;
	background: #f7f7f7;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.vcex-feature-box-image {
	margin-top:8px;
}

.white {
	color:#fff;
}

.background-image-page-header .page-header-title {
	text-align:left !important;
}

.background-image-page-header .page-header-inner h1 {
	width:980px !important;
	margin:0 auto !important;
    padding: 0 !important;
}

.background-image-page-header .page-header-title {
    font-size: 34px;
}

.background-image-page-header .site-breadcrumbs {
	display: none;
}

.portfolio-entry-excerpt p {
	display:none;
}

.site-breadcrumbs {
	position: inherit !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	margin-top: 0 !important;
	height: 32px;
	line-height: 32px;
}

.site-breadcrumbs a {
	color: #333;
}

.portfolio-entry-details {
	min-height:86px;
	padding-bottom:7px;
	display:block;
}

.content-area, .page-id-17 #content-wrap {
	background:url(images/watermark.gif) center 40px no-repeat;
}

.page-header-title {
	font-weight: 400;
}

.tax-portfolio_category .content-area, .page-id-131 .content-area, .page-id-9 .content-area, .page-id-17 .content-area  {
	background:none;
}

#searchform-dropdown {
	border-color: #3b86b0;
}

@media only screen and (min-width: 768px) and (max-width: 959px) { 
	.background-image-page-header .page-header-inner h1 { width:700px !important; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.content-area, .page-id-17 #content-wrap {
		background-image:url(images/watermark-double.gif);
		background-size:500px 500px;
	}
}