/*
Theme Name: wpresidence child theme
Template: wpresidence
Author: annapx
Version: 1.0
Updated: 2015-01-25 18:19:31
*/
.heading {
  color: #d67b04;
}
/* override the styles for header and footer theme settings */
h1, h2, h3, h4 {
	color:#D67B04 !important;
}

h4 {
	font-size:1.0em;
}

/* float left class e.g. for images in text body */
.float-left-and-margin {
	margin: 0 30px 30px 0;
	float: left;
}
.float-left-and-margin:after {
	content: " ";
	display: table;
}

/*Breacrumb colours*/
.breadcrumb .active {

    color: #D67B04;

}
/*Link Colour*/
.single-content p a{
    color:#D67B04;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a {
    color:#D67B04;
    transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
}
/*Button Colours*/
input.wpcf7-form-control.wpcf7-submit {
background-color: #D67B04;
}

/*Tab Colours*/
.vc_tta-title-text {
	color:#D67B04;
}

/* Tables Main style */
.table.table-bordered {
	background: #e5e8eb;
    text-align: center;
    /* These two can be removed if the new website have them applied already */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.table.table-bordered tr:first-child {
	background: #888;
	color: #fff;
	text-align: left;
}

.table.table-bordered tr td {
	width: 15%;
	text-align: center;
}

.table.table-bordered tr td:first-child {
	width: 55%;
	text-align: left;
}

/*Hide Agent*/
.single-estate_property .wpestate_agent_details_wrapper {
display: none;
}
/*Subfooter*/
.cognisant {
    float: right;
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 45px;
    padding-top: 26px;
}

.cognisant a {
	text-decoration: underline;
}
/*hide social icons*/
.prop_social_single {
    display: none;
}
.prop_social {
    display: none;
}

/*Footer Contact Form*/
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
		padding: 1px 0px 1px 9px;
}

.wpcf7-form-control {
		padding: 1px 0px 1px 9px;
	  margin-bottom: 3px;
}

.wpcf7-form input[type="submit"] {
	  margin-top: 5px;
}

span.wpcf7-list-item label {
		margin-bottom: 3px;
}

.wpcf7-checkbox {
	  display: block;
    margin-top: 5px;
}

.wpcf7-form p {
		margin-bottom: 0;
}

