/*
 THEME NAME: John Croft
 THEME URI: 
 DESCRIPTION:
 VERSION: 1.0
 AUTHOR: Creative Passion
 AUTHOR URI: http://www.creativepassion.com.au
 TAGS:
 LICENSE:
 LICENSE URI: :
 TEXT DOMAIN: John Croft
 .
*/

/* --------------------------------------------------------------

 Styles for the theme TSC

 -------------------------------------------------------------- */


/* =Reset
-------------------------------------------------------------- */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #ffffff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* =Typography
-------------------------------------------------------------- */

body, input, textarea {
	font-family: "Arial";
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

/*------------------------ Headings ------------------------*/

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

h1 {
	font-family: 'DINComp-Light', Arial;
	font-size: 28px;
	line-height: 30px;
	color: #abaca3;
	margin: 0;
	padding-bottom: 18px;
}

h2 {
	font-family: 'dinmedium', Arial;
	font-size: 18px;
	line-height: 24px;
	color: #231f20;
	margin: 0 0 20px;
}

h3 {
	font-family: 'DINComp-Light', Arial;
	font-size: 17px;
	line-height: 21px;
	color: rgb(35, 31, 32);
	margin: 0 0 5px 0;
}

h4 {
	font-family: 'DINComp-Light', Arial;
	font-size: 18px;
	line-height: 20px;
	color: #abaca3;
    margin: -15px 0px 20px 0px;
}

h5 {
	font-family: 'dinmedium', Arial;
	font-size: 16px;
	line-height: 18px;
	color: #231f20;
	margin: 0;
}

h6 {
	font-family: 'DINComp-Light', Arial;
	font-size: 15px;
	line-height: 18px;
	color: #231f20;
	margin: 0;
}


/*------------------------ Text elements ------------------------*/

p {
	font-family: 'DINComp-Light', Arial;
	font-size: 16px;
	line-height: 20px;
	color: #231f20;
    margin: 0;
    padding-bottom: 18px;
}
ul {
	margin: 0 0 18px 16px;
}
ol {
	margin: 0 0 18px 16px;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
   	margin: 0 24px;
}
dt {
    font-weight: bold;
	margin-bottom: 24px;
}
dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 24px 0 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	/*margin-bottom:18px;*/
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/*iframe{float: left;}*/


/*------------------------ Links ------------------------*/

a,
a em,
a strong {
	color: #949087;
	outline: none;
	text-decoration: none;
	color: #949087;
    font-family: 'DINComp-Light', Arial;
    font-size: 15px;
    line-height: 16px;
    outline: medium none;
    text-decoration: none;
}
a:focus,
a:hover {
	color: #000000;
	outline: none;
	text-decoration: none;
}

a:focus{
color: #949087;
}

/*------------------------ Pullquotes ------------------------*/

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/*------------------------ Buttons & Fields ------------------------*/

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #949087;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	border: 0 none;
	-webkit-border-radius:	3px 3px 3px 3px;
	-moz-border-radius: 	3px 3px 3px 3px;
	border-radius: 			3px 3px 3px 3px;
	font-family: 'DINComp-Light', Arial;
    text-transform: capitalize;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*background: #4ccab0*/
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*background: #4ccab0*/
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	background: #FFFFFF;
	color: #9e9e9e;
	font-size: 13px;
	line-height: 26px;
	padding: 7px;
	border: 0 none;
	-webkit-border-radius:	3px 3px 3px 3px;
	-moz-border-radius: 	3px 3px 3px 3px;
	border-radius: 			3px 3px 3px 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #313131;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	resize: none;
}

