/*-----------------------------------------------------------

    Theme Name: GDSCustom+Jigoshop
    Description: GDSCustom premium WordPress theme
    Author: GDSWebDesign
    Author URI: http://gdswebdesign.co.uk
    Version: 2.0
    Designed & Developed by GDSWebDesign
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	
/* Body & Main
================================================== */
/* Main Theme Font
================================================== */


/* Other font
================================================== */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans);


body {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	background: #fff;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow-x: hidden;
	max-width:100%;
}
body a {
	color: #0071b1;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;

	border-bottom: solid #e5e5e5 1px;
}
/*main link color*/
body a:hover {
	text-decoration: none;
	color: #69ab48;
	border-color: #0071b1;
}
/* hidden links:) just for simon, add "hidden" class to link; <a href="a place" class="hidden" >Link Text</a> */
body a.hidden,
body a.hidden:link,
body a.hidden:visited,
body a.hidden:hover,
body a.hidden:focus,
body a.hidden:active {
	color: #063;
	background: inherit;
	text-decoration: none;
	border: none;
}


/*main containers*/
.outerbox {
	max-width: 1200px;
}
#wrap {
	margin-bottom: 0px;
	margin-top: 0px;
	/* [disabled]background-color: grey; */
}
#main-content {
	padding: 1em 25px 0 25px;
}
.entry {
	margin-bottom: 2em;
}
.entry p:last-child {
	margin: 0;
	color: #FFF;
	font-weight: bold;
}
#post {

}
#sidebar {
	margin-top:0.5em;
	/* [disabled]background-color: orange;
*/
}
/* Commons
================================================== */

/*read more*/
a.read-more {
	display: inline-block;
}
a.read-more:hover {
}
/*blockquote*/
blockquote {
	/* [disabled]border-left: 0.5em solid #ccc;
*/
	margin: 0 1em;
	padding: 0.5em 2em 0.5em 2em;
	/* [disabled]font-family: Georgia, Times New Roman, Times, serif;
*/
	/* [disabled]font-style: italic;
*/
	background-color: #f5f5f5;
	font-size: 0.9em;
	/* [disabled]line-height: 1.93333em;
*/
}
blockquote p {
	font-size: 1em;
	line-height: inherit;
}
blockquote p:last-child {
	margin: 0
}
/** pull-quote styles **/
.pulledquote {
	padding: 0.91665em 0 0.91665em 0;
	margin: 0.38em 0 1em 3%;
	border-left: none;
	border-top: solid 2px #779e9c;
	border-bottom: solid 2px #779e9c;
	background-color: transparent;
	float: right;
	width: 30.3333%;
	font-weight: normal;
	font-size: 1.3em;
	line-height: inherit;
	color: #810075;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
/*preformatted text*/
pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 20px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #ddd;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
/*address*/
address {
	letter-spacing: 1px;
	margin: 20px 0
}
/*testimonials*/
.testimonial-content {
}
.testimonial-content p:last-child {
	margin: 0
}
/*full-width tag*/
.full-width {
	width: 100% !important;
	float: none !important;
	margin: 0 !important
}

/* Typography
================================================== 
Scale factor 1.465
*/

h1 {
	font-size: 3.166666667em;
	line-height: 1.157894736em;
	margin-top: 1.15789474em;
	margin-bottom: 0.57894737em;
}
h2 {
	font-size: 2.166666667em;
	line-height: 1.692307692em;
	margin-top: 1.69230769em;
	margin-bottom: 0.84615385em;
}
h3 {
	font-size: 1.444444444em;
	line-height: 1.26923077em;
	margin-top: 1.26923077em;
	margin-bottom: 1.26923077em;
}
h4 {
	font-size: 1em;
	line-height: 1.833333333em;
	margin-top: 1.83333333em;
	margin-bottom: 1.83333333em;
}
p, p, ul, ol, pre, table, blockquote, dl {
	margin-top: 1.83333em;
	margin-bottom: 1.83333em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	color: #73bb4f;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #FFF;
}
h2, h3, h4, h5, h6 {
	/* [disabled]margin: 30px 0 20px;
*/
}
.subheader {
	color: #777
}
p + p {
}
p em {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p img {
	margin: 0
}
p.lead {
	font-size: 210%;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic
}
strong {
	font-weight: bold;
	color: #063;
}
small {
	font-size: 80%
}
hr {
	border: solid rgba(0, 0, 0, 0.2);
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
p a, p a:visited {
	line-height: inherit
}
a:link {
	text-decoration: none
}
a:focus {
	outline: 0
}
a {
	outline: 0
}
a:link, a:visited {
	text-decoration: none;
}
/* Headings
================================================== */

/*page heading*/

h1.page-heading {
	margin-top: 0;

}

/*heading class*/
.heading {
	position:relative;

}

.breadcrumbs {
	color: #666666;
	font-size: 0.8em;
	margin-top: 1.8em;
	margin-bottom: 0.0em;
	clear: both;

}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {

}
.breadcrumbs a:hover, .breadcrumbs a:active {

}
/* Forms
================================================== */

/*inputs*/
input[type="text"], input[type="password"], input[type="email"] {
	height: 2em;
	line-height: 2em;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
	background: #fff;
	border: 2px solid #d1d1c6;
	background-color: #fcfcfc;
	color: #666;
	display: block;
	font-size: 100%;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
textarea {
	width: 100%;
	padding: 1em;
}
input[type="text"], input[type="password"], input[type="email"] {
	width: 75%;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus {
	border-color: #74bab8;
	background-color: #fff;
}


/* Header
================================================== */
#header-outer {
	padding: 0px auto 0px auto;
	position: relative;
	width: 100%;
	border-bottom: solid 4px #5a992b;
	background: #78c043; /* Old browsers */
	background-color: #0b8948;


	
}
#header {
	position: relative;
	/* [disabled]background-color: #fff; */
	margin: 0px auto 0px auto;
	padding: 0 25px;
	color: #fff;
}
#header.header-extra-margin {
	margin-top: 49px;
	/* [disabled]background-color: red;
*/
}
#header h3 {
	color: #fff;
	font-size: 1.3em;
}
/*logo*/
#logo {
	float:left;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#logo a {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}
#logo a:hover {
	color: #fffd6d;
	background: transparent;
}
#logo img {
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	width: 100%;
}
#logo-text {
	width: auto;
	margin: 0 0 0 0;
	padding: 2.5em 0 0 0;
}
#logo-text h2 {
	font-size: 2.5em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* [disabled]background-color: blue;
