/*
Theme Name: DOM
URI: http://www.vividcopy.co.uk/
Description: DOM Website
Author: John@VividCopy
Version: 1.0
*/

/* RESET-------------------------------------------------------------- */
html, body, ul, ol, li, img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3,h4, p, a, img, li, ol, ul, fieldset, form, input, label, legend, blockquote {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.75em;
	border: none;
}

blockquote {
	quotes: none;
	margin-left: 19px;
	padding-left: 19px;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
}

a img {
	border: none;
}

a {
	color: #F8981D;
}

a:hover, a:focus {
	color: #676767;
}

hr {
	clear: both;
	margin: 20px 0;
	display: block;
	padding: 0;
	width: 100%;
	border: none;
	border-top: 1px dashed #676767;
	border-bottom: none;
}

/*---------------------------------------------------------- STRUCTURAL---------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #3C3C3C;
}

#header-wrapper {
	padding-top: 10px;
}

.wrapper {
	float: left;
	width: 100%;
	clear: both;
}

#top-menu, #subForm {
	float: right;
}

#vihiud-vihiud {
	background: #676767;
}

#newsletteradd, #vihiud-vihiud {
	font-size: 11px;
	color: #FFF;
	padding: 4px;
}

#subForm {
	padding: 0;
	margin-top: -8px;
}

#newsletteradd {
	background: #F8981D;
}

#page-wrapper {
	padding-bottom: 30px;
}

#inner, .content {
	width: 980px;
	clear: both;
}

.content {
	z-index: 10000;
	text-align: left;
	margin: 0 auto;
}

#inner {
	float: left;
	clear: both;
	overflow: hidden;
}

.section {
	float: left;
	clear: both;
	margin: 10px 0;
}

.section.full {
	width: 100%;
}

.main {
	float: left;
	width: 430px;
}

.single .main, #twocols .main {
	width: 640px;
	float: right;
}

.sub {
	float: left;
	clear: left;
	width: 280px;
}

.single .sub {
	padding-top: 50px;
}

#leftcol {
	float: left;
	clear: left;
	width: 260px;
	padding-top: 30px;
}

#threecols #leftcol {
	width: 180px;
	margin-right: 30px;
}

#rightcol {
	float: right;
	clear: right;
	width: 280px;
	padding-top: 30px;
}

.contact .main {
	width: 360px;
	float: left;
}

.contact #rightcol {
	width: 490px;
}

.article-title {
	background: #78797B;
	margin: 20px 0 20px 0;
	border: 1px solid #E3E3E3;
	background: #F3F3F3;
}

.article-title img {
	float: left;
	display: inline-block;
}

.article-excerpt {
	width: 200px;
	padding: 19px;
	float: right;
}

.article {
	float: left;
	width: 310px;
	margin-right: 25px;
}

.article-3 {
	margin-right: 0;
}

/*----------------------------------------------------------STYLING---------------------------------------------------------- */

h1#logo, #logo a {
	display: block;
	width: 400px;
	height: 100px;
	background: top left no-repeat url("images/logo.jpg");
	text-indent: -9999px;
}

h1#logo.blog, #logo.blog a {
	background: top left no-repeat url("images/logo-blog.jpg");
}

#logo a:hover, #logo a:focus {
	background-position: bottom left;
}

body {
	background: #676767;
}

.wrapper {
	background: #FFF;
}

#footer-wrapper {
	background: #676767;
}

#footer {
	width: 825px;
	padding-left: 155px;
	background: #676767 top left no-repeat url("images/footerbadges.jpg");
	height: 300px;
	padding-bottom: 60px;
}

#footer, #footer a {
	color: #FFF;
}

#sitemap-menu li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #C4C4C4;
}

#sitemap-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}


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

#page h1, #page h2, #page h3, #page h4 {
	font-weight: normal;
	margin: 0 0 0.5em 0;
	line-height: 1.25em;
}

#page p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#page h1 {
	margin: 30px 0 0 0;
	font-size: 32px;
}

#page h2 {
	padding-top: 16px;
	font-size: 24px;
}