/*------------------------ Tables ------------------------*/

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
tr th {
	color: #636363;
	font-size: 11px;
	font-weight: bold;
	line-height: 2.181818182;
	text-align: left;
	text-transform: uppercase;
}
td {
	/*border-top: 1px solid #ededed !important;*/
	color: #757575;
	font-size: inherit;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	text-align: left;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* =Custom Styles
-------------------------------------------------------------- */

@font-face {
	font-family: 'DINComp-Light';
	src: url('fonts/dincomplight.eot');
	src: url('fonts/dincomplight.eot?#iefix') format('embedded-opentype'),
			 url('fonts/dincomplight.woff') format('woff'),
			 url('fonts/dincomplight.ttf') format('truetype'),
			 url('fonts/dincomplight.svg#dincomplight') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: 'DINComp-Regular';
	src: url('fonts/dincomp.eot');
	src: url('fonts/dincomp.eot?#iefix') format('embedded-opentype'),
			 url('fonts/dincomp.woff') format('woff'),
			 url('fonts/dincomp.ttf') format('truetype'),
			 url('fonts/dincomp.svg#dincomp') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'dinmedium';
    src: url('fonts/dinmedium-webfont.eot');
    src: url('fonts/dinmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinmedium-webfont.woff') format('woff'),
         url('fonts/dinmedium-webfont.ttf') format('truetype'),
         url('fonts/dinmedium-webfont.svg#dinmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}
	
#wrap {
    height: auto;
    margin: 0 auto -92px;
    min-height: 100%;
    padding: 0 0 62px;
}
				
.header-container{
	width: 100%;
	float: left;
	background: #deded9;
}

.wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.header{
	width: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 19px; 
}

.main-menu-outer{
	width: 65%;
	float: right;
}

.main-menu{
	width: auto;
	float: right;
	padding-top: 25px;
	padding-left: 4px;
}

.main-menu ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.main-menu ul li{
	width: auto;
	float: left;
	padding-left: 14px;
}

.main-menu ul li:first-child{
	padding-left: 0;
}

.main-menu ul li a{
	width: auto;
	float: left;
	font-family: 'DINComp-Light', Arial;
	font-size: 16px;
	color: #565353;
	outline: none;
        text-transform: uppercase;
}

.main-menu ul li a:hover{
	color: #000000;
	font-weight: bold;
}

.main-menu ul li.current-menu-item a,.main-menu ul li.current-page-ancestor a, .main-menu ul li.current_page_parent a{
	color: #000000;
	font-weight: bold;
}
.main-menu ul li#menu-item-4464.current_page_parent a{
    color: #565353;
    font-weight:normal;
}
.blog .main-menu ul li#menu-item-4464.current_page_parent a{
    color: #000000;
	font-weight: bold;
}
.logo{
	width: auto;
	float: left;
	padding-right: 8px;
}


/*--- header ends ---*/



/*--- content starts ---*/


.content-container{
	width: 100%;
	float: left;
	padding-top: 37px;
}

.banner-area{
	width: 100%;
	float: left;
	position: relative;
}

.banner-area ul{
    width: 100%;
    float: left;
    margin: 0;
}

