/*
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. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#post-author .profile-image img, #comments .avatar img {border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}
/*
#comments .comment-head {
	background-color: #f0f0f0;
	min-height: 37px!important;
	padding-top: 15px;
}
*/
#post-author .profile-image img, #comments .avatar img {
	margin-left: 5px;
	margin-top: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
	border: 1px solid #FFF;
}

#comments ul.children {
	margin: 10px 25px 25px 25px;
}

#comments ul.children li {
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #EAEAEA;
}
/*
.comment-author-kerry .comment-head {
	background-color: #D2F5FC!important;
}

.comment-author-kerry .children .comment-head {
	background-color: #f0f0f0!important;
}
*/
.cluv {
	border: 0px solid #CCC;
	padding: 0px;
	display: block;
	font-size: 12px !important;
	text-transform: none !important;
	margin-top: 10px;
	padding-left: 0px!important;
	opacity:0.7;
	text-align: left;
}

.heart_tip {
	margin-bottom: 4px!important;
}


#comments .comment.thread-even {
	background: #fff!important;
	background: rgba(0, 0, 0, 0.00)!important;
}

#comments .comment.thread-odd {
	background: #fff!important;
	background: rgba(0, 0, 0, 0.00)!important;
}







/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


/** START - REMOVE WOOTHEMES NAVIGATION **/
add_action( 'init', 'remove_canvas_main_navigation', 10 );
function remove_canvas_main_navigation () {
remove_action( 'woo_header_after','woo_nav', 10 );}
/** END - REMOVE WOOTHEMES NAVIGATION **/

}