#page h3 {
	font-size: 18px;
}

.alignleft {
	float: left;
	margin: 0.5em 20px 1em 0;
}

img.alignright, a img.alignright {
	float:right;
	margin: 0 0 20px 20px
}
img.alignleft, a img.alignleft {
	float:left;
	margin:0 20px 20px 0
}
img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

table {
	width: 100%;
	border-collapse:collapse;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

td {
	padding: 9px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

/* Contact Form */

#contactform {
	padding-bottom: 0;
}

#page .wpcf7-form p {
	padding: 10px 0!important;
	margin: 0!important;
}

.wpcf7-form {
	position: relative;
}

#submitwrapper {
	position: absolute;
}

.wpcf7-form input.wpcf7-submit {
	width: 200px;
	cursor: pointer;
	background: #F8981D;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.wpcf7-form input.wpcf7-submit:hover, .wpcf7-form input.wpcf7-submit:focus {
	background: #3C3C3C;	
}

#wpcf7-f1532-p1533-o1 .wpcf7-form input.wpcf7-submit {
	top: -52px;
}

.wpcf7-form input, .wpcf7-form textarea {
	width: 340px;
	padding: 4px;
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #676767;
}

#leftcol .wpcf7 {
	float: left;
	clear: both;
	padding-top: 100px;
	font-size: 12px;
}

#leftcol #qqform .wpcf7 {
	padding-top: 5px;
}

#leftcol .wpcf7-form input, #leftcol .wpcf7-form textarea {
	width: 252px;
}

#leftcol .wpcf7-form input.wpcf7-submit {
	width: 264px;
}

.wpcf7-response-output.wpcf7-mail-sent-ng {
	background: #F8981D;
	color: #FFF;
	border: 1px solid #676767;
}

.wpcf7-not-valid-tip {
	top: -4px!important;
	left: 4px!important;
	width: 338px;
	color: #F8981D;
	border: none!important;
}

.blog-list {
	float: left;
	width: 100%;
	clear: left;
	background: #FFF right 26px no-repeat url("images/bloglist.jpg");
	padding: 20px 0 26px 0;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
}

#page .blog-list ol, #page .blog-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#page .blog-list li {
	margin: 6px 6px 0 0;
}

#page .blog-list li img, #page .article img {
	border: 1px solid #CCC;
	float: left;
	display: inline-block;
}

#page .blog-list li strong {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

ul.menu, ul.menu li, ul.menu li a, #page ul.menu, #page ul.menu li, #page ul.menu li a {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li a, #page ul.menu li a {
	line-height: 1em;
	text-align: center;
}

#nav ul.menu li a {
	letter-spacing: -1px;
}

#nav ul.menu li:last-child a {
	border-right: none;
}

#top-menu a {
	font-size: 12px;
	padding: 0 10px;
	border-right: 1px solid #F8981D;
	text-transform: uppercase;
}

#top-menu li:last-child a {
	border-right: none;
	padding-right: 0;
}

ul.menu li a {
	text-transform: uppercase;
}

#page ul.menu.pagemenu li a, #page ul.menu.pagemenu li strong {
	font-size: 12px;
	text-transform: none;
	float: none;
	text-align: left;
	display: inline;
}

#page ul.menu.pagemenu li {
	float: none;
	line-height: 30px;
}

.prevnext {
	float: right;
	position: relative;
	top: -30px;
	left: 20px;
}

.prevnext, .prevnext a {
	color: #2C2C2C;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

ul.menu li a, #page ul.menu li a, h1#logo, p#logo {
	float: left;
	margin: 0!important;
	display: block;
	outline: none;
	text-decoration: none;
	overflow: hidden;
}

#nav {
	padding-top: 39px;
	float: right;
}

#nav .menu li {
	float: left;
	position: relative;
	margin-right: 30px;
}
#nav a {
	padding: 3px 0 5px 0;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #2D2D2D;
	display: block;
	border-top: 3px solid #FFF;
	text-align: left;
}

#nav .menu li:last-child {
	margin-right: 0;
}