.banner-area ul li{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.banner-area img{
	width: auto;
	height: auto;
	float: none;
}

.banner-navigation{
    width: 100%;
    left: 0;
    margin: -27px auto 0;
    max-width: 1000px;
    position: absolute;
    right: 0;
    top: 50%;
}

.banner-navigation a{
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
    outline: 0px none !important;
    position: relative;
    z-index: 500;
}

.banner-navigation a:hover{
	background-color: rgba(0, 0, 0, 0.8);
}

.banner-navigation a.prev{
    float: left;
    margin-left: 10px;
}

.banner-navigation a.prev:before{
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #ffffff;
	position: absolute;
	left: 18px;
	top: 18px;	
}

.banner-navigation a.next{
    float: right;
    margin-right: 10px;
}

.banner-navigation a.next:before{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #ffffff;
	position: absolute;
	left: 21px;
	top: 18px;	
}

.banner-area .banner-navigation img{
    width: auto;
    float: left;
}

.example-pager{
	width: auto;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 500;
}

.example-pager span{
	width: 20px;
	height: 20px;
	float: left;
	font-size: 0;
	background: #ffffff;
	margin: 0 0 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
        outline: 0px none !important;
}

.example-pager span.cycle-pager-active,
.example-pager span:hover{
	background: #686868;
}

.left-arrow{
	width: 24px;
	height: 47px;
	position: absolute;
	left: -33px;
	top: 42%;
}

.left-arrow a{
	width: 24px;
	height: 47px;
	float: left;
	background: url(images/left-arrow.png) left top no-repeat;
	outline: none;
}

.right-arrow{
	width: 24px;
	height: 47px;
	position: absolute;
	right: -33px;
	top: 42%;
}

.right-arrow a{
	width: 24px;
	height: 47px;
	float: left;
	background: url(images/right-arrow.png) left top no-repeat;
	outline: none;
}

.content-area-outer{
	width: 100%;
	float: left;
	padding-top: 37px;
}

.content-area{
	width: 68%;
	float: left;
	margin-right: 3%;
}

.content-area h2{
	margin-top: -4px;
}

.sidebar-area{
	width: 29%;
	float: left;
	margin-top: 3px;
}

.social-media-icons{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.social-media-icons ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	text-align: center;
}

.social-media-icons ul li{
	width: auto;
	float: none;
	padding-left: 4px;
	display: inline-block;
}

.social-media-icons ul li:first-child{
	padding-left: 0;
}

.social-media-icons ul li a{
	width: auto;
	float: none;
}

.phone-area{
	width: 100%;
	float: left;
	background: #deded9;
	padding: 12px 15px 10px;
}

.phone-logo-outer{
    width: 100%;
    float: left;
}

.phone-number{
	width: auto;
	float: right;
}

.phone-number span a{
	width: auto;
	float: right;
	font-family: 'dinmedium', Arial;
	font-size: 24px;
	color: #231f20;	
}

.phone-number span a i{
	font-family: 'DINComp-Light', Arial;
	font-size: 20px;
	font-style: normal;
}

.logo-section{
    width: auto;
	float: right;
	margin: -16px 22px 0 0;
}

.logo-section ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.logo-section ul li{
	width: auto;
	float: left;
 	margin: 0 0 0 6px;
}

.logo-section ul li:first-child{
	margin: 0;
}

.logo-section ul li a{
	width: 100%;
	float: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}

.logo-section ul li a:hover{
	opacity: 0.6;
}

.phone-area p{
	text-align: right;
	font-size: 15px;
	line-height: 16px;
	padding-bottom: 0;
}

.principal-article{
	width: 100%;
	float: left;
	background: #deded9;
	margin-top: 10px;
	padding: 13px 15px 10px;
}

.principal-image{
	width: 100%;
	float: left;
	padding-bottom: 12px;
}

.principal-image img{
	width: 100%;
	float: left;
}

.principal-article p{
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 0;
	background: #DEDED9;
}

.principal-article a{
	width: auto;
	float: left;
	font-family: 'DINComp-Light', Arial;
	font-size: 15px;
	line-height: 16px;
	color: #949087;
	text-decoration: none;
	margin-top: 21px;
	outline: none;
}

.principal-article a:hover{
	color: #000000;
}


/*--- content ends ---*/



/*--- footer starts ---*/


.footer-outer-container{
	height: 62px;
}

.footer-container{
	width: 100%;
	float: left;
	background: #deded9;
}

.footer{
	width: 100%;
	float: left;
	padding: 12px 0;
}

.footer-copyright-area{
	width: 100%;
	float: left;
}

.copyright{
	width: auto;
	float: left;
	background: url("images/footer-divider.jpg") right top no-repeat;
	margin-right: 6px;
    padding-right: 9px;
}

.copyright p{
	line-height: 18px;
	padding-bottom: 0;
	font-size: 15px;
}

.footer-menu{
	width: auto;
	float: left;
	padding-bottom: 2px;
}

.footer-menu ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.footer-menu ul li{
	width: auto;
	float: left;
	background: url("images/footer-divider.jpg") left top no-repeat;
	font-family: 'DINComp-Light', Arial;
	font-size: 15px;
	line-height: 18px;
	color: #231f20;
	padding: 0 7px 0 9px;
}

.footer-menu ul li:first-child{
	background: none;
	padding-left: 0;
}

.footer-menu ul li a{
	width: auto;
	float: left;
	font-family: 'DINComp-Light', Arial;
	font-size: 15px;
	line-height: 18px;
	color: #231f20;
	text-decoration: none;
	outline: none;
}

.footer-menu.last{
	padding-bottom: 0;
}


/*--- footer ends ---*/



/*-- menu styling starts --*/


.toggleMenu {

    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.nav a {
    color:#fff;
    outline: none;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
    outline: none;
}
.nav li  ul {
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
    outline: none;
}
.nav li li li a {
    z-index:200;
    outline: none;
}

@media screen and (max-width: 751px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}


/*-- menu styling ends --*/



/*--- inner pages styling starts ---*/


.page-content-left{
	width: 100%;
	float: left;
}

.page-content-right{
	width: 100%;
	float: left;
}

.projects-area{
	padding-top: 0;
}

.page-title-area.projects{
	padding-bottom: 0; 
}

.page-title-area{
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

.projects-title{
	width: 67%;
	float: left;
}

.page-title-area .phone-number{
	width: 33%;
	float: right;
}

.projects-list-area{
	width: 101.2%;
	float: left;
	padding-top: 6px;
}

.projects-list-area ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0 0 0 -1.2%;
}

.projects-list-area ul li{
	width: 32.1%;
	float: left;
	margin: 12px 0 0 1.2%;
	background: #deded9;
	padding: 1.2%;
}

.project{
	width: 100%;
	float: left;
}

.project-image{
	width: 100%;
	float: left;
}

.project-image img{
	width: 100%;
        height: auto;
	float: left;
}

.project-title{
	width: 100%;
	float: left;
	padding: 7px 0 4px;
	height: 52px;
    	overflow: hidden;
}


/*--- inner pages styling ends ---*/



/*--- wordpress style starts ---*/


.projects-detailed{
	text-transform: uppercase;
}

.projects-slider-area{
	width: 100%;
	float: left;
	padding-top: 5px;
}

.projects-content-area{
	width: 100%;
	float: left;
	padding-top: 30px;
}

.projects-detailed-content{
	width: 98%;
	float: left;
}

.projects-pdf-content{
	width: 100%;
	float: left;
	background: #deded9;
	padding: 5%; 
}

.article-title{
	width: 100%;
	float: left;
}

.article-title p{
	width: 100%;
	float: left;
	padding-bottom: 0;
	font-size: 15px;
	line-height: 16px;
}

.article-data{
	width: 100%;
	float: left;
	padding-top: 5px;
}

.article-data a{
	width: 100%;
	float: left;
	text-decoration: underline;
}

.article-data img{
        width: 100%;
	float: left;
	padding-top: 15px;
}

.page-detailed-content{
	width: 98%;
	float: left;
}

page-detailed-content h2{
	color: #231F20;
}

.page-detailed-content h5{
	color: #abaca3;
	padding-bottom: 22px;
}

.page-sidebar-content{
	width: 100%;
	float: left;
}

.sidebar-outer{
	width: 100%;
	float: left;
}

.sidebar-outer .social-media-icons{
	margin-bottom: 7px;
}

.sidebar-outer .social-media-icons ul li{
	padding-left: 1px;
}

.video-outer{
	width: 100%;
	float: left;
	background: #deded9;
	padding: 11px 5% 5%;
}

.video-outer h2{
	margin-bottom: 0;
}

.video-area-outer{
	width: 100%;
	float: left;
}

.video-division{
	width: 100%;
	float: left;
	padding-bottom: 18px;
}

.video-division.last{
	padding-bottom: 0;
}

.video-division span{
	width: 100%;
	float: left;
	text-align: left;
	font-family: 'DINComp-Light', Arial; 
	font-size: 15px; 
	line-height: 17px;
	color: #231F20;
	padding-top: 7px;
}

.video-area{
	width: 100%;
	float: left;
	padding-top: 6px;
}

.video-area-outer a{
	float: left;
	padding-top: 3px;
	text-decoration: underline;
	text-align: left;
}

.video-area-outer a img{
	width: 100%;
	float: left;	
}

.history-outer{
	width: 100%;
	float: left;
	background: #deded9;
	padding: 11px 5% 5%;
	margin-top: 22px;
}

.history-outer h2{
	margin-bottom: 0;
}

.history-area{
	width: 100%;
	float: left;
	padding-top: 3px;
}

.history-area span{
	width: 100%;
	float: left;
	text-align: left;
	font-family: 'DINComp-Light', Arial; 
	font-size: 15px; 
	line-height: 17px;
	color: #231F20;
	padding-top: 7px;
}

.history-area-image{
	width: 100%;
	float: left;
}

.history-area-image img{
	width: 100%;
	float: left;
}

.history-area a{
	float: left;
	padding-top: 3px;
	text-decoration: underline;
}

.page-sidebar-content .sidebar-outer .widget-title{
	display: none;
}

.page-detailed-content ul li{
	font-family: 'DINComp-Light', Arial;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
}

.page-detailed-content ul li a{
	color: #231F20;
}

.contact-form-outer{
	width: 100%;
	float: left;
}

.contact-editor-content{
	width: 100%;
	float: left;
}

.contact-form-area{
	width: 92%;
	float: left;
        padding: 5px 0 0;
}

.contact-form-area label{
	width: 120px;
    float: left;
	font-family: 'DINComp-Light', Arial;
	font-size: 16px;
	color: #231f20;
	font-weight: normal;
	margin-bottom: 10px;
    margin-top: 4px;
}

.contact-form-area input.text{
	width: 70% !important;
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 2px 10px;
	background: #f2f2f0;
	margin-bottom: 10px !important;
	border-radius: 0; 
	font-size: 15px;
}

.contact-form-area textarea{
	width: 70% !important;
	float: right;
	height: 185px;
	padding: 2px 10px;
	background: #f2f2f0;
	margin-bottom: 10px !important;
	border-radius: 0; 
        font-size: 15px;
}

.contact-form-area input{
	float: right;
}

.contact-form-area p.cptchpr_block{
	width: 100%;
	float: left;
	background:url(images/captcha_bg.jpg) repeat-y left top;
	background-size: 100% auto;
	padding: 5px 0;
}

.contact-form-area p.cptchpr_block label{
	width: 142px;
	margin-top: 5px;
	margin-bottom: 0;
}

.contact-form-area p.cptchpr_block input{
	float: none;
}

.contact-form-area p.cptchpr_block span.cptch_error{
	float: right;
}

.contact-form-area input.submit{
	float: left;
    margin-left: 130px !important;
    padding-top: 6px;
    background: none;
}

.contact-content-area{
	width: 100%;
	float: left;
	background: #f2f2f0;
	padding: 3%;
	margin-top: 4px;
}

.contact-div{
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.contact-div span{
	width: 27%;
	float: left;
	font-family: 'DINComp-Light', Arial;
	font-size: 16px;
	color: #949087;
}

.contact-div p{
	width: 73%;
	float: right;
	font-family: 'DINComp-Light', Arial;
	font-size: 16px !important;
	color: #231f20;
	padding-bottom: 0;
	line-height: 21px;
}

.contact-div p span {
	width: auto !important;
	float: none !important;
	font-family: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
}
.contact-div p a{
	font-size: 16px !important;
	color: #231f20;
}

.contact-map-link{
	width: 73%;
	float: right;
}

.contact-map-link a:hover{
	color: #949087;
}	

.page-detailed-content .video-area{
	width: 50%;
	float: none;
}

.page-detailed-content .video-area.video{
	width: 90%;
	float: none;
	margin-bottom: 20px;
}

.fullwidth-div{
	width: 100%;
	float: left;
}

.page-content .search-form input.search-field{
	border: 1px solid #333333;
	background: none;
}

.page-content .search-form input{
	background: #DEDED9;
	border: 1px solid #DEDED9;
}


/*--- wordpress style ends ---*/



/*--- blog style starts ---*/


.page-detailed-content.blog .entry-meta .comments-link{
	display: none;
}

.page-detailed-content.blog .entry-header h1 a{
	font-family: 'dinmedium', Arial;
	color: #231f20;
	font-size: 18px;
    text-transform: uppercase;
	line-height: 14px !important;
}

.page-detailed-content.blog .entry-content{
	margin-top: -3px;
}

.page-detailed-content.blog .entry-content p{
	padding-bottom: 0;
}

.page-detailed-content.blog .entry-content p{
	font-size: 16px;
	color: #231F20;
	padding-bottom: 12px;
}

.page-detailed-content.blog .entry-content p a{
	color: #231F20;
}

.page-detailed-content.blog .entry-content p a.more-link, .page-detailed-content.blog .entry-content p a.more-link:hover{
	color: #949087;
}

.page-detailed-content.blog .entry-content p a.more-link{
	background: url(images/more-link-bg.jpg) right 6px no-repeat;
	padding-right: 10px;
}

.article-outer{
	width: 100%;
	float: left;
	border-bottom: 1px solid #c1c1b7;
	margin-bottom: 23px;
	padding-bottom: 25px;
}

.blog-outer-div{
	width: 100%;
	float: left;
}

.blog-content{
	width: 76%;
	float: left;
}

.blog-content .entry-content a img, .blog-content .entry-content img{
	height: auto;
    max-width: 100%;
    width: auto;
}

.blog-thumbnail{
	width: 18%;
	float: right;
	margin-top: 3px;
}

.page-detailed-content.blog .paging-navigation h1, .page-detailed-content.blog .post-navigation h1{
	display: none;
}

.page-detailed-content.blog .paging-navigation .nav-links .nav-previous{
	float: left;
	background: url(images/more-link-bg-left.jpg) left 3px no-repeat;
	padding-left: 14px;
}

.page-detailed-content.blog .paging-navigation .nav-links .nav-next{
	float: right;
	background: url(images/more-link-bg.jpg) right 3px no-repeat;
	padding-right: 14px;
}

.blog-outer-div.no-thumbnail .blog-content{
	width: 100%;
}

.blog-sidebar{
	width: 100%;
	float: left;
	background: #ebebe8;
	padding: 6%;
	margin-top: 3px;
}

.page-sidebar-content .blog-sidebar .widget{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background: #ebebe8;
}

.page-sidebar-content .blog-sidebar h3{
	font-family: 'dinmedium', Arial;
	color: #231f20;
	font-size: 18px;
}

.page-sidebar-content .blog-sidebar ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 6px 0 0;
}

.page-sidebar-content .blog-sidebar ul li{
	width: 100%;
	float: left;
	padding-bottom: 4px;
}

.page-sidebar-content .blog-sidebar ul li a{
	width: 100%;
	float: left;
	font-family: 'DINComp-Light', Arial;
	font-size: 16px !important;
	color: #231f20;
	text-transform: capitalize;
}

.single .blog-outer-div .blog-content, .archive .blog-outer-div .blog-content{
	width: 100%;
}

.single .blog-outer-div .blog-thumbnail, .archive .blog-outer-div .blog-thumbnail{
	display: none;
}

.page-detailed-content.single .entry-header h1{
	padding-bottom: 15px;
}

.page-detailed-content.single .entry-content p a img{
	margin: 3px 0 15px;
}

.page-detailed-content.blog .post-navigation .nav-links{
	width: 100%;
	float: left;
	margin-bottom: 18px;
}

.page-detailed-content.blog .post-navigation .nav-links a{
	float: right;
	background: url(images/more-link-bg.jpg) right 2px no-repeat;
	padding-right: 14px;
}

.page-detailed-content.blog .post-navigation .nav-links a:first-child{
	float: left;
	background: url(images/more-link-bg-left.jpg) left 2px no-repeat;
	padding-left: 14px;
}

.page-detailed-content.blog .comments-area #respond .comment-form textarea{
	border: 1px solid #C1C1B7;
	margin-top: 10px;
	font-family: 'DINComp-Light', Arial;
	font-size: 16px;
	color: #231f20;
	line-height: 19px;
}

.page-detailed-content.blog .comments-area #respond .comment-form p.form-allowed-tags{
	display: none;
}