*/
}

#logo-text h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	/* [disabled]background-color: orange;
*/
	font-size: 1.0em;
	line-height: 1.32em;
	margin-top: 0em;
	color: #fffd6d;
	margin-bottom: 0;
}

/*header right*/
#header-right {
	font-size: 1em;
	line-height: 1.5em;
	float: right;
	text-align: right;
	color: #fffd6d;
	margin: 10px 0 0 0;
	padding: 0;
	/* [disabled]max-width: 35%; */
}
#search-above {
	margin: 0 0 10px 0;
}
#search-below {
	background-color: #ddd;
}
/* Main Navigation
================================================== */
#navigation-outer {
	width: 100%;
	background-color: #265494;
}
#navigation {
	/* [disabled]font-family: 'Nothing You Could Do', cursive;
*/
	font-size: 1em;
	/* [disabled]background-color: #0071b1; */
	height: 60px;
	margin: 0 auto 0px auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px 0 25px;
}
#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
	top: 60px;
}
#navigation ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 190px;
	top: -1px
}
#navigation .sf-menu li a span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	display:block;
	font-size:0.8em;
	line-height:0.8em;
}
#navigation .sf-menu {
	float: left;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#navigation .sf-menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	height: 60px;
	line-height: 1.8em;
	color: #fff;
	padding: 0px 0.8em;
	text-decoration: none;
	font-weight: 100;
	/* [disabled]margin-left: 1em; */
	/* [disabled]margin-right: 1em; */
	/* [disabled]background: red;
*/
	border-bottom: none;
}
#navigation .sf-menu li:last-child a {
	margin-right: 0;
}
#navigation .sf-menu li {
	float: left;
	position: relative;
	border-left: 1px solid #5a89cc;

	/* [disabled]border-right: 1px solid #fff;
*/
}
#navigation .sf-menu li:last-child {
	border-right: 1px solid #5a89cc;
}
#navigation .sf-menu li:first-child > a, .sf-menu li:first-child > a:hover {
	border-left: none;
}
#navigation .sf-menu > li > a:hover, #navigation .sf-menu > li.sfHover > a {
background: #78c043; /* Old browsers */
background: -moz-linear-gradient(top,  #78c043 0%, #59982a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78c043), color-stop(100%,#59982a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #78c043 0%,#59982a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #78c043 0%,#59982a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #78c043 0%,#59982a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #78c043 0%,#59982a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c043', endColorstr='#59982a',GradientType=0 ); /* IE6-9 */

}
#navigation .sf-menu > .current_page_parent > a, 
#navigation .sf-menu > .current_menu_parent > a, 
#navigation .sf-menu > .current-menu-item > a, 
#navigation .sf-menu > .current-menu-item a:hover, 

