/*
Theme Name: Cleanse
Theme URI: https://www.wellercarpetcleaningessex.co.uk/
Author: Darren Heale
Author URI: https://www.darrenheale.com
Description: WordPress theme converted from HTML
Version: 1.0.6
Text Domain: cleanse
*/

body {
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #777777;
	line-height: 28px;
}

a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #777777;
	font-weight: normal;
	margin-bottom: 25px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

h3 {
	text-align: center;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

hr {
    border: 1px dashed #dddddd;
    border-style: none none dashed; 
    color: #fff; 
    background-color: #fff;
}

td img {
	display: block;
}

img.center {
	display: block;
	margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="submit"] {
    background-color: #000;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: 32px;
    margin-top: -5px;
    padding: 8px;
    text-transform: uppercase;
    width: 100px;
    -webkit-appearance: none;
}

.alignright {
    float: right;
    margin: 6px 0 6px 20px;
}

nav ul {
	display: inline-block;
	float: right;
	margin: -5px 8px 0 0;
	padding: 7px 0 0;
}
 
nav ul li {
	display: block;
	float: left;
}
 
nav ul li a {
	color: #777777;
	cursor: pointer;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-right: 20px;
	position: relative;
	text-decoration: none;
}