.page-detailed-content.blog .comments-area #respond .comment-form p.form-submit input{
	border: 1px solid #C1C1B7;
	padding-top: 4px;
	width: auto;
}

.page-detailed-content.blog .comments-area {
    float: left;
    padding-top: 25px;
    width: 100%;
}

.page-detailed-content.blog .comments-area ol {
    list-style: none outside none;
    margin: 0;
}

.page-detailed-content.blog .comments-area ol li {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0 5px 1px #F4F4F4;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.page-detailed-content.blog .comments-area ol li .comment-body {
    float: left;
    padding: 3%;
    width: 100%;
}

.page-detailed-content.blog .comments-area ol li .comment-body img {
    margin-right: 10px;
}

.page-detailed-content.blog .comments-area ol li .comment-body .comment-metadata, .page-detailed-content.blog .comments-area ol li .comment-body .comment-content {
    margin-top: 10px;
}

.page-detailed-content.blog .comments-area ol li ol li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dashed #D5D5D5;
    border-radius: 0;
    margin: 0 3% 3%;
    width: 94%;
}

.page-detailed-content.blog h1{
	margin-bottom: 10px;
}

.page-detailed-content.blog #comments .comment-form p input{
	border: 1px solid #C1C1B7;
	margin-left: 3%;
	width: 40%;
}

