/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


.home-section {
  float: left;
}


/* #11 */
.home-section li h2 {
  font-weight: 300;
}


/* ----------------------------- *//*
Issue #12
Change hover color to main navigation to #a54d4d
*//*----------------------------- */
/* hide MAP link in footer page */
#navigation .nav li:hover > a {
    background: #a54d4d;
}

#menu-item-2435 {
	position: relative;
	top: -42px;
	height: 74px;
	background: #a54d4d;
    /*
	
	-webkit-box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 11px 0px rgba(50, 50, 50, 0.75);
	*/
	
	/*-webkit-transition: all 0,1s ease;
     -moz-transition: all 0,1s ease;
       -o-transition: all 0,1s ease;
      -ms-transition: all 0,1s ease;
          transition: all 0,1s ease;*/
}
#menu-item-2435:hover{
	/*-webkit-filter: drop-shadow(10px 7px 1px grey);
	font-weight: bold;*/
}

#menu-item-2435 a {
	padding-top: 46px;
	color:#fff;
	
}



/* ----------------------------- *//*
Issue #10
Format footer widget contactus width++ and hide MAP link   
*//*----------------------------- */
/* hide MAP link in footer page */
.widget_woo_contactus ul li.address .map {
  display: none;
  visibility: hidden;
}


/* ----------------------------- *//*
Issue #1, #7, #8, 
Modify homepage slider to custom colors 
*//*----------------------------- */
/* slider article color */
#featured article header {
  background: rgba(224, 210, 163, 0.9);
}
.controls-container .flex-control-nav li a.flex-active {
  background: rgba(224, 210, 163, 0.9);
}
/*homepage slider buttons next/back hidden*/
.controls-container .flex-direction-nav .flex-prev,
.controls-container .flex-direction-nav .flex-next {
  display: none;
  visibility:hidden;
}
/* homepage slider font color changed*/
#featured article header h1,
#featured article header h1 a {
  color: #000;
}
#featured article header .entry {
  color: #000;
}


/* ----------------------------- *//*
Issue #9
Blue arrow images over site
*//*----------------------------- */

/* home page "more" arrow image - only default theme images in theme folder should be changed (images/) */
.home-section header a.more {
  background: url(images/ico-more.png) no-repeat left top;
}


/* ----------------------------- *//*
Issue #4
Remove comment from theme
*//*----------------------------- */
/* disabling comments through css */
#comments {
  visibility: hidden;
  display:none;
}


/* ----------------------------- *//*
Issue #5
Formatt FAQ page with bookmark links
*//*----------------------------- */
/* DONE */

/* ----------------------------- *//*
Issue #2
Bad format for homepage layout
*//*----------------------------- */


/* ----------------------------- *//*
Issue #3
Increse site font size generaly 
*//*----------------------------- */
/* + 2px;*/
body {
  font-size: 15px;
}
/* + 0.2 */
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
#navigation {
  font: 300 1.1em/1 "Signika", sans-serif;
  display: none;
}
pre {
  font-size: 14px;
}

#featured article header .entry {
  font-size: 1.1em;
}
.home-section header h1 {
  font-size: 1.2em;
}
.home-section li h2 {
  font-size: 1.3em;
}
.home-section#blog-alt li p.meta {
  font-size: 0.9em;
}
.home-section#portfolio .portfolio-item h2 {
  font-size: 1em;
}
.home-section#portfolio .portfolio-item .date {
  font-size: 0.8em;
}
#portfolio-gallery h1 {
  font-size: 1.7em;
}
.portfolio-item a.item .mask .content h2 {
  font-size: 1em;
  line-height: 1;
}
.portfolio-item a.item .mask .content p.date {
  font-size: 0.9em;
}
.portfolio-item h2 {
  font-size: 1.3em;
}
.archive_header {
  font-size: 2.2em;
}
.archive_header .catrss a {
  font-size: 0.6em;
}
.post header h1,
.type-page header h1,
.search-results .features header h1,
.search-results .page header h1,
.search-results .type-product header h1,
.search-results .type-portfolio header h1,
.type-features header h1 {
  font-size: 1.7em;
}
.post .wp-caption-text,
.type-page .wp-caption-text,
.search-results .features .wp-caption-text,
.search-results .page .wp-caption-text,
.search-results .type-product .wp-caption-text,
.search-results .type-portfolio .wp-caption-text,
.type-features .wp-caption-text {
  font-size: 0.9em;
}
.widget h3 {
  font-size: 1em;
}
#searchform input.s,
.searchform input.s,
#searchform #s,
.searchform #s {
  font-size: 0.95em;
}
.widget_woothemes_testimonials .quote blockquote:before {
  font-size: 3.2em;
}
#footer-widgets .widget_woo_twitter ul li .content,
#footer-widgets .widget_woodojo_tweets ul li .content {
  font-size: 1em;
}
#comments .comment .comment-head .name {
  font-size: 1.3em;
}
#comments .comment .comment-head .date,
#comments .comment .comment-head .edit,
#comments .comment .comment-head .perma {
  font-size: 0.9em;
}
#comments .comment .reply a {
  font-size: 1em;
}
#comments .comment #respond h3 small {
  font-size: 0.6em;
}
#comments .nocomments {
  font-size: 1.2em;
}
#respond label {
  font-size: 0.9em;
}
#respond #commentform input.txt,
#respond #commentform textarea {
  font-size: 1.2em;
}
.pinglist li .author {
  font-size: 1.3em;
}
.pinglist li .date {
  font-size: 0.9em;
}
#archives .archives_list li {
  font-size: 0.9em;
}
#archives .archives_list .comments a {
  font-size: 0.9em;
}
h3.archive_year {
  font-size: 1.4em;
}
#contact-page ol.forms li .error {
  font-size: 0.9em;
}
.page-template-template-contact-php .location-twitter h3 {
  font-size: 1.2em;
}



/**/
.login-link-custom{
	height:24px;
	width: auto;
	line-height:16px;
	text-align:right;
	background: url(images/bg-slider.png) repeat left top;
}
.login-link-custom p, .login-link-custom p a{
	display:block;
	font-size:10pt;
	padding-right:10px;
	padding-left:24px;
	line-height:24px;
	font-weight:bold;
}
.login-link-custom p a:hover{
	color: #fff;
	text-decoration:none;
	font-weight:normal;
}