#navigation .sf-menu > .current-menu-ancestor > a 

{
background: #78c043; /* Old browsers */
background: -moz-linear-gradient(top,  #78c043 0%, #59982a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78c043), color-stop(100%,#59982a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #78c043 0%,#59982a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #78c043 0%,#59982a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #78c043 0%,#59982a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #78c043 0%,#59982a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c043', endColorstr='#59982a',GradientType=0 ); /* IE6-9 */

}
#navigation .sf-menu > .current-menu-item > a:after, #navigation .sf-menu > .current_page_parent > a:after, #navigation .sf-menu > .current-page-ancestor > a:after,
#navigation .sf-menu > .current-menu-ancestor > a:after
 {
	content: ' ';
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
	z-index: 999;
	/*draw the triangle*/
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #59982a transparent transparent transparent;
}
#navigation .sf-menu .red {
	
	background: #e73801;
}
/*drop-down styles*/
#navigation .sf-menu ul {
	position: absolute;
	nowhitespace: afterproperty;
	top: -999em;
	border: 1px solid #ddd;
	border-top: none;
	width: 240px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}
#navigation .sf-menu ul li:first-child {
	border-top: 0px
}
#navigation .sf-menu ul li:last-child {
	border-bottom: 0
}
#navigation .sf-menu li:last-child {
}
#navigation .sf-menu a {
	display: block;
	position: relative;
}
#navigation .sub-menu ul {
	padding-top: 0;
	z-index: 1 !important;
}
#navigation .sf-menu .sub-menu li.current_page_item > a {
	color: #fff !important;
	background-color: #78c043 !important;
	background-image: none;
}
#navigation li.sfHover {
	color: #000
}
#navigation .sf-menu ul a {
	display: block;
	padding: 1.4em 1.4em;
}
#navigation .sf-menu ul {
	text-shadow: none !important
}
#navigation .sf-menu ul ul:after {
	display: none
}
#navigation .sf-menu ul li {
	background: #fff;
	border-bottom: 1px solid #efefef;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#navigation .sf-menu ul a {
	color: #3b8832;
	padding: 17px 15px;
	height: auto;
	margin: 0px;
	border: 0px;
	line-height: 1.23333em;
	font-size: 1em;
	font-weight: normal;
	text-shadow: none;
}
#navigation .sf-menu ul a:hover {
	color: #fff !important;
	background-color: #78c043 !important;
	background-image: none;
}
#navigation .sf-menu ul li:last-child {
	border: none !important
}
#navigation .sf-menu ul .current_page_item a {
	color: #000 !important
}
#navigation .sub-menu li {
	border-left: none !important;
	border-right: none !important;
}
#navigation .sf-menu ul ul {
	border-top: 1px solid #ddd
}
/*icons*/
#navigation span[class*='fa-'] {
	margin-right: 5px !important
}
/* arrows */
#navigation .sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
}
#navigation .sf-sub-indicator {
	position: absolute;
	display: block;
	top: 50%;
	right: .75em;
	width: 5px;
	height: 3px;
	margin-right: 5px;
	text-indent: -999em;
	overflow: hidden;
	background: url("images/menu.png") -5px 0px no-repeat;
	opacity: 0.8;
}
#navigation a:focus >.sf-sub-indicator, #navigation a:hover >.sf-sub-indicator, #navigation a:active >.sf-sub-indicator, li:hover > a >.sf-sub-indicator, #navigation li.sfHover > a >.sf-sub-indicator {
	opacity: 1
}
#navigation .sf-menu ul .sf-sub-indicator {
	top: 50%;
	background: url("images/menu-dark.png") center left no-repeat;
	display: block;
	width: 3px;
	height: 5px;
	margin-top: -2px;
	opacity: 0.8;
}
#navigation .sf-menu ul a:focus >.sf-sub-indicator, #navigation .sf-menu ul a:hover >.sf-sub-indicator, #navigation .sf-menu ul a:active > .sf-sub-indicator, #navigation .sf-menu ul li:hover > a >.sf-sub-indicator, #navigation .sf-menu ul li.sfHover > a >.sf-sub-indicator {
	opacity: 1
}