.page-detailed-content.blog #comments .comment-form p.comment-form-url input{
	padding: 5px;
	border-radius: 3px; 
}

.projects-detailed-content ul li{
	font-family: 'DINComp-Light', Arial;
        font-size: 16px;
        padding-bottom: 6px;
}

.projects-gallery{
	width: 100%;
	float: left;
	background: none repeat scroll 0 0 #DEDED9;
    padding: 5%;
    margin-bottom: 16px;
}

.gallery-image{
	width: 30%;
	float: left;
}

.gallery-image a img{
	width: 100%;
	float: left;
}

.gallery-text{
	width: 65%;
	float: left;
	padding-left: 5%;
}

.gallery-text a{
	width: 65%;
	float: left;
    font-family: 'DINComp-Light', Arial;
	color: #949087;
	font-size: 15px;
    line-height: 15px;
    padding-top: 20px;
}

.gallery-text a:hover{
      color: #231F20;
}


/*--- blog style ends ---*/

/* cp additions */
.page-detailed-content.single .entry-header h1 {text-transform: uppercase;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {margin-top: 10px !important;}
.page-detailed-content.blog #comments .comment-form p.cptchpr_block label{min-width:82px;}
.page-detailed-content.blog #comments .comment-form p.cptchpr_block input, .page-detailed-content.blog #comments .comment-form p.form-submit input {margin-left:0;}

#gallery-1 dl {
    float: left;
    width: auto;
}
#gallery-1 dt {
    float: left;
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
}
#gallery-2 dl {
    float: left;
    width: 100%;
}
#gallery-2 dt {
    float: left;
    margin: 10px 0 0;
    text-align: left;
    width: 33%;
}