#nav a:hover, #nav a:focus, #nav .current_page_parent a, #nav .current_page_item a {
	border-top: 3px solid #F8981D;
}

#nav .current_page_parent .sub-menu a, #nav .current_page_item .sub-menu a {
	border-top: none;
}

#nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	background: #A5A3A4;
	padding-right: 40px;
	opacity:0.9;
}
#nav ul ul li {
	width: 180px;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	text-transform: none;
	font-size: 12px;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border-top: none;
	color: #FFF;
}
#nav ul ul a:hover, #nav ul ul a:focus {
	border-top: none;
	color: #000;
}

#nav li:hover > a, #nav ul ul :hover > a {
	color: #000;
}
#nav ul li:hover > ul {
	display: block;
}

.columns {
	float: left;
	width: 100%;
	padding: 0;
}

.column {
	float: left;
	width: 290px;
	margin-right: 25px;
	padding-right: 24px;
	border-right: 1px solid #989898;
}

#page .column p:last-child {
	margin-bottom: 0;
}

.column.lastcol {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#featurebox {
	float: left;
	margin: 8px 0 10px 0;
}

#featurebox img {
	float: left;
	display: inline-block;
}

#featurebox #featurebox-content img {
	float: none;
}

#featurebox-content {
	float: right;
	width: 268px;
	padding: 30px;
	color: #FFF;
}

#page #socialicons {
	padding-top: 20px;
	float: right;
	width: 400px;
	clear: none;
}

#page #socialicons .menu {
	float: right;
	padding-right: 3px;
}

#page #socialicons span {
	text-transform: uppercase;
	line-height: 40px;
}

#page #socialicons li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url("images/socialicons.jpg");
	background-position: top left;
}

#page #socialicons li {
	margin-right: 10px;
}

#page #socialicons li:last-child {
	margin-right: 0;
}

#page #socialicons li#twittericon a:hover, #page #socialicons li#twittericon a:focus {
	background-position: 0 -40px;
}

#page #socialicons li#googleplusicon a {
	background-position: -40px 0;
}

#page #socialicons li#googleplusicon a:hover, #page #socialicons li#googleplusicon a:focus {
	background-position: -40px -40px;
}

#page #socialicons li#rssicon a {
	background-position: -80px 0;
}

#page #socialicons li#rssicon a:hover, #page #socialicons li#rssicon a:focus {
	background-position: -80px -40px;
}

#page #socialicons li#fbicon a {
	background-position: -120px 0;
}

#page #socialicons li#fbicon a:hover, #page #socialicons li#fbicon a:focus {
	background-position: -120px -40px;
}

#footermenus .menu, #footermenus .menu li, #footermenus .menu li a {
	font-size: 12px;
	float: none;
	width: 100%;
	text-align: left;
	text-transform: none;
	line-height: 14px;
}

#footermenus .menu li {
	margin-bottom: 5px;
}

#footermenus .menu li ul.sub-menu {
	padding: 10px 0;
}

#footermenus.columns {
	float: left;
	padding: 20px 0 0 0;
}

#footermenus .column {
	width: 215px;
	border-right: none;
	margin: 0;
	padding: 0;
}

#footermenus .column:first-child {
	width: 215px;
}

#footermenus .column:last-child {
	width: 180px;
}

#footermenus .menu li a {
	color: #F8981D;	
}

#footermenus .menu li ul li a {
	color: #FFF;	
}

#footermenus .menu li a:hover, #footermenus .menu li a:focus {
	text-decoration: underline;
}

#footerbottom {
	float: left;
}

#footerbottom .column {
	width: 400px;
	border-right: none;
	margin: 0;
	padding: 0 30px 0 0;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	margin-right: 0;
}

#footerbottom .column:first-child, #footerbottom .column:last-child {
	text-align: left;
}

#footerbottom .column:first-child {
	width: 185px;
}

#footerbottom .column:last-child {
	width: 180px;
	padding-right: 0;
}

#page .article h3, #page .article h3 a {
	line-height: 1.25em!important;
}

