/*
Theme Name:     Epsilon (Custom)
Description:    A customized version of the Epsilon WordPress theme (by WPExplorer)
Author:         Simon Edge
Template:       epsilon
Version:        1.0
*/

@import url("../epsilon/style.css");

/* SITE LINKS */
a {
	border-bottom:dotted 1px #888;
}
.menu-footer-sitemap-container a {
	border-bottom-style:none;
}

#navigation a {
	border-bottom-style:none;
}


#wrap {
	margin-top:10px !important;
}

/* H1 AND H2 FONTS */
h1 {
	font-size:32px !important;
}
h2 {
	font-size:22px !important;
}

/* PRE-HEADER ELEMENTS (ABOVE HEADER) */
#pre-header {
	margin-bottom:10px !important;
}
#phone {
	display:inline !important;
	font-size:14px !important;
}
#mail {
	display:inline !important;
	padding-left:30px !important;
	font-size:14px !important;
}

/* HEADER ELEMENTS */
#header {
	background-color:#000000 !important;
}
#navigation  {
	margin-top:-44px !important;
}
#menu-top-menu .menu-item a {
	color:#ececec !important;
	margin-right:15px !important;
	font-size:14px !important;
	font-weight:bold !important;
}
#menu-top-menu .menu-item a:hover {
	color:#ffffff !important;
}
#menu-top-menu .current-menu-item a {
	color:#ffffff !important;
	font-weight:bold !important;
	height: 36px !important;
	border-bottom:solid 1px #fff;
}
#navigation #uniform-undefined select {
	margin-top:44px !important;
	color:#000000 !important;
	background-color:#d0d0d0 !important;
	opacity:1 !important;
	font-size:16px !important;
	line-height:26px !important; 
	height:26px !important;
}

#navigation #uniform-undefined select option {
	background-color:#ffffff !important;
	color:#000000 !important;
	font-size:16px !important;
	line-height:16px !important; 
}
#page-heading {
	padding-top:20px !important;
	padding-bottom:20px !important;
}

/* SLIDER */
.flexslider-container .flex-caption p {
	color: #ddd;
}

/* CONTACT FORM 7 ELEMENTS */
#cont-form {
}
#cont-form p {
	color:#505050 !important;
}
#cf-name {
	border:solid 1px #c0c0c0;
	width:400px;
}
#cf-email {
	border:solid 1px #c0c0c0;
	width:400px;
}
#cf-phone {
	border:solid 1px #c0c0c0;
	width:300px;
}
#cf-message {
	border:solid 1px #c0c0c0;
}
#captcha-img {
	border:solid 1px #c0c0c0;
}
#captcha-input {
	border:solid 1px #c0c0c0;
}
#cf-submit {
}