.individual-profile{
	width: 100%;
	float: left;
}

.individual-profile ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.individual-profile ul li{
	width: 100%;
	float: left;
}

.individual-picture{
	width: 15%;
	float: left;
}

.individual-content{
	width: 85%;
	float: left;
	padding-left: 1.5%;
}

.individual-content h2{
	line-height: 21px;
	margin-bottom: 5px;
}

.individual-content span{
	width: 100%;
	float: left;
    font-family: 'DINComp-Light';
    font-size: 16px;
    line-height: 20px;
	color: #231F20;
}

.individual-content p{
	color: #949087;
	float: left;
    padding-top: 6px;
}

.project-contactus{
	width: 100%;
	float: left;
	padding-top: 24px;
}

.project-contactus a{
	float: right;
	text-decoration: underline;
	margin-top: 5px;
}

.page-detailed-content.blog .entry-header .entry-meta .categories-links, .page-detailed-content.blog .entry-header .entry-meta .tags-links, .page-detailed-content.blog .entry-header .entry-meta .edit-link{
	display: none;
}

.page-detailed-content.blog .entry-header .entry-meta .date{
	padding-right: 15px;
}

.page-detailed-content.blog .entry-header .entry-meta{
	margin-bottom: 10px; 
}

.page-detailed-content.blog h1 .vcard a {
    font-size: 28px;
    font-weight: bold;
}

.social-share {
    float: right;
    padding-bottom: 15px;
    width: auto;
}

.tweet-share {
    float: left;
    width: auto;
}

.fb-like {
    float: left;
    width: auto;
}

.sidebar-link{
	float: left;
    width: 100%;
    margin-top: 10px;
}

.thankyou-outer{
    width: 100%;
	float: left;
	margin-top: 200px;
}

