/*  
Theme Name: Acarrillo - Headway Child Theme
Theme URI: http://acarrillo.com.au
Description: Acarrillo website theme.
Version: 1.0
Author: Alvaro Carrillo
Author URI: http://acarrillo.com.au
Template: headway
*/

/*
colours:
acarrillo light grey: #B2B3B4
acarrillo dark grey: #868687;
acarrillo green: #9AC350 - rgb 154, 195, 80

other:
logo green: #89cf41ff - rgba 137, 207, 65, 255
logo gray: #a7a5a6ff - rgba 167, 165, 166, 255
*/

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #333333;
    background-color: #ffffff;
}

a {
    color: #868687;
    text-decoration: none;
}

a:hover {
    color: #9AC350;
    text-decoration: underline;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.block-type-header .banner,
.block-type-header .tagline {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

h3 {
    font-size: 18px;
    line-height: 27px;
}

h4,
h5,
h6 {
    line-height: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

label,
input,
button,
select,
textarea {
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
}

input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
	display: block;
	margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 35px;
	padding: 6px;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 18px;
	color: #555555;
}

input,
textarea {
	width: 230px;
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(154, 195, 80, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 195, 80, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 195, 80, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 195, 80, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
	margin: 3px 0;
	*margin-top: 0;
	/* IE7 */
	
	line-height: normal;
	cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}


.uneditable-textarea {
	width: auto;
	height: auto;
}

select,
input[type="file"] {
	height: 35px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	
	line-height: 22px;
}

select {
	width: 230px;
	border: 1px solid #bbb;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	border-color: rgba(154, 195, 80, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 195, 80, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 195, 80, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 195, 80, 0.6);
}

input,
textarea,
.uneditable-input {
	margin-left: 0;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	display: inline-block;
	*display: inline;
	padding: 5px 14px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 15px;
	line-height: 22px;
	*line-height: 22px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #9AC350;
	background-image: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #9AC350;
	text-decoration: none;
	text-shadow: none;
}

button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	display: inline-block;
	*display: inline;
	padding: 5px 14px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 15px;
	line-height: 22px;
	*line-height: 22px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #C7E198;
	background-image: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #C7E198;
	text-decoration: none;
	text-shadow: none;
}


/* ******************** */
.row {
    margin-bottom: 20px;
}

/* Header */
.block-type-header .banner,
.block-type-header .banner a {
    font-size: 40px;
    color: #9AC350;
    line-height: 1;
}

.block-type-header .tagline {
    font-size: 24px;
    color: #868687;
    line-height: 36px;
}

/* Call Us - top */
div.call-us {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.call-us p {
	color: #868687;
	font-size: 24px;
	line-height: 36px;
	text-align: right;
}

.call-us .phone {
	color: #9AC350;
	font-weight: bold;
}

/* Main Navigator */

.main-nav-offset {
	margin-top: 30px;
}

.main-nav {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: normal;
}

.main-nav ul.menu li a:hover {
}

.main-nav .current-menu-item a {
    color: #9AC350;
}

.main-nav .menu ul.sub-menu {
    background-color: #EBECED;
    text-align: center;
}

.block-type-navigation ul,
.block-type-navigation ul li {
	letter-spacing: 0.5px;
	word-spacing: normal;
}

/* Content */
.block-type-content,
.block-type-content .page,
.block-type-content .post {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.block-type-content .page {
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    /*border-top: 1px solid #B2B3B4;
    border-bottom: 1px solid #B2B3B4;*/
    box-shadow: 0 7px 7px -7px #B2B3B4, 0 -7px 7px -7px #B2B3B4;
}

.block-type-content .post {
    margin: 20px 0px 20px 0px;
    padding: 10px 10px 10px 10px;
    /*border-top: 1px solid #B2B3B4;
    border-bottom: 1px solid #B2B3B4;*/
    box-shadow: 0 7px 7px -7px #B2B3B4, 0 -7px 7px -7px #B2B3B4;
}

.block-type-content a {
    color: #9AC350;
    text-decoration: none;
}

.block-type-content a:hover {
    text-decoration: underline;
}

.block-type-content .entry-title,
.block-type-content .archive-title {
	margin: 20px 0 5px;
	color: #9AC350;
}

.entry-meta {
    color: #868687;
}

.entry-meta-above {
    border-bottom: 1px dashed #B2B3B4;
}

.entry-utility {
	margin-bottom: 20px;
}

a.more-link {
    padding: 5px 14px;
    background-color: #9AC350;
    color: #FFFFFF;
    border-radius: 15px;
    float: right;
    margin-top: 20px;
    font-size: 14px;
}

a.more-link:hover {
    background-color: #C7E198;
    text-decoration: none;
}

.loop-navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px;
}

.nav-previous a,
.nav-next a {
    padding: 5px 14px !important;
    background-color: #9AC350;
    color: #FFFFFF;
    border-radius: 15px;
}

.nav-previous a:hover,
.nav-next a:hover {
    background-color: #C7E198;
    text-decoration: none;
}

.block-type-content a.post-thumbnail {
    margin-top: 20px;
}

.block-type-content a.post-thumbnail-left {
    margin-right: 30px;
}

.block-type-content a.post-thumbnail-right {
    margin-left: 30px;
}

/* Comments */
.block-type-content div#comments {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #9AC350;
    border-bottom: 1px solid #9AC350;
}

div#respond,
.comment-body,
div.wpcf7 {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

div#respond {
	padding: 0px 15px 15px 15px;
}

.commentlist {
    list-style: none outside none;
}

li.comment img.avatar {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px #CCCCCC;
}

.comment-body {
	padding: 15px;
}

/* Excerpts Plus */
.excerpt-title .entry-title {
	margin: 0px;
}

.excerpts-plus-row {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

div.excerpts-plus-excerpt {
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 7px #B2B3B4;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    width: 47.3% !important;
}

div.excerpts-plus-excerpt .excerpt-entry {
	margin: 0px;
	padding: 5px 0px 10px;
}


/* Call to Action */
div.call-to-action {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #C7E198;
    border-radius: 20px 20px 20px 20px;
    padding: 5px;
    background-color: #EFF8DF;
    box-shadow: 0 -10px 15px rgba(199, 225, 152, 0.8) inset;
}

.call-to-action p {
    color: #9AC350;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    padding: 15px;
}

.footer .call-to-action p {
	font-size: 13px;
}

.call-to-action a,
.footer .call-to-action a {
    color: #9AC350;
    text-decoration: none;
}

/* Footer */
.row-7 {
    margin-bottom: 0px;
}

.block-type-footer {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #868687;
    margin-bottom: 0px;
}

.footer,
.footer-container,
.footer-widgets,
.footer-links,
.footer-copyright,
.footer-widgets .widget-area,
.footer-widgets .widget-area .widget {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footer,
.footer a {
    color: #ffffff;
    font-size: 13px;
}

.footer-widgets h5 {
    letter-spacing: 1px;
    line-height: 250%;
    border-bottom: 1px solid #ffffff;
    padding: 0px 10px;
}

.footer-widgets .widget-area li.widget {
    width: 27.95%;
}

.footer-widgets .widget-area li.widget ul {
	padding: 0px 10px;
	list-style: none outside none;
}

.footer-widgets .widget-area .textwidget {
	padding: 0px 10px;
}

.footer-links {
    text-transform: uppercase;
    text-align: right;
    width: 315px;
    float: right;
    margin: 10px 0px;
}

.footer-links a {
	font-size: 12px;
}

.block-type-footer .footer-copyright {
    text-align: left;
    width: 315px;
    float: left;
    clear: none;
}

.footer-copyright p {
    margin: 0px 5px;
}

/* Contact Form */
div.wpcf7 {
	padding: 15px 15px 15px 15px;
	width: 50%;
}

.control-group {
  margin-bottom: 10px;
  *zoom: 1;
}

.control-label {
	float: left;
	width: 140px;
	padding-top: 5px;
	text-align: right;
}

span.wpcf7-form-control-wrap  {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 30px;
	*margin-left: 0;
}

.wpcf7-captcha-captcha-txt {
	margin: 5px 0px 5px 30px;
}

.form-actions {
  padding: 17px 10px 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions button, 
.form-actions input[type="button"], 
.form-actions input[type="reset"], 
.form-actions input[type="submit"] {
	float: right;
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}

.form-actions:after {
  clear: both;
}

div.wpcf7-response-output {
	padding: 14px;
	margin: 0px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398F14;
    background-color: #DFF0D8;
    /*border-color: 2px solid #D6E9C6;*/
    color: #468847;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #FF0000;
    background-color: #F2DEDE;
    /*border: 2px solid #EED3D7;*/
    color: #B94A48;
}
div.wpcf7-spam-blocked {
    border: 2px solid #FFA500;
    background-color: #fcf8e3;
	/*border: 2px solid #fbeed5;*/
	color: #c09853;
}
div.wpcf7-validation-errors {
    border: 2px solid #F7E700;
    background-color: #fcf8e3;
	/*border: 2px solid #fbeed5;*/
	color: #c09853;
}

span.wpcf7-not-valid-tip {
 	background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #B94A48;
    font-size: 13px;
    padding: 3px;
    position: relative;
    left: 40%;
    z-index: 100;
    display: inline;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
	color: #b94a48;
	border-color: #b94a48;
}

input.wpcf7-not-valid:focus,
textarea.wpcf7-not-valid:focus,
select.wpcf7-not-valid:focus {
	border-color: #953b39;
	-webkit-box-shadow: 0 0 6px #d59392;
	-moz-box-shadow: 0 0 6px #d59392;
	box-shadow: 0 0 6px #d59392;
}

/* Blog sidebar */
.blog-sidebar,
.blog-sidebar .widget-area,
.blog-sidebar .widget-area .widget{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-sidebar .widget-area li.widget {
    margin: 20px 10px;
    box-shadow: 0 0 7px #B2B3B4;
    border-radius: 5px;
}

div.system-404 form#searchform input#s {
	width: 230px;
}

/* Additional CSS for Responsive Design */
@media screen and (max-width:970px) {
	#block-5 {
    	height: 150px;
	}
	.row {
		margin-bottom: 0px;
	}
	.call-us p {
		text-align: center;
	}
	.call-us .phone {
		color: #9AC350;
		font-weight: bold;
	}
	.block-type-navigation ul.menu {
		text-align: center;
	}
	.block-type-navigation ul,
	.block-type-navigation ul li {
    	letter-spacing: normal;
    	word-spacing: normal;
	}
	.block-type-footer .footer-widgets,
	.block-type-footer .footer-links,
	.block-type-footer .footer-copyright,
	div.wpcf7 {
		width: 100%;
	}
	.footer-widgets .widget-area li.widget {
		margin: 10px 0px;
		width: 100%;
	}
	.control-label {
		text-align: left;
	}
	span.wpcf7-form-control-wrap {
    	margin-left: 0px;
	}
	span.wpcf7-not-valid-tip {
		position: static;
		display: block;
	}
	div.excerpts-plus-excerpt {
		width: 95% !important;
		height: auto !important;
		margin: 10px 10px 10px 10px !important;
	}
	div.excerpt-big-image {
		height: 55px;
	}
}