/*
Theme Name: Robinson Rushen
Theme URI: https://www.robinsonrushen.co.uk
Author: Zone1 Media
Author URI: http://zone1media.co.uk
Description: Custom theme for Robinson Rushen Chartered Accountants and Tax Advisers.
Version: 2.0
License: All Rights Reserved
Tags: custom
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}
.hide { display: none; }
.clear { clear: both; }

body {
	background: #161a42;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link { color: #111; font-weight: bold; text-decoration: none; }
a:active { color: #111; font-weight: bold; text-decoration: none; }
a:hover { color: #111; font-weight: bold; text-decoration: underline; }
a:visited { color: #111; font-weight: bold; text-decoration: none; }

h2 {
	background: #080d3b;
	background: #080d3b -webkit-gradient(linear, left top, right top, from(#0F2787), to(#080d3b));
	background: -moz-linear-gradient(left, #0F2787, #080d3b);
	padding: 3px 10px 3px 10px;
	font-size: 15px;
	color: #fff
}

h2 a:link, h2 a:active, h2 a:hover, h2 a:visited {
	color: #fff;
}

p {
	margin: 15px 0;
}

.sml {
	font-size: 11px;
	margin: 0;
}

.error {
	color: #dd0000;
}

.error a {
	color: #dd0000;
	text-decoration: underline;
}

.success {
	color: #365bb6;
}

.success a {
	color: #365bb6;
	text-decoration: underline;
}

.custom-form {
	width: 390px;
	margin-top: 5px;
	padding: 5px;
}

input[type="submit"] {
    height: 30px;
    width: 100px;
    background: none;
    background-color: #0F2787;
    color: #FFF;
	border: none;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
	transition: background-color .5s ease;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #0B195F;
	transition: background-color .5s ease;
}

form p span {
	/*width: 75px;
	text-align: left;
	display: inline-block;
	font-weight: bold;*/
	margin-top: 5px;
}

form .big_field {
	padding: 3px;
	border: solid 1px #919191;
	width: 250px;
	outline: none;
}

form .big_field:focus {
	border: solid 1px #333;
}

form .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ddd;
	color: #333;
	border: solid 1px #aaa;
	padding: 5px 20px;
	cursor: pointer;
}

form .btn:hover {
	background: #eee;
}

#wrapper {
	width: 900px;
	margin: 0 auto 50px auto;
	position: relative;
}

#header {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

#header #icaew {
	position: absolute;
	top: 10px;
	right: 10px;
}

#header #top_info {
	position: absolute;
	top: 5px;
	right: 70px;
	font-size: 12px;
	text-align: right;
}

#header #top_info p {
	margin: 3px 0;
}

#header #logo {
	margin-left: 30px;
}

#main {
	padding: 10px 10px 10px;
	background: #fff;
}

#nav {
	background: #656363;
	padding: 5px 0 5px 30px;
	margin-top: 20px;
	height: 16px;
}

#nav li {
	display: inline;
}

#nav li a {
	text-decoration: none;
	margin-right: 20px;
	color: #eee;
}

#nav li a:hover, #nav li.current_page_item a {
	color: #fff;
}

#banner {
	width: 880px;
	height: 383px;
	position: relative;
	overflow: hidden;
}

#banner #tagline {
	position: absolute;
	top: 0;
	left: 0;
}

#banner #main_tagline {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	line-height: 25px;
	*font-size: 26px;
}

#banner #main_tagline a {
	color: #fff;
	text-decoration: none;
}

#banner #main_tagline span {
	font-size: 13px;
	display: block;
	line-height: 18px;
	margin: 7px 0 0 2px;
}

#banner .tagline_text {
	color: #fff;
	font-family: Georgia;
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
	font-size: 64px;
	font-weight: 100;
	position: absolute;
	top: 110px;
	z-index: 2;
	left: 25px;
	width: 900px;
}

#time {
	position: absolute;
	top: -5px;
	right: 10px;
	color: #fff;
}

#banner .main_banner {
	position: absolute;
	top: 100px;
	z-index: 1;
}

#banner #news_feed {
	position: absolute;
	bottom: 0;
	padding: 10px;
	padding-left: 880px;
	width: 860px;
	background: #000;
	overflow-x: hidden;
	color: #fff;
	z-index: 2;
}

#banner #news_feed ul {
	width: 5000px;
}

#banner #news_feed ul li {
	display: inline;
	margin-right: 75px;
}

#banner #news_feed ul li a {
	color: #fff;
}

#home_content {
	width: 410px;
	margin: 20px 0;
	float: left;
}

#main_content {
	width: 650px;
	margin: 20px 0;
}

#contact_content {
	width: 880px;
	margin: 20px 0;
}

#single_content {
	margin: 20px 0;
	float: left;
	width: 500px;
	padding-left: 20px;
}

#main_content ul, #home_content ul {
	margin: 0 0 20px 15px;
	color: #0f2786;
}

#single_content ul {
	margin: 0 0 20px 15px;
}

#main_content ul li, #home_content ul li, #single_content ul li {
	margin: 5px 0;
}

#main_content ul li span, #home_content ul li span, #single_content ul li span {
	color: #111;
}

#main_content, #home_content {
	padding: 0 25px;
}

.post_title {
	border-bottom: solid 1px #000;
	margin-bottom: 3px;
	font-size: 14px;
}

.post-categories {
	font-size: 11px;
}

#sidebar {
	width: 390px;
	float: right;
	margin: 20px 0;
	padding-right: 20px;
}

#latest_post {
	margin-top: 10px;
}

#latest_post_content {
	background: #e8e8e8;
	padding: 10px;
	position: relative;
}

#latest_post h3 {
	font-size: 13px;
}

#latest_post h3 a {
	color: #111;
}

#latest_post a.more-link {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #111;
}

.latest_p {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #919191;
}

.latest_p:last-child {
	margin-bottom: 0;
}

#single_sidebar {
	width: 300px;
	float: right;
	margin: 20px 0;
}

#single_sidebar ul {
	margin: 15px 0 0 30px;
}

#single_sidebar ul li {
	margin: 5px 0;
	color: #0f2786;
}

#footer {
	padding: 20px 35px;
}

#footer a {
	color: #fff;
}

#footer .left {
	width: 50%;
	float: left;
	position: relative;
}

#footer p {
	margin: 0;
	color: #fff;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer .right {
	width: 50%;
	float: right;
	position: relative;
	font-size: 11px;
}

.contact_left {
	width: 400px;
	float: left;
	position: relative;
	padding: 0 0 25px 25px;
}

.contact_right {
	width: 400px;
	float: right;
	position: relative;
	padding: 0 25px 25px 0;
}

#map {
	border:solid 1px #0f2786;
	margin: 20px 0;
}

/***********************
		New Styles
 ***********************/

 a.contact-us-link {
 	background-color: #0F2787;
 	color: #FFF;
 	padding: 5px 10px;
 	margin-bottom: 15px;
 	margin-top: 10px;
 	display: inline-block;
 	transition: background-color .5s ease;
 }

 a.contact-us-link:hover {
 	background-color: #0B195F;
 	transition: background-color .5s ease;
 	text-decoration: none;
 }

 div.wpcf7-response-output {
    margin: -5px 0 0 0 !important;
 }

.phone-numbers {
	display: inline-block;
	margin-top: 10px;
}

.required {
	color: red;
	margin-left: 2px;
}