.thankyou-outer h1{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

.thankyou-outer p{
	font-size: 20px;
	line-height: 25px;
}

.thankyou-outer a{
	margin-top: 30px;
	display: inline-block;
}

.blog .sidebar-link{
	display: none;
} 

#recaptcha_widget_div{
	width: 100%;
	float: left;
}

#recaptcha_area{
	float: right;
}

.contact-form-area input.submit {
    background: none;
    float: left;
    margin-left: 130px !important;
    padding-top: 6px;
}

.single #recaptcha_area {
    float: left;
    margin-bottom: 15px;
}



.phone-number.atheader{
    display: block;
}

/* cp */

.page-id-437 .page-detailed-content ul li a {color: #ABACA3 !important;}

.breadcrump{
	width: 100%;
	float: left;
	padding: 0 0 25px;
        font-family: 'DINComp-Light';
        font-size: 15px;
}

.breadcrump p{
	padding-bottom: 0;
}

.breadcrumb{
	background: none;
   	margin-bottom: 0;
    	padding: 0;
}

.footer-secondary-container{
	width: 100%;
	float: left;
	background: #f3f3ed;
	margin-top: 30px;
	padding: 20px 0;
}

.latest-social-updates{
	width: 100%;
	float: left;
	padding: 5px 10px 0 0;
}

.latest-social-updates h2{
	margin-bottom: 0;
	padding-bottom: 21px;
}

.socialmedia-updates-outer{
	width: 100%;
	float: left;
}

.socialmedia-updates-div{
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

.socialmedia-icons{
	width: 36px;
	float: left;
}

.socialmedia-updates{
	width: 100%;
	float: left;
}

.socialmedia-updates ul{
	float: left;
	margin-bottom: 0;
}

.tab-outer .socialmedia-updates ul li{
	width: 100%;
	float: left;
	padding-bottom: 5px;
	margin: 0;
}

.socialmedia-updates ul li a{
	width: auto;
	float: left;
}

.secondary-footer-links{
	width: 100%;
	float: left;
	padding-top: 4px; 
}

.secondary-footer-links h2{
	margin-bottom: 0;
	padding-bottom: 15px;
}

.secondary-footer-links ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.secondary-footer-links ul li{
	width: 100%;
	float: left;
	padding: 7px 0;
}

.secondary-footer-links ul li a{
	width: auto;
	float: left;
}

.latest-news-updates{
	width: 100%;
	float: left;
	padding: 5px 5px 0 0;
}

.latest-news-updates h2{
	margin-bottom: 0;
	padding-bottom: 15px;
}

.latest-news-updates ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.latest-news-updates ul li{
	width: 100%;
	float: left;
	padding: 5px 0 7px;
}

.latest-news-updates ul li a{
	width: auto;
	float: left;
}

.latest-post{
	width: 100%;
	float: left;
}

.latest-post h6{
	width: 100%;
	float: left;
}

.latest-post h6 a{
	width: auto;
	float: left;
	text-transform: capitalize;
}

.latest-post p{
	width: 100%;
	float: left;
	font-size: 14px;
    line-height: 18px;
    padding: 5px 0 10px;
}

.social-icons{
	width: 100%;
	float: left;
	padding-top: 5px;
}

.social-icons h2{
	margin-bottom: 0;
	padding-bottom: 21px;
}

.social-icons ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.social-icons ul li{
	width: auto;
	float: left;
	padding: 0 0 0 5px;
}

.social-icons ul li:first-child{
	padding-left: 0;
}

.social-icons ul li a{
	width: auto;
	float: left;
}

.tab-outer{
	width: 100%;
	float: left;
}

.tab-outer ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	border-bottom: 0;
}

.tab-outer ul li{
	width: auto;
	float: left;
	margin: 0 0 0 10px;
}

.tab-outer ul li:first-child{
	margin: 0;
}

.tab-outer ul li.active{
	background: #ffffff;
}

.tab-outer ul li a{
	width: 100%;
	float: left;
	padding: 6px 6px 6px 10px;
	border-color: #deded9;
}

.tab-outer ul li a:hover{
	border-color: #deded9;
}

.tab-outer ul li a img{
	float: left;
}

.tab-content{
	width: 100%;
	float: left;
	background: #ffffff;
	border: 1px solid #deded9;
	border-radius: 0 5px 5px 5px; 
	padding: 10px 8px;
}

#houzz iframe{
	width: 100%;
	height: 403px !important;
	float: left;
}    

.tab-outer .socialmedia-updates ul{
        width: 95%;
	margin: 0 0 0 15px;
        list-style: disc;
}

.tab-outer .socialmedia-updates ul li{
	padding: 6px 0;
}

.tab-outer .socialmedia-updates ul li a{
	padding: 0;
}

.tab-outer #instagram .socialmedia-updates ul{
        list-style: none;
}

