/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body #wrapper a:hover {
	text-decoration: none !important;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button, .form-submit #submit {
	background: #ff0000;
	font-weight: bold !important;
}

.required {
	color: #777 !important;
}

.post-meta abbr {
	border-bottom: 0;
	cursor: auto;
}

/* SIDEBAR CSS */
#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	padding: 0;
	margin: 0 0 15px;
	line-height: 1em;
}

@media only screen and (max-width: 1024px) {
	#navigation ul li:hover ul {
		display: none;
	}
	
	#navigation ul#main-nav {
		text-align: center;
	}
	
	#navigation ul li {
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	h3.nav-toggle.icon {
		display: none;
	}
	
	#navigation {
		position: relative !important;
		width: 95% !important;
		padding: 0 !important;
		left: 0 !important;
		background: transparent !important;
		margin: 0 auto;
		-webkit-transform: translate3d(0,0,0) !important;
		-moz-transform: translate3d(0,0,0) !important;
		-ms-transform: translate3d(0,0,0) !important;
		-o-transform: translate3d(0,0,0) !important;
		transform: translate3d(0,0,0) !important;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	#navigation .nav-home, #navigation h3, #navigation .nav-close {
		display: none;
	}
	
	#navigation ul#main-nav {
		width: 260px !important;
		min-width: 260px !important;
		max-width: 100% !important;
		margin: 0 auto !important;
	}
	
	#navigation ul li {
		position: relative;
		display: inline-block;
	}
	
	#navigation ul li a {
		font: bold 16px/1.2em "Helvetica Neue", Helvetica, sans-serif;
		color: #000000;
		padding: 1em 1em 0 !important;
	}
	
	#navigation ul li a:hover,  #navigation ul li:hover ul li a:hover {
		color: #7a797a !important;
	}
	
	#navigation ul li ul {
		display: none;
	}
	
	#navigation ul li ul {
		background: #fff !important;
		margin: 0 !important;
		position: absolute;
		top: 30px;
		z-index: 1;
	}
	
	#navigation ul li:hover ul {
	/*display: block;*/
	}
	
	#navigation ul li:hover ul li a {
		color: #000000 !important;
	}
	
	#navigation ul.nav li ul li a {
		white-space: nowrap;
		font-weight: normal;
		text-transform: none;
		font-size: 15px;
	}
	
	#navigation ul.nav li ul {
		text-align: left !important;
		padding: 0 0 10px;
		top: 35px;
	}
	
	#navigation ul.nav li ul li {
		width: 100%;
	}
	
	ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
		background: transparent !important;
		color: #3088ff;
	}
}

@media only screen and (max-width: 480px) {
	#navigation ul.nav li ul li a {
		white-space: normal;
	}
}

@media only screen and (max-width: 300px) {
	#navigation ul#main-nav {
		width: 100% !important;
		min-width: 100% !important;
	}
}

#comments .comment .reply a {
	color: #FFFFFF !important;
}

@media only screen and (min-width: 767px) {
	/* Desktop styles go below this line */
	.two-col-left #main-sidebar-container #sidebar, .two-col-right #main-sidebar-container #sidebar {
		width: 21.91%;
	}
	
	.two-col-left #main-sidebar-container #main, .two-col-right #main-sidebar-container #main {
		width: 74.89%;
	}
}

.woocommerce .related, .woocommerce .upsells {
	display: none;
}

.archive_header {
	display: none;
}

.dd_button_v a[data-pin-log="button_pinit"] {
	margin-top: 30px !important;
}