/* Blog Posts & Blog Entries
================================================== */
#archive-description, #portfolio-description, #page-description {
	color: #999;
	margin-top: 0;
	font-size: 1.388888889em;
	line-height: 1.32em;
	margin-bottom: 1.83333em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
#archive-description p, #portfolio-description p, #page-description p {
	margin-top: 0;
	padding-top: 0;
}
/*entry*/
.entry-left {
	float: left;
	margin-bottom: 1em;
	/* [disabled]width: 250px;
*/
}
.entry-right {
	float: left;
	/* [disabled]margin-left: 20px;
*/
	/* [disabled]width: 370px;
*/
}





/* Sidebar
================================================== */
.sidebar-box {
	margin-bottom: 2em;

}
.sidebar-box .heading {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	font-size: 1.15em;
	line-height: 2.5em;
	/* [disabled]background-color: #fefefe;
*/
	background:#78c043;
	background-repeat:repeat-y;
	/* [disabled]margin-left: -2em;
*/
	padding-left: 1em;
	padding: 0.5em 1em;
	/* [disabled]margin-right: -2em;
*/
	color: #fff;
	
}
.sidebar-box .heading:after {
	content: ' ';
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
	z-index: 999;
	/*draw the triangle*/
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #78c043 transparent transparent transparent;
}
	

/* Widgets
================================================== */

/*Widgets

list of standard wordpress widgets (outer div classes)

.widget_archive
.widget_categories
.widget_links
.widget_meta
.widget_nav_menu
.widget_pages
.widget_recent_comments
.widget_recent_entries

Theme specific widgets (outer div classes)

.widget_gds_recent_portfolio
.widget_gds_recent_post_types
.gds-social-widget
.gds-tax-widget
.gds-flickr-widget
.gds-video-widget
.gds-services
.widget_gds_parent_child_links

*/