.breadcrump {
        text-transform: uppercase;
}

.page-detailed-content.image .entry-attachment{
        margin-top: 15px;
}

.textarea-outer{
	width: 100%;
	float: left;
}

.textarea-outer br{
	display: none;
}

.textbox-outer{
	width: 100%;
	float: left;
}

.textbox-outer br{
	display: none;
}

.submit-outer{
	width: 100%;
	float: left;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    font-size: 0;
    display: none !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid{
    border-color:#ff0000;
}

.wpcf7-response-output.wpcf7-validation-errors, div.wpcf7-mail-sent-ng{
	width: 100%;
	float: left;
    margin: 20px 0 10px 0;
    border: 2px solid #ff0000;
    text-align: center;
}

div.wpcf7-mail-sent-ok{
    width: 100%;
    float: left;
    border: 2px solid #398f14;
    margin: 20px 0 0 !important;
    text-align: center;
}



/*new style*/


.banner-inner{
    float: left;
    width: 100%;
    display: table;
}
.banner-inner-left{
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
}
.banner-inner-right{
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
    text-align: center;
    padding: 0 50px;
}
.banner-inner-right h1{
    font-size: 55px;
    line-height: 52px;
    color: #000;
    font-family: 'DINComp-Bold', Arial;
    padding-bottom: 0;
    padding-top: 30px;
}
.banner-inner-right h2{
    font-size: 21px;
    line-height: 25px;
    color: #000;
    font-family: 'dinmedium', Arial;
    margin: 0 0 25px;
    padding-top: 40px;
}
.category-list{
    float: left;
    width: 100%;
    padding: 34px 0 0;
}
.category-list ul{
    float: left;
    width: 101.5%;
    margin-left: -1.5%;
}
.category-list ul li{
    float: left;
    width: 23.5%;
    list-style: none;
    text-align: center;
    margin: 0 0 30px 1.5%;
}
.category-list ul li img{
   width: 100%; 
}
.category-list ul li a h3{
    font-family: 'DINComp-Bold', Arial;
    font-size: 20px;
    line-height: 24px;
    color: #abaca3;
    margin: 0;
    text-transform: uppercase;    
}
.category-list ul li a:hover h3{
    color: #000;
}


.product-list{
    float: left;
    width: 100%;
/*    padding: 80px 0 0;*/
}
.product-list p, .product-list p a, .product-single p, .product-single p a, .banner-inner-right p{
    padding: 0;
    color: #000;
    font-family: 'DINComp-Light', Arial;
}
.product-list p a:hover, .product-single p a:hover{
    color: #000;
}
.product-list ul{
    float: left;
    width: 100%;
    margin: 0;
}
.product-list ul li{
    float: left;
    width: 46%;
    list-style: none;
    display: table;
    margin: 0px 4% 2px 0;
}
.product-image{
    display: table-cell;
    vertical-align: middle;
}
.product-description{
    font-family: 'DINComp-Light', Arial;
    display: table-cell;
    vertical-align: middle;
    padding: 0 18px;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    word-spacing: 2px;
}
.product-list ul li a:hover .product-description{
    color: #565353;
}
.product-single-inner{
    display: table;
    float: left;
    padding: 0 0 10px;
}
.content-para{
    float: left;
    width: 100%;
}
.product-single .social-share {
    float: left;
}
.breadcrump .main-link{
    float: left;
    padding-right:3px;
}
.main-link span{
    color: #333333;
}
.tax-product_category .main-menu ul li#menu-item-4828 a,
.single-retirement_product .main-menu ul li#menu-item-4828 a{
   color:#000;
   font-weight:bold;
}

.landscape-outer .product-description{
    padding: 10px 0;
}
.product-list .landscape-outer{
    margin-right: 0;
    width: 100%;
    padding-bottom:10px;
}
.landscape-single .product-single-inner {
    display: inline-block;
}
.landscape-single  .social-share {
    width: 100%;
}
.landscape-single  .product-description {
    padding: 10px 0 !important;
width: 100%;
}
.landscape-single img,.product-list .landscape-outer img{
    max-width: 100%;
    display: block;
}


/*new*/
.product-list h1 ,.single-retirement_product h1{
    color: #000;
    font-family: 'dinmedium', Arial;
}

.product-menu {
    float: left;
}

.product-menu ul {
    float: left;
    margin: 0;
    padding-bottom: 20px;
}

.product-menu ul li {
    list-style: none;
    float: left;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
}

.product-menu ul li:before {
    content: "|";
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 12px;
}

.product-menu ul li:first-child:before {
    content: none;
}

.product-menu ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.product-menu ul li a {
    text-decoration: underline;
    color: #000;
}

.product-menu ul li.current-menu-item a,.product-menu ul li a:hover,
.product-menu ul li.current-menu-parent  a {
    text-decoration: none;
}

