/*
Theme Name:     Hustle Child Theme
Template:       hustle
Version:        0.1.0
*/

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

/*==========HEADER===========*/


/*Change border color above logo*/ 
#header #logo {
border-top: 5px solid #;
}


/*==========NAVIGATION==========*/


/*Adjust padding around logo*/
#header #logo {
padding-top: em;
padding-bottom: em;
}

/*Change border color above current menu item*/
#navigation ul.nav > li.current_page_item a, #navigation ul.nav > li.current_page_parent a, #navigation ul.nav > li.current-menu-ancestor a, #navigation ul.nav > li.current-cat a, #navigation ul.nav > li.li.current-menu-item a {
border-top: 5px solid # !important;
color: #;
}

/*Change border hover color above menu items*/
#navigation ul.nav > li > a {
border-top: 5px solid #f0a241 !important;
color: #;
}

/*Change border hover color above menu items*/
#navigation ul.nav > li > a:hover {
border-top-color: # !important;
color: #;
}


/*==========BODY==========*/


/*Change border color below headers*/
.home-section > header h1, h2, .home #main .widget > h3, .home #main .widget #connect h3 {
border-bottom: 5px solid #e5e5e5;
}

/*Change color of "Show Me More" and "Read More" buttons*/
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
background: #;
}

/*Change color of Searchbar!*/
#searchtext, #clickme, #search-wrap {
  background: # !important;
}

/*Change background hover color for button*/
a.button:hover{
background: # !important;
text-decoration: none !important;
}

/*Change the hover color for slider buttons*/
a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover, input[type=submit]:hover, input.button:hover, button.button:hover, #wrapper .woo-sc-button:hover {
text-decoration: none;
background: #;
text-decoration: none;
}

/*Change background hover color for buttons on Blog page*/
.comments a:hover {
background: # !important;
}


/*==========FOOTER==========*/


/*Change footer border color*/
#footer {
border-top: 5px solid #;
}

/*Change color of footer text*/
#credit {
color: #;
}

/*Change color of footer links*/
#credit a {
color: #;
}

/*Change hover color of footer links*/
#credit a:hover {
color: #;
}


/*==========SUB PAGES CHANGES==========*/


/*Change color of links in posts*/
.entry p a {
color: #;
}

/*Change hover color of links in posts*/
.entry p a:hover {
color: #;
}

/*Change commentor name color*/
.name a {
color: #;
}

/*Change commentor name hover color*/
.name a:hover {
color: #;
}

/*Change color  of comments cirle on blog page*/
#main .post .post-more .comments a, #main .type-page .post-more .comments a, #main .type-feature .post-more .comments a, #main .search-results .type-product .post-more .comments a, #main .post .post-more .comments span, #main .type-page .post-more .comments span, #main .type-feature .post-more .comments span, #main .search-results .type-product .post-more .comments span {
background: #;
border: 2px solid #;
}

/*Change color of comments circle Hover*/
#main .post .post-more .comments a:hover, #main .type-page .post-more .comments a:hover, #main .type-feature .post-more .comments a:hover, #main .search-results .type-product .post-more .comments a:hover, #main .post .post-more .comments span:hover, #main .type-page .post-more .comments span:hover, #main .type-feature .post-more .comments span:hover, #main .search-results .type-product .post-more .comments span:hover {
background: #;
border: 2px solid #;
}


/*==========DON'T EDIT THE CODE BELOW THIS LINE==========*/


.cover {
position: relative;
z-index: 99;
width: 333px;
height: 105px;
margin-top: -104px;
background: url(blank.gif); 
}

#intro-message h1 {
color: #fff !important;
text-shadow: 2px 2px 0px #353535;
}

.home-section#intro-message p {
color: #fff;
text-shadow: 1px 1px 0px #353535;
}

.home-section#intro-message {
padding: 1.854em 0 !important;
}

/*triangle on blog comment*/
#main .post .post-more .comments a:after, #main .type-page .post-more .comments a:after, #main .type-feature .post-more .comments a:after, #main .search-results .type-product .post-more .comments a:after, #main .post .post-more .comments span:after, #main .type-page .post-more .comments span:after, #main .type-feature .post-more .comments span:after, #main .search-results .type-product .post-more .comments span:after {
display: none;
}

.home-section {
margin-bottom:  2.854em;
}

.home #main .widget {
margin-bottom:  1.854em;
}

#search-wrap input[type=text], #search-wrap textarea {
padding: 6px 8px !important;
}

#searchform {
  border: none !important;
}

/* This code makes it so all the posts on the home page are at equal lenghths */
.blog-post.first p , .blog-post p, .blog-post.last p {
height: 136px;
overflow: hidden;
}
	
.blog-post.first h3 , .blog-post h3, .blog-post.last h3 {
  height: 43px !important;
  overflow: hidden;
		}
  
.blog-post.first, .blog-post, .blog-post.last {
		  height: 283px;
		}
/*End of Equal lengths posts code */
/*
-----------------------*/

h1.home-title {
    text-align: center;
}

#header {
    margin: 0 auto 2.854em;
}

nav#navigation {
display: none!important;
}