.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_gds_recent_portfolio ul li, .widget_gds_recent_post_types ul li, .gds-social-widget ul li, .gds-tax-widget ul li, .gds-services ul li, .jigoshop_product_categories ul li, .widget_gds_parent_child_links ul li {
	margin-left: 0;
}
.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_gds_recent_portfolio ul, .widget_gds_recent_post_types ul, .gds-social-widget ul, .gds-tax-widget ul, .gds-services ul, .jigoshop_product_categories ul, .widget_gds_parent_child_links ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.9em;
	text-indent: 0;
}
/*sub pages indent level*/
.widget_archive ul li ul, .widget_categories ul li ul, .widget_links ul li ul, .widget_meta ul li ul, .widget_nav_menu ul ul, .widget_pages ul li ul, .widget_recent_comments ul li ul, .widget_recent_entries ul li ul, .widget_gds_recent_post_types ul li ul, .gds-tax-widget ul li ul, .gds-services ul li ul, .jigoshop_product_categories ul li ul, .widget_gds_parent_child_links ul li ul {
	margin: 0 0 0 1em;
}
/*sub pages links*/
.widget_archive ul ul a, .widget_categories ul ul a, .widget_links ul ul a, .widget_meta ul ul a, .widget_nav_menu ul ul a, .widget_pages ul ul a, .widget_recent_comments ul ul a, .widget_recent_entries ul ul a, .widget_gds_recent_post_types ul ul a, .gds-tax-widget ul ul a, .gds-services ul ul a, .jigoshop_product_categories ul ul a, .widget_gds_parent_child_links ul ul a {
	background-color: #ccc;
}
/* main link colour for widgets */
.widget_archive a, .widget_categories a, .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a, .widget_gds_recent_post_types a, .gds-social-widget a, .gds-tax-widget a, .gds-services a, .jigoshop_product_categories a, .widget_gds_parent_child_links a {
	padding: 0.8em 1em;/* [disabled]margin: 0;
*/
	/* [disabled]color: #fff;
*/
background: #e0f0f9; /* Old browsers */
background: -moz-linear-gradient(top,  #e0f0f9 0%, #cdebfe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f0f9), color-stop(100%,#cdebfe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0f0f9 0%,#cdebfe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0f0f9 0%,#cdebfe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0f0f9 0%,#cdebfe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e0f0f9 0%,#cdebfe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f0f9', endColorstr='#cdebfe',GradientType=0 ); /* IE6-9 */

	display: block;
	margin-bottom: 2px;
	border-bottom: none;

}
.widget_gds_parent_child_links li.current_page_item ul.children a, .widget_gds_parent_child_links li.page_item_has_children, .widget_nav_menu li.menu-item-has-children {
	/* [disabled]background-color: #c1cace;
*/
}
/* main link hover colour for widgets */
.widget_archive a:hover, .widget_categories a:hover, .widget_links a:hover, .widget_meta a:hover, .widget_nav_menu a:hover, .widget_pages a:hover, .widget_recent_comments a:hover, .widget_recent_entries a:hover, .widget_gds_recent_post_types a:hover, .gds-social-widget a:hover, .gds-tax-widget a:hover, .gds-services a:hover, .jigoshop_product_categories a:hover, .widget_gds_parent_child_links a:hover, .widget_gds_parent_child_links ul a:hover {
	

	

	   
	color: #fff;
background: #78c043; /* Old browsers */
background: -moz-linear-gradient(top,  #78c043 0%, #59982a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78c043), color-stop(100%,#59982a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #78c043 0%,#59982a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #78c043 0%,#59982a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #78c043 0%,#59982a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #78c043 0%,#59982a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c043', endColorstr='#59982a',GradientType=0 ); /* IE6-9 */

	border-bottom: none;
}
.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_gds_recent_portfolio ul, .widget_gds_recent_post_types ul, .gds-social-widget ul, .gds-tax-widget ul, .gds-services ul, .jigoshop_product_categories ul, .widget_gds_parent_child_links ul {
	/* [disabled]background-color: red;
*/
}
/*highlight the widget links */
.widget_categories li.current-menu-item a, .widget_categories li.current-cat a, .widget_categories li.current-post-parent a,

 .widget_nav_menu li.current-menu-item > a, .gds-tax-widget li.current-cat a, .gds-services li.current-menu-item > a, .jigoshop_product_categories li.current-cat a, .widget_pages li.current_page_item a {
	color: #fff;
background: #78c043; /* Old browsers */
background: -moz-linear-gradient(top,  #78c043 0%, #59982a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78c043), color-stop(100%,#59982a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #78c043 0%,#59982a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #78c043 0%,#59982a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #78c043 0%,#59982a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #78c043 0%,#59982a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c043', endColorstr='#59982a',GradientType=0 ); /* IE6-9 */

}



/* Footer
================================================== */


/*footer main*/
#footer-outer {
	width: 100%;
	height: auto;
	background: #333;
}
#footer-inner {
	margin: 0 auto 0 auto;
	/* [disabled]background-color: pink; */
}
#footer {
	position: relative;
	padding: 30px 25px 10px;
	color: #eee;
	/* [disabled]font-size: 13px;
*/
	min-height: 5px;
}
#footer a {
	padding: 0px;
	background: none;
	display: inline-block;
	color: #ccc;
	border-bottom: none;
}
#footer a:hover {
	color: #69ab48;
}
#footer ul li {
	margin-left: 0;
	list-style: none;
}
/*footer widgets*/
#footer h4 {
	font-size: 1.4em;
	/* [disabled]font-weight: bold;
*/
	/* [disabled]color: #ccc; */
	border-bottom: 1px solid #777;
	padding-bottom: 0.4em;
	margin: 0 0 0.75em
}
/*footer bottom*/
#footer-bottom-outer {
	background-color: #000;
}
#footer-bottom-inner {
	background-color: #000;
	overflow: hidden;
}

#footer-bottom {
	padding: 10px 25px 0 25px;
	font-size: 0.8em;
	color: #999;
}
#footer-bottom a {
	color: #999;
	border-bottom-color: #666;
}
#footer-bottom a:hover {
	color: #fff;
	border-bottom-color: #fff;
}
#copyright {
	/* [disabled]font-size: 0.61%;
*/
}
#developer {
	/* [disabled]font-size: 10px;
*/
	text-align: right;
	float: right;
}

#copyright {
	/* [disabled]font-size: 11px;
*/
}
/*footer menu*/
#footer-menu {
	text-align: left;
}
#footer-menu li {
	display: inline-block;
	margin: 0;
}
#footer-menu a {
	/* [disabled]font-size: 11px;
*/
	/* [disabled]display: inline;
*/
	/* [disabled]padding-right: 7px;
*/
	margin-right: 7px;
	/* [disabled]background: url("images/footer-menu-divider.png") no-repeat center right;
*/
}
#footer-menu li:last-child a {
	margin: 0;
	padding: 0;
	background: none
}
/* Search
================================================== */

/*main*/
input[type="search"] {
	background: url("./images/search.png") no-repeat scroll 96% center #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
	color: #000;
	/* [disabled]font-size: 11px;
*/
	padding: 7px 16px 7px 7px;
	width: 100%;
	background: 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
}
input[type=search]:focus {
	background-color: #f5f5f5
}
input[type="search"]::-webkit-search-decoration {
 display: none
}
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none
}
/*top search*/
input[type=search]::-webkit-input-placeholder {
	color: #fff;
}

input[type=search]:-moz-placeholder { /* Firefox 18- */
	color: #fff;}

input[type=search]::-moz-placeholder {  /* Firefox 19+ */
	color: #fff; 
}

input[type=search]:-ms-input-placeholder {  
	color: #fff;
}
#top-search input[type=search] {
	float: right;
	margin: 0;
	background: url("./images/search.png") no-repeat scroll 92% center #7dadcc;
	border: 1px solid #265494 !important;
	font-size: 0.8em;
	width: 14em;
	border: none;
	color: #fff;
}
#top-search input[type=search]:focus {
	background: url("./images/search.png") no-repeat scroll 92% center #fff;
	color: #000;
}

/* Pricing Table Shortcode
/* Keep outside of framework as these will vary
/* from theme to theme
================================================== */
.pricing-table > li {
	border: 1px solid #ddd;
	background-color: #dff1fc
}
.pricing-header h4 {
	color: #fff;
	margin: 0;
	text-align: center;
	background: #265494;
	font-size: 2em;
	
	padding: 10px 20px;
	font-weight: 100;
	margin: -1px -1px 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}
.pricing-cost {
	padding: 25px 20px;
	text-align: center;
	border-bottom: 1px solid #ddd;
		background: #eff7fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #eff7fc 0%, #cdebfe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff7fc), color-stop(100%,#cdebfe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eff7fc 0%,#cdebfe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eff7fc 0%,#cdebfe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eff7fc 0%,#cdebfe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eff7fc 0%,#cdebfe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='#cdebfe',GradientType=0 ); /* IE6-9 */
}
.pricing-cost .pricing-ammount {
	display: block;
	font-size: 42px;
	line-height: 1em;
	font-weight: 900;
	color: #000;
}
.pricing-cost .pricing-cost-extra {
	font-size: 11px;
	line-height: 1em;
	color: #666;
	display: block;
	margin-top: 10px;
	font-weight: normal
}
.pricing-content {
	padding: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	background: #eff7fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #eff7fc 0%, #cdebfe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff7fc), color-stop(100%,#cdebfe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eff7fc 0%,#cdebfe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eff7fc 0%,#cdebfe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eff7fc 0%,#cdebfe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eff7fc 0%,#cdebfe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='#cdebfe',GradientType=0 ); /* IE6-9 */
	color: #444;
	text-align: center
}
.pricing-content ul {
	margin: 0;
}
.pricing-content ul li {
	margin: 0;
}
.pricing-button {
	margin: 0;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 20px
}
.pricing-button .button {
	float: none;
	margin: 0 auto;
	display: inline-block;
}