#page h1 a, #page h2 a, #page h3 a {
	text-decoration: none;
}

.blogheader {
	margin-top: 10px;
	border-top: 24px solid #F8981D;
}

#page ol.wp-paginate a, #page ol.wp-paginate span.current {
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#page ol.wp-paginate a {
	background: #F8981D;
}

#page ol.wp-paginate a:hover, #page ol.wp-paginate a:focus, #page ol.wp-paginate span.current {
	background: #676767;
}

#page ol.wp-paginate span.title {
	color: #FFF;
}

#page ol.wp-paginate {
	float: left;
	clear: left;
	background: #676767;
	padding: 10px 0 10px 10px;
}

#page ol.wp-paginate li {
	padding: 0;
	margin: 0 10px 0 0;
}

#comments-section {
	width: 600px;
	padding: 19px;
	border: 1px solid #E3E3E3;
	border-top: 4px solid #F8981D;
	background: #F3F3F3;
}

#page #comments-section .commentlist, #page #comments-section .commentlist li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#page #comments-section .commentlist li ul {
	padding-left: 40px;
}

#page ul, #page ol {
	margin: 1.25em 0 1.75em 0;
}

#page ul li {
	margin: 0 0 0.5em 2em;
}

#page #pagecontent ol li {
	font-size: 32px;
	padding-top: 4px;
	color: #676767;
	line-height: 18px;
	margin: 0 0 24px 1.5em;
}

#page #pagecontent ol span {
	display: inline-block;
	font-size: 14px;
	color: #3C3C3C;
}

#menu-sitemaps {
	padding-left: 30px;
}

#footercall {
	position: relative;
	top: -30px;
	left: -20px;
	font-size: 18px;
}

.cta {
	padding: 9px;
	background: #EFEFEF;
	border: 1px solid #DFDFDF;
}

#page .cta p:last-child {
	margin-bottom: 0;
}

#page #breadcrumb {
	margin-top: 10px;
}

#page #breadcrumb li {
	line-height: 24px;
	margin: 0 10px 0 0;
	padding: 0;
}

#page #breadcrumb a, #page #breadcrumb span, #page #breadcrumb strong {
	float: none;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

#headercall {
	float: right;
	clear: none;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1em;
	color: #676767;
	font-size: 1em;
}

#signup {
	float: left;
	clear: none;
	position: relative;
	top: 40px;
}

#page #gform_1 ul, #page #gform_1 ol, #page #gform_1 li {
	margin-left: 0;
}

#page #gform_1 .gfield input {
	width: 170px;
	padding: 2px 4px;
	border: 1px solid #6C6C6C;
}

#gform_submit_button_1 {
	width: 100px;
	text-indent: -10px;
	height: 32px;
	top: 10px;
	background: top left no-repeat url("images/submit.png");
	color: #FFF;
}

#btnsubmit:hover, #btnsubmit:focus {
	background-position: 0 -32px;
}

.gform_next_button {
	width: 90px;
	padding-right: 10px;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	text-align: center;
	background: transparent top left no-repeat url("images/next.png");
}

.gform_next_button:hover, .gform_next_button:focus {
	color: #FFF;
	background-position: 0 -32px;
}

.gform_previous_button {
	padding-left: 20px;
	line-height: 20px;
	background: transparent top left no-repeat url("images/prev.png");
}

.gform_previous_button:hover, .gform_previous_button:focus {
	background-position: 0 -20px;
}

.gform_next_button, .gform_previous_button, #gform_submit_button_1 {
	display: inline-block;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
}

#page .gfield_error {
	background: transparent!important;
	border: none!important;
	margin: 0!important;
}

#page .validation_message, #page .validation_error {
	display: none!important;
}

#gform_wrapper_1 {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 20px;
}

#sideminute {
	text-indent: -9999px;
	background: left center no-repeat url("images/side-minute.png");
	width: 280px;
	height: 56px;
	overflow: hidden;
}

#byline {
	border-top: 1px dashed #676767;
	padding-top: 19px;
	margin-top: 19px;
}
.clearfix::after{content:"";display:table;clear:both}
