/* 
Theme Name: Sky Responsive 
Theme URI: http://www.sky-international.com/
Description: Sky Responsive is a child version of Cyber Chimp's Responsive Theme
Version: 1.0
Author: Ezra Kirk
Author URI: http://www.ezrakirk.com
Template: responsive
*/

/* Dissabled css links
@import url("../responsive/style.css");
@import url("../responsive/core/css/style.css");
*/

/* Main Section */
#header {
	margin: 0;
	background-color: #fff;
}

/* home title remover */
.home .entry-title {
display: none;
}

/* Home Breadcrumb remover */

.home .breadcrumb_last {
    display: none;
}


/* =Headings
-------------------------------------------------------------- */

h1 {
	font-size: 2.425em; /* = 42px */
	margin-bottom: .3em;
	margin-top: .5em!important;
}

h2 {
	font-size: 2.050em; /* = 36px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h3 {
	font-size: 1.675em; /* = 30px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h4 {
	font-size: 1.300em; /* = 24px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h5 {
	font-size: 0.925em; /* = 18px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h6 {
	font-size: 0.800em; /* = 16px */
	margin-bottom:  .5em;
	margin-top:  .5em;
}

/* =Header Menu (Primary) hacks
-------------------------------------------------------------- */
.menu {
	background: #000b39; /* Old browsers */
background: -moz-linear-gradient(top,  #000b39 70%, #163066 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#000b39), color-stop(100%,#163066)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000b39 70%,#163066 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000b39 70%,#163066 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000b39 70%,#163066 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000b39 70%,#163066 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b39', endColorstr='#163066',GradientType=0 ); /* IE6-9 */
clear:both;
	margin: 0 auto;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #585858;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
text-shadow: none;
	white-space: nowrap;
}

.menu a:hover {
	background: #33c2df; /* Old browsers */
background: -moz-linear-gradient(top,  #33c2df 70%, #12a7ea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#33c2df), color-stop(100%,#12a7ea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #33c2df 70%,#12a7ea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #33c2df 70%,#12a7ea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #33c2df 70%,#12a7ea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #33c2df 70%,#12a7ea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c2df', endColorstr='#12a7ea',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}

ul.menu > li:hover {
	background-color: #33c2df;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background: #007383; /* Old browsers */
background: -moz-linear-gradient(top,  #007383 0%, #00536a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007383), color-stop(100%,#00536a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #007383 0%,#00536a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #007383 0%,#00536a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #007383 0%,#00536a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #007383 0%,#00536a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007383', endColorstr='#00536a',GradientType=0 ); /* IE6-9 */


}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}



/* =Header Menu Admin Link (Primary)
-------------------------------------------------------------- */
li.adminlink {
	text-align:right;
	float: right;
	width: 100px;
}
.adminlink li {
	border: 0;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.adminlink li:hover {
	white-space: normal;
	z-index: 10000;
}

.adminlink a {
	border-left: 1px solid #585858;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
}

/* Smooth Slider hacks */
.smooth_slider .smooth_slideri p.more {
line-height: 1.4em;
}

.smooth_slider .smooth_slideri span {
line-height: 1.4em;
}

.smooth_slider .smooth_slideri h3 {
line-height: 3em;
}

/* Remove the yellow background from WooCommerce */
mark.count {
background-color: transparent;
color: #8bc73c;
}

/* =SALE link Hack */

.salelink {
	background: #db0020; /* Old browsers */
background: -moz-linear-gradient(top,  #db0020 70%, #fc3e37 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#db0020), color-stop(100%,#fc3e37)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #db0020 70%,#fc3e37 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #db0020 70%,#fc3e37 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #db0020 70%,#fc3e37 100%); /* IE10+ */
background: linear-gradient(to bottom,  #db0020 70%,#fc3e37 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0020', endColorstr='#fc3e37',GradientType=0 ); /* IE6-9 */

}

.salelink .current_page_item a,
.salelink .current-menu-item a {
	background: #db0020; /* Old browsers */
background: -moz-linear-gradient(top,  #db0020 70%, #fc3e37 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#db0020), color-stop(100%,#fc3e37)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #db0020 70%,#fc3e37 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #db0020 70%,#fc3e37 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #db0020 70%,#fc3e37 100%); /* IE10+ */
background: linear-gradient(to bottom,  #db0020 70%,#fc3e37 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0020', endColorstr='#fc3e37',GradientType=0 ); /* IE6-9 */

/* =Footer hack
-------------------------------------------------------------- */
#footer {
	font-size: 14px;
	line-height: 1.5em;
}

/* =woocommerce image size hacks
-------------------------------------------------------------- */


/* =Woocommerce text changes */
.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3 {
padding:.3em 0;
margin:0;
font-size:1em
}

/*To remove Sorting drop down */
.orderby {
display: none !important;
}

/* Top Widget (search bar) hack */
.top-widget, select,
input[type="text"],
input[type="password"],
input[type="email"] {
	margin: 10px 0px 0px 0px !important;
}

a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	padding: 10px 4px 10px 4px;
}

/* =mobile device hack (may not need this!)
-------------------------------------------------------------- */
@media screen and (max-width: 960px) {
#featured-content, #featured-image, .home-widgets .col-300 {
    width: 100%;
}

