/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-header {
	background: #4083cb;
/* Old browsers */
	background: -moz-linear-gradient(top,#4083cb 0%,#1649a6 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4083cb),color-stop(100%,#1649a6));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#4083cb 0%,#1649a6 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#4083cb 0%,#1649a6 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#4083cb 0%,#1649a6 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#4083cb 0%,#1649a6 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4083cb',endColorstr='#1649a6',GradientType=0);
/* IE6-9 */
}

.site-search {
	display: none;
}

ul.site-header-cart.menu {
	display: none;
}

.quantity .qty, .storefront-product-section .section-title, .woocommerce-tabs ul.tabs {
	text-align: left;
}

section.storefront-product-section.storefront-product-categories {
	display: none;
}

.hentry .entry-header {
	border-color: #1649a6;
}

h1.entry-title {
	color: #1649a6;
}

.widget-title {
	color: #1649a6;
}

#post-4 header.entry-header {
	margin-top:-50px;
	font-size:12px;
}
section.storefront-product-section.storefront-recent-products{
	display:none;
}
section.storefront-product-section.storefront-featured-products{
	margin-top:30px;
}
.col-full {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.right-sidebar .widget-area {
	margin-top: 20px;
}

.widget h3.widget-title, .widget h2.widgettitle {
	border-bottom: 3px solid #1649a6;
}

#post-4.hentry {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.site-header, .main-navigation ul ul, .secondary-navigation ul ul, .main-navigation ul.menu > li.menu-item-has-children:after, .secondary-navigation ul.menu ul, .main-navigation ul.menu ul, .main-navigation ul.nav-menu ul {
	background-color: #1649a6;
}

.main-navigation ul li a:before {
	display: none;
}

#post-4 #ytc-wrapper .ytcplayer-wrapper {
	border: 1px solid #999;
	margin-bottom: 15px;
	width: 49% !important;
	float: left;
	margin-right: 9px;
}

@media only screen and (max-width:1010px) {
	#post-4 #ytc-wrapper .ytcplayer-wrapper {
		border: 1px solid #999;
		margin-bottom: 15px;
		width: 100% !important;
		float: none;
		margin-right: 0;
	}
}

.bannercopy{
	margin-bottom:50px;
}
.woocommerce-active .site-header .main-navigation {
	width: 100%;
	float: none;
	margin-right: 0;
	clear: both;
}
.homeyoutube {
	display: none;
}

.storefront-product-section.storefront-best-selling-products {
	display: none;
}

.site-footer a{
	display:none !important;
}

.main-navigation ul ul li a{
	color:#000;
}

.main-navigation ul ul li a:hover{
	color:#000;
}

button.menu-toggle{
	background-color:#1649a6;
	border-color:#1649a6;
}

button.menu-toggle:hover{
	background-color:#1649a6;
	border-color:#1649a6;
}

@media only screen and (max-width : 767px) {
.main-navigation ul ul.children{
background-color:transparent !important;
}
}
td{
	background:none !important;
}
tr.even{
	background-color:#F5F5F5 !important;
}
tr.odd{
	background-color:#FFF !important;
}