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

    Theme Name: GDSCustom
    Description: GDSCustom premium WordPress theme
    Author: GDSWebDesign
    Author URI: http://gdswebdesign.co.uk
    Version: 1.3
    Designed & Developed by GDSWebDesign
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	
/* Main Theme Font
================================================== */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
/* Body & Main
================================================== */
body {
	background-color: #d9e3c1;
	nowhitespace: afterproperty;
	font: 13px/1.8 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
}
body a {
	color: #555;
	border-bottom: dotted #555 1px;
} /*main link color*/
body a:hover {
	color: #8aab3f;
	border-bottom: solid #8aab3f 1px;
}
body.admin-bar .top-bar-fixed {
	top: 26px !important
} /*fix for site when admin bar is enabled*/
/*main containers*/
#wrap {
	margin-bottom: 0px;
}
#main-content {
	background: #fff;
	padding: 25px 25px 0px 25px;
	margin-top: 0px;
}
.entry {
	margin-bottom: 25px
}
.entry p:last-child {
	margin: 0
}
/* Commons
================================================== */

/*read more*/
a.read-more {
	display: inline-block;
	margin-top: 10px
}
a.read-more:hover {
	/* [disabled]color: #000; */
	text-decoration: none
}
/*blockquote*/
blockquote {
	border-left: 4px solid #222;
	margin: 20px;
	padding-left: 20px;
	font-style: italic
}
blockquote p:last-child {
	margin: 0
}
/*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 {
	font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
.testimonial-content p:last-child {
	margin: 0
}
/*page featured image*/
#page-featured-img {
	margin: -25px -25px 0
}
#page-featured-img img {
	width: 100%
}
/*full-width tag*/
.full-width {
	width: 100% !important;
	float: none !important;
	margin: 0 !important
}
/*wp*/
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Tangerine', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #aaa;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #444;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	/* [disabled]color: #666;
*/
}
h2, h3, h4, h5, h6 {
	margin: 30px 0 20px;
	font-weight: 600;
}
h1 {
	font-size: 24px;
	margin: 0 0 20px;
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
h4 {
	font-size: 14px
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 11px
}
.subheader {
	color: #777
}
p {
	margin: 0 0 20px
}
p img {
	margin: 0
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic
}
strong {
	font-weight: bold
}
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
}
p a, p a:visited {
	line-height: inherit
}
a:link {
	text-decoration: none
}
a:focus {
	outline: 0
}
/* Headings
================================================== */

/*page heading*/
#page-heading-inner {
	position: relative;
	padding: 20px 0 20px 0px;
	/* [disabled]background-color: #cdcec7; */
}
#page-heading {
	position: relative;
	padding: 0px 0 0px 0px;
	margin: 0px 0px 0px 0px;

	background: #f1f4ed;
	
	background-image: url(images/wild-flower-background.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#page-heading h1, #page-heading h2 {
	font-size: 50px;
	line-height: 2.5em;
	margin: 0px;
	max-width: 80%;
	color: #000;
}
/*heading class*/
.heading {
	height: 40px;
	line-height: 40px;
	margin: 5px 0 15px 0;
	font-size: 40px;
	background: url('./images/green-line.gif') center center repeat-x;
	
}
.heading span {
	background: #fff;
	padding:  5px 10px 5px 0px;
	color: #919b7d;
	font-weight: normal;

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

/*inputs*/
input[type="text"], input[type="password"] {
	height: 28px;
	line-height: 28px;
}
input[type="text"], input[type="password"], textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	display: block;
	font: 12px 'Helvetica Neue', Helvetica, Arial !important;
	margin-bottom: 8px;
	margin-left: 0;
	padding: 0 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px rgba(0,0,0,.07) inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea {
	width: 100%;
	padding: 10px
}
input[type="text"], input[type="password"] {
	width: 200px
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	border-color: #bbb
}
/* Navigation - Top
================================================== */
#top-bar {
	background: #000;
	background-repeat: repeat-x;
	height: 50px;
	width: 100%
}
.top-bar-fixed {
	position: fixed;
	top: 0;
	z-index: 99
}
#top-bar-inner {
	/* [disabled]position: relative;
*/
	/* [disabled]height: 50px;
*/
	padding: 0 25px;
}
/*top menu*/
ul.top-menu {
	font-size: 13px;
	color: #606060;
	border-left: 1px solid rgba(255,255,255,0.2);
	/* [disabled]padding-left: 20px;
*/
}
ul.top-menu {
	margin: 0;
	float: right;
}
ul.top-menu > li {
	border-right: 1px solid rgba(255,255,255,0.2);
	float: left;
	font-weight: bold
}
ul.top-menu > li > a {
	height: 50px;
	line-height: 50px;
	float: left;
	color: #eee;
	text-decoration: none;
	padding: 0 20px 0 20px;
}
ul.top-menu a:hover {
	color: #fff;
	background-color: #a6401a;
	text-decoration: underline;
}
ul.top-menu > li:last-child a {
	margin: 0;
	/* [disabled]padding: 0;
*/
	/* [disabled]background: none;
*/
}
ul.top-menu .current-menu-item > a, ul.top-menu .current_page_parent > a, ul.top-menu .current-post-ancestor > a, ul.top-menu .current-category-ancestor > a {
	color: #fff;
	background-color: #a6401a;
	text-decoration: underline;
}
/*top menu drop-down styles*/
ul.top-menu.sf-menu li:hover ul, ul.top-menu.sf-menu li.sfHover ul {
	top: 45px;
	left: -20px;
}
ul.top-menu.ul.sf-menu li li:hover ul, ul.top-menu.sf-menu li li.sfHover ul {
	left: 180px;
	top: 1px;
}
ul.top-menu ul {
	position: absolute;
	nowhitespace: afterproperty;
	top: -999em;
	width: 180px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	background: #000;
}
ul.top-menu ul a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #93989B;
	text-decoration: none;
	padding: 0 20px;
	border-bottom: 1px solid #222;
}
ul.top-menu ul li:last-child a {
	border-bottom: 0
}
ul.top-menu ul a:hover {
	background: #222
}
/*top-left menu alternative*/
#top-bar-left {
	height: 45px;
	line-height: 45px;
	color: #fff
}
#top-bar-left a {
	color: #93989B
}
#top-bar-left a:hover {
	color: #fff
}
/*icons*/
ul.top-menu span[class*='gds-icon-'] {
	margin-right: 7px !important
}
/*social*/
#social {
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 0;
}
#social {
	list-style: none
}
#social li {
	display: inline-block;
	margin-left: 7px;
}
#social a {
	height: 20px;
	display: block;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
#social a img {
	height: 20px;
	width: 20px;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
#social a:hover img {
	display: block;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0
}
/*top-right social alternative*/
#top-bar-right {
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff
}
#top-bar-right a {
	color: #93989B
}
#top-bar-right a:hover {
	color: #fff
}
/* Header
================================================== */

#header-outer {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
	/* [disabled]height: 200px; */
}

#header {
	margin: 0px auto 0px auto;
	/* [disabled]background-color: red; */
	padding: 0px 0px 0px 0px;
}
#header.header-extra-margin {
	margin-top: 80px;
}
/*logo*/

#logo {
	float:left;
	max-width: 100%;
	padding-top:10px;
	/* [disabled]height: 64px; */
	/* [disabled]width: 270px; */
}
#logo a {

}
#logo h2 {
	font-size:60px;
	margin: 0;
	padding: 0;
}
#logo a:hover {
	color: #666;
}
#logo img {
	float: left;
	padding: 0;
}

/*header right*/
#header-right {
	float: right;
	text-align: right
}
#search-above {
	margin-bottom: 10px
}
#search-below {
	margin-top: 10px
}
#nav-outer {}/* Main Navigation
================================================== */
#navigation {
	/* [disabled]background: #fff; */
	height: 50px;
	width: 100%;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 12px 'Helvetica Neue', Helvetica, Arial;
}
#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
	top: 50px;
}
#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 {
	float: right;
}
#navigation .sf-menu a {
	font-size: 17px;
	height: 50px;
	line-height: 60px;
	color: #555;
	padding: 0 ;
	text-decoration: none;
}
#navigation .sf-menu li {
	float: left;
	position: relative;	
	margin-right: 20px;
}
#navigation .sf-menu li:first-child {
	border-left: none !important;

}
#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
{
	color: #8aab3f;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out
}

#navigation .sf-menu > .current-menu-item > a,
#navigation .sf-menu > .current_page_parent > a
{
	color: #8aab3f;
	background-image: url(images/small-butterfly.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}



/*drop-down styles*/
#navigation .sf-menu ul {
	position: absolute;
	nowhitespace: afterproperty;
	top: -999em;
	border: 1px solid #ddd;
	border-top: none;
	width: 190px;
	-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;
	border-bottom: none;
}
#navigation .sub-menu ul {
	padding-top: 0;
	z-index: 1 !important;
}
#navigation .sf-menu .sub-menu li.current_page_item > a {
	color: #000 !important;
	background-color: #f5f5f5 !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;
}
#navigation .sf-menu ul a {
	color: #888;
	padding: 17px 15px;
	height: auto;
	margin: 0px;
	border: 0px;
	line-height: 1em;
	font-size: 11px;
	font-weight: normal;
	text-shadow: none;
}
#navigation .sf-menu ul a:hover {
	color: #000 !important;
	background-color: #f5f5f5 !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*='gds-icon-'] {
	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-dark.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
}
/* Homepage
================================================== */

/*tagline*/
#home-tagline {
	color: #b7c1a1;
	margin-top: 16px;
	margin-bottom: 20px;
	/* [disabled]font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif;
*/
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
}
#home-tagline a {
	border-bottom: 1px dotted #eb6b1e
}
#home-tagline a:hover {
	text-decoration: none
}
/*static video*/
.home-video {
	margin: -25px -25px 25px
}
/*static page*/
#home-static-page {
	margin-bottom: 25px
}
/*highlights*/
.hp-highlight p:last-child {
	margin-bottom: 0px
}
.hp-highlight p {
	text-align: center
}
.hp-highlight h3 {
	/* [disabled]font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif;
*/
	font-weight: normal;
	color: #444;
	font-size: 18px;
	margin: 0 0 10px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}
.hp-highlight h3:after {
	/* [disabled]position: relative;
*/
	/* [disabled]background: #DDD;
*/
	/* [disabled]content: "";
*/
	/* [disabled]height: 1px;
*/
	/* [disabled]display: block;
*/
	/* [disabled]margin: 15px 0;
*/
	/* [disabled]width: 14px;
*/
	/* [disabled]left: 50%;
*/
	/* [disabled]margin-left: -7px;
*/
}
.hp-highlight span[class*='icon-'] {
	display: block;
	font-size: 65px;
	line-height: 1em;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	text-shadow: 2px 2px 2px rgba(0,0,0,.05)
}
.hp-highlight img {
	text-align: center;
}
/*home blog*/
.home-entry {
	margin-bottom: 25px
}
.home-entry img {
	display: block
}
.home-entry h2 {
	color: #555;
	font-size: 33px;
	font-weight: bold;
	margin: 0px 0;
	padding: 0 0 7px 0;
	/* [disabled]border-bottom: 1px solid #e6e6e6;
*/
	/* [disabled]border-top: 1px solid #e6e6e6;
*/
}
.home-entry h2 a {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out
}
.home-entry:hover h2 a {
	/* [disabled]color: #ef4135;
*/
}
.blog-entry-img-link {
	display: block;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear
}
.blog-entry-img-link:hover {
	background: #ef4135
}
.blog-entry-img-link img {
	display: block;
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s;
}
.blog-entry-img:hover {
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9
}
/*home widgets*/
.home-widget h4 {
	font-size: 13px;
	margin: 0 0 20px
}
#home-wrap .home-widget .heading {
	text-align: left
}
#home-wrap .home-widget .heading span {
	padding-left: 0px;
}
/*headings*/
#home-wrap .heading {
	text-align: center;
}
#home-wrap .heading span {
	display: inline-block;
	padding: 0 10px 0 10px;
}
/* Slider
================================================== */
/*home slider*/


#slider-outer {
	width: 100%;
	background: #f1f4ed;
	
	background-image: url(images/wild-flower-background.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#full-slider {
	margin: 0px 0px 0px 0px;
}
/*main*/
.flexslider-container {
	position: relative;
}
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider ul {
	margin: 0;
}
.flexslider li.slide {
	margin: 0;
	position: relative
}
/*next/prev arrows*/
.flex-direction-nav li a.flex-next, .flex-direction-nav li a.flex-prev {
	position: absolute;
	display: block;
	width: 35px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 35%;
	margin-top: -25px;
	cursor: pointer;
	right: 0px;
	font-size: 14px;
	text-align: center;
	background: #000;
	color: #fff !important;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	
	border-bottom: none;
}
.flex-direction-nav li a.flex-next {
	right: 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.flex-direction-nav li a.flex-prev {
	left: 0;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.flex-direction-nav li a:hover {
	opacity: 1;
	background: #666;
	color: #fff !important
}
/*control nav*/
.flex-control-nav {
	height: 8px;
	position: absolute;
	right: 10px;
	bottom: 12px
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background: url("images/bullets.png") no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: -9px 0;
}
.flex-control-nav li a.active {
	background-position: -9px 0;
	cursor: default;
}
/* slider caption */
.flexslider-container .flex-caption {
	text-shadow: none;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	margin: 0;
	background: #d9e3c1;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	padding: 40px 25px 25px 25px;
	font-size: 14px;
	color: #222;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 50%;
	/* [disabled]height: 100%; */
	/* [disabled]background-image: url(images/wild-flower-background.gif); */
	/* [disabled]background-repeat:repeat-x; */
	/* [disabled]background-position: bottom; */
}
.flexslider-container .flex-caption h3 {
	color: #222;
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 18px;
	margin-top: 15px;
	margin-bottom: 5px
}
.flexslider-container .flex-caption p {
	margin: 0 0 10px
}
.flexslider-container .flex-caption p:last-child {
	margin: 0
}
.flexslider-container .flex-caption a {
	color: #ef4135 !important
}
.flexslider-container .flex-caption a:hover {
	text-decoration: underline
}
.flexslider-container .flex-caption h2, .flexslider-container .flex-caption h3 {
	font-size: 50px;
	color: #222;
	margin: 0 0 10px 0;
}
#single-portfolio-media .flexslider-container .flex-caption {
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 20px
}
/*video slide*/
.video-slide {
}
/* Portfolio
================================================== */
#portfolio-wrap {
	position: relative;
	overflow: hidden;
	margin-right: -25px;
}
#portfolio-description {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: url('./images/dotted-border.png') repeat-x left bottom;
}
#portfolio-description p:last-child, .portfolio-description p {
	margin: 0
}
#portfolio-wrap ul {
	margin: 0px;
	list-style: none;
}
/*filter*/
ul.filter {
	font-size: 11px;
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left
}
ul.filter li {
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 7px;
}
ul.filter a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 13px;
	/* [disabled]background: #000 url("./images/nav-bg.png") repeat-x; */
	border: none;
	/* [disabled]border-color: #000;
*/

}
ul.filter a span {

	padding: 15px 13px 5px 13px;
	display: block;
	color: #333;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out
}
ul.filter li:last-child {
	margin: 0;
	padding: 0
}
ul.filter a:hover {
}
ul.filter a.active {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	text-shadow: none;
}
ul.filter a.active span {
	color: #8aab3f;
	background-image: url(images/small-butterfly.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	/* [disabled]color: #222; */
	border: none
}
ul.filter a:hover span {
	color: #8aab3f;
}
/*portfolio entry*/
.portfolio-entry a {
	display: block;
	text-decoration: none
}
.portfolio-entry img.portfolio-entry-img {
	display: block
}
.portfolio-entry-description p {
	margin: 0
}
.portfolio-entry-description h2 {
	color: #000;
	font-size: 33px;
	line-height: normal;
	font-weight: bold;
	margin: 8px 0;
	padding: 10px 0 7px 0;
	/* [disabled]border-bottom: 1px solid #e6e6e6;
*/
	/* [disabled]border-top: 1px solid #e6e6e6;
*/
}
.portfolio-entry-description p:last-child {
	margin: 0
}
.portfolio-entry h2 a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.portfolio-entry:hover h2 a {
	/* [disabled]color: #ef4135;
*/
}
.portfolio-entry-img-link {
	border: solid 1px #aaa;
	display: block;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	/* [disabled]opacity: 0.7; */
	/* [disabled]-webkit-opacity: 0.7; */
	/* [disabled]-moz-opacity: 0.7; */




}

.portfolio-entry-img-link:hover {
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
.portfolio-entry-img-link img {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	


}
.portfolio-entry-img:hover {

}
.portfolio-entry.grid-5 .portfolio-entry-description, .portfolio-entry.grid-6 .portfolio-entry-description, #post .portfolio-entry.grid-4 .portfolio-entry-description {
	display: none;
}
.portfolio-entry.grid-5 h2, .portfolio-entry.grid-6 h2 {
	margin: 0
}
/*single portfolio*/
#single-portfolio-description {
	float: left;
	width: 295px
}
#single-portfolio-meta span {
	font-size: 12px;
	margin-right: 5px;
	font-weight: bold
}
#single-portfolio-media {
	margin-bottom: 15px;
}
#portfolio-slides-wrap {
	margin-bottom: 5px
}
#single-portfolio-media #post-thumbnail {
	text-align: center
}
#single-portfolio-media #post-thumbnail img {
	display: inline-block;
}
#single-portfolio-info {
}
#single-portfolio-info p:last-child {
	margin: 0
}
/*single portfolio slider*/
#portfolio-slides-wrap {
	position: relative;
	width: 100%
}
/*related*/
#single-portfolio-related {
	margin-bottom: -10px;
}
#single-portfolio-media a {
	border-bottom: none;
}
/* Blog Posts & Blog Entries
================================================== */

/*entry*/
.entry-left {
	float: left;
	width: 250px
}
.entry-right {
	float: left;
	margin-left: 20px;
	width: 370px;
}
.loop-entry {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d9e3c1;
}
.loop-entry-thumbnail {
	display: block;
	margin: 0
}
.loop-entry h2 {
	margin-bottom: 25px;
	margin: -5px 0 15px;
	/* [disabled]font-family: 'Droid Serif', Georgia;
*/
	font-size: 32px;
	line-height: 25px
}
/*tags*/
.post-tags {
	margin-top: 40px
}
.post-tags a {
	display: block;
	float: left;
	padding: 4px 7px;
	background-color: #000;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #000;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
	cursor: pointer;
	font-size: 12px;
	font-family: inherit;
	color: #fff
}
.post-tags a:hover {
	opacity: 0.9;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#444');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000',EndColorStr='#444')";
	background: -moz-linear-gradient(top, #000, #444)
}
/*author bio*/
#single-author {
	margin-top: 40px
}
#author-image {
	float: left;
	width: 60px;
}
#author-image a {
	border-bottom: none;
}
#author-image:hover {
	border-bottom: none;
}
#author-bio {
	float: right;
	width: 560px
}
#author-bio p:last-child {
	margin: 0
}
#author-bio h4 {
	font-size: 26px;
	margin: -3px 0 5px
}
/*related posts*/
#related-posts {
	margin-top: 40px
}
#related-posts .alignleft {
	margin: 4px 20px 0 0
}
#related-posts h4 {
	font-size: 12px;
	margin: 0 0 10px;
}
#related-posts .related-entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#related-posts .related-entry:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
#related-posts .related-entry .read-more {
	font-weight: bold;
	font-size: 11px
}
/*post-thumbnail*/
#post-thumbnail {
	margin-bottom: 20px
}
#post-thumbnail img {
	display: block
}
/* Meta
================================================== */
.meta {
	font-size: 11px;
	color: #333;
	margin: 0px 0 10px;
}
.meta a {
	/* [disabled]color: #f60; */
}
.meta a:hover {
	/* [disabled]color: #fff; */
}
.meta li {
	background: #fff;
	padding: 2px 5px;
	float: left;
	margin-right: 5px;
}
.meta li span {
	margin-right: 5px
}
#single-meta {
	margin-bottom: 15px;
}
#single-meta li {
	float: left;
	clear: none;
	margin-right: 5px;
	margin-bottom: 5px
}
#single-meta li span {
	margin-right: 5px
}
/* Services
================================================== */

/*left*/
#services-template-left {
	float: left;
	width: 220px
}
/*sidebar*/
#sidebar.services {
	margin: 25px 0 0;
	float: none;
	width: 100%
}
/*right*/
#services-template-right {
	float: right;
	width: 680px
}
.service-thumbnail {
	margin-bottom: 20px;
	display: block
}
/*service tabs*/

#services-template-left > ul.ui-tabs-nav {
}
#services-template-left > ul.ui-tabs-nav li {
	display: block;
	border-bottom: solid 1px #aaa;
	
	position: relative;
	display: block;
	background: #000 url("./images/nav-bg.png") repeat-x;
	font-weight: bold;
	font-size: 13px;
}
#services-template-left > ul.ui-tabs-nav li:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
	border-color: #777;
}
#services-template-left > ul.ui-tabs-nav li a {
	display: block;
	color: #fff;
	padding: 10px 15px;
	border-bottom: none;
}
#services-template-left > ul.ui-tabs-nav li a span {
	margin-right: 7px
}
#services-template-left > ul.ui-tabs-nav li a:hover {
	color: #fff;
	text-decoration: none;
}
#services-template-left > ul.ui-tabs-nav li.ui-state-active {
	background: #232323;
	border-color: #333;
}
#services-template-left > ul.ui-tabs-nav li.ui-state-active a {
	color: #222;
	text-decoration: none;
	background: #cdcec7;
}
#services-template-right #service-content .ui-tabs-hide {
	display: none
}
/* FAQs
================================================== */
.faq-item {
	margin-bottom: 10px
}
.faq-title {
	cursor: pointer;
	margin: 0;
	font-size: 13px;
	background: #000;
	font-weight: bold;
	border-radius: 2px;
	font-size: 13px;
	border-radius: 2px;
	border: solid 1px #333;
}
.faq-title:hover {
	border-color: #777;
}
.faq-title a {
	display: block;
	padding: 13px 15px;
	border-radius: 2px;
	color: #f60;
}
.faq-title a:hover {
	color: #fff !important;
	text-decoration: none;
}
.faq-title.active {
	background: #232323;
	border-color: #333;
	color: #fff;
	text-decoration: none;
}
.faq-title.active a {
	color: #fff;
	border-top-color: #333;
	text-shadow: none;
}
.faq-title.active a:hover {
	color: #fff !important;
}
.faq-title span {
	margin-right: 10px;
	float: left;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.7)
}
.faq-content {
	display: none;
	padding: 25px;
	border: 1px solid #333;
	background: #111;
	border-top: none
}
.faq-content p:last-child {
	margin: 0
}
/* Pagination
================================================== */
.page-pagination {
	margin: 20px 0
}
.page-of-page {
	float: left
}
.page-of-page span.inner {
	padding: 0 7px
}
.page-of-page, .page-pagination a, .page-pagination span.outer {
	font-size: 11px;
	line-height: 23px;
	height: 23px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: -moz-linear-gradient(top, #eee, #ddd);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
.page-pagination a, .page-pagination span.outer {
	width: 23px
}
.page-pagination a:hover {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee));
	background: -moz-linear-gradient(top, #ddd, #eee)
}
.page-pagination span.current {
	text-decoration: none;
	color: #fff;
	border-color: #000;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -moz-linear-gradient(top, #333, #000);
	text-shadow: none;
}
.page-pagination span.inner {
	display: block;
	border-top: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.page-pagination span.current > span.inner {
	border-color: #666
}
#staff-template .page-pagination, #portfolio-template .page-pagination {
	margin: 20px 0;
}
/* Single Nav
================================================== */
#single-nav {
	position: absolute;
	top: 50%;
	right: 45px;
	margin-top: -11px;
}
#single-nav-left, #single-nav-right {
	float: left;
	margin-left: 7px;
}
#single-nav a,
#single-nav a:link {
	font-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;

	text-align: center;
	color: #333;
	text-shadow: none;
	text-decoration: none;
	border: none;

}
#single-nav .inner {
	display: block;
}
#single-nav a:hover {
	color: #8faf3a;
}
#single-nav a:hover .inner {
	border-top: none
}
/* Sidebar
================================================== */
.sidebar-box {
	margin-bottom: 30px
}
.sidebar-box .heading {
	margin-top: 0
}
.sidebar-box li.current-cat a,
.sidebar-box li.current-cat-parent a
{
	color: #8aab3f;
	border-bottom: solid 1px;
#8aab3f;
	padding-right: 20px;
	background: url(images/small-butterfly.png) center right no-repeat;
}
/* Widgets
================================================== */

.gds-recent-portfolio-widget a {
	border-bottom: none;
}
.gds-recent-portfolio-widget a:hover {
	border-bottom: none;
}

/*main wp widgets*/
#sidebar .heading {
	margin-bottom: 10px
}
.widget_nav_menu a, .widget_recent_entries a, .widget_categories a, .widget_archive a, widget_meta a, .gds-taxonomies-widget a, .tagcloud a, .gds-recent-post-types-widget a {
	/* [disabled]padding-left: 12px; */
	/* [disabled]background: url("images/sidebar-list-icon.png") center left no-repeat; */
}
.widget_nav_menu li ul, .widget_recent_entries li ul, .widget_categories li ul, .widget_archive li ul, widget_meta li ul, .gds-taxonomies-widget li ul, .gds-recent-post-types-widget li ul {
	margin-left: 15px;
}
.widget_nav_menu li ul li, .widget_recent_entries li ul li, .widget_categories li ul li, .widget_archive li ul li, widget_meta li ul li, .gds-taxonomies-widget li ul li, .gds-recent-post-types-widget li {
	border-bottom: none;
}
/*taxonomies*/
.gds-taxonomies-widget li {
	font-size: 10px;
}
.gds-taxonomies-widget a {
	font-size: 13px;
	margin-right: 5px;
}
/*tagcloud*/
.tagcloud a {
	float: none;
	display: block;
	font-size: 12px !important;
	line-height: 1em !important;
	margin-bottom: 7px;
}
/*calendar*/
#wp-calendar {
	font-size: 11px
}
#wp-calendar caption {
	background: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333, #222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#222222');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333',EndColorStr='#222222')";
	color: #fff;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	-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;
	border-bottom: 1px solid #000
}
#wp-calendar, #footer #wp-calendar tr {
	width: 100%
}
#wp-calendar th {
	text-align: center;
	border: 1px solid #ddd;
	border-top: none;
	padding: 5px 0;
	background: #f5f5f5
}
#wp-calendar tbody td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #eee
}
#wp-calendar tbody td:hover {
	background: #f5f5f5;
	color: #000
}
#wp-calendar tbody a {
	display: block
}
#sidebar #wp-calendar a {
	color: #e73525
}
#sidebar #wp-calendar a:hover {
	text-decoration: underline
}
#footer #wp-calendar caption {
	color: #fff
}
#wp-calendar tbody td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #eee
}
#wp-calendar tbody td:hover {
	background: #fff;
	color: #000;
}
#wp-calendar tfoot td {
	padding-top: 5px
}
/*subscribe*/
#subscribe-blog #subscribe-field {
	margin-top: 5px;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#subscribe-blog input {
	width: 100px !important
}
#subscribe-blog #subscribe-field:focus {
}
#subscribe-blog input[type="submit"] {
	cursor: pointer;
	padding: 5px;
	font-size: 11px;
	background: #ffd964 url("images/yellow-btn.png");
	border: 1px solid #F9B653;
	color: #9C6533 !important;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#subscribe-blog input[type="submit"]:hover {
	opacity: 0.90
}
#sidebar #subscribe-blog {
	font-size: 12px
}
#sidebar #subscribe-blog #subscribe-field {
	font-size: 11px;
	width: 100% !important;
	padding: 10px 5px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer #subscribe-blog #subscribe-field {
	background: #444;
	border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus {
	background-color: #555;
	color: #fff;
}
/*flickr*/
.flickr-widget {
	margin-right: -5px !important
}
.flickr-widget li {
	float: left
}
.flickr-widget a {
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.flickr-widget img {
	display: block;
	width: 55px;
	height: 55px;
}
#footer .flickr-widget {
	margin-right: -8px !important
}
#footer .flickr-widget a {
	width: 64px;
	height: 64px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#footer .flickr-widget img {
	display: block;
	width: 64px;
	height: 64px;
}
/*video*/
.gds-video-widget-description {
	margin-top: 10px;
	text-align: center
}
.gds-video-widget-description p:last-child {
	margin: 0;
}
/*recent posts with thumbnail*/
.gds-recent-posts-widget h5 {
	margin: 0;
	font-size: 13px;
	line-height: 1.2em;
}
.gds-recent-posts-widget .alignleft {
	max-width: 30%;
	margin-bottom: 0;
	border: 4px solid #eee;
}
.gds-recent-posts-widget .alignleft:hover img {
	opacity: 0.8
}
.gds-recent-posts-widget img {
	display: block
}
.gds-recent-posts-widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.gds-recent-posts-widget li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar .gds-recent-posts-widget h5 a {
	color: #333
}
#sidebar .gds-recent-posts-widget h5 a:hover {
	color: #e73525
}
.gds-recent-posts-widget .recent-post-date {
	color: #777;
	font-size: 11px;
	margin-top: 5px;
}
/*social*/
.gds-social-widget ul {
	margin-right: -10px;
	margin-bottom: -10px;
	overflow: hidden;
}
.gds-social-widget li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gds-social-widget img {
	display: block;
}
.gds-social-widget img:hover {
	opacity: 0.7;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9
}
/*flickr*/
.gds-flickr-widget a {
	float: left;
display: display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.gds-flickr-widget img {
	display: block;
	width: 45px;
	height: 45px;
	border: 5px solid #eee;
	opacity: 0.7;
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out
}
.gds-flickr-widget img:hover {
	opacity: 1
}
/*recent portfolio*/
.gds-recent-portfolio-widget a {
	float: left;
display: display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.gds-recent-portfolio-widget img {
	display: block;
	width: 45px;
	height: 45px;
	border: 5px solid #eee;
	opacity: 0.7
}
.gds-recent-portfolio-widget img:hover {
	opacity: 1
}
#footer .gds-recent-portfolio-widget img {
	border-color: #000
}
/* Staff
================================================== */
#staff-description {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: url('./images/dotted-border.png') repeat-x left bottom;
}
#staff-description p:last-child {
	margin: 0
}
/*single post*/
#staff-post-thumbnail {
	width: 40%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 4px
}
#staff-post-thumbnail img {
	display: block
}
#page-heading h1 span.staff-post-position {
	font-size: 13px;
	margin-left: 10px;
	padding-left: 10px;
	background: url("images/small-arrow-right.png") left center no-repeat
}
/*staff entries*/
.staff-entry {
	position: relative
}
.staff-entry h3 {
	font-size: 13px;
	margin: 0
}
.staff-entry-header {
	margin: 15px 0 0;
	padding: 7px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}
.staff-entry-img {
	display: block;
	margin: 0
}
.staff-entry-description {
	margin-top: 10px
}
.staff-entry-position {
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
	margin-top: -5px
}
.staff-entry-excerpt {
	margin-top: 7px
}
.staff-entry-excerpt p:last-child {
	margin: 0
}
.staff-entry-img-link {
	display: block;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear
}
.staff-entry-img-link:hover {
	background: #ef4135
}
.staff-entry-img-link img {
	display: block;
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s;
}
.staff-entry-img:hover {
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9
}
.staff-entry.grid-6 .staff-entry-excerpt {
	display: none
}
#post .staff-entry.grid-5 .staff-entry-excerpt, #post .staff-entry.grid-6 .staff-entry-excerpt {
	display: none
}
#post .staff-entry.grid-6 .staff-entry-description {
	display: none
}
/* Footer
================================================== */

/*callout*/
#callout-outer {
	width: 100%;
	height: auto;
	/* [disabled]border-top: 1px solid #232323; */
	background: #f1f4ed;
}
#callout-inner {
	margin: 0 auto 0 auto;
	
	background-color: #f1f4ed;
}
#callout {
	position: relative;
	padding: 25px 0px 25px 0px;
	/* [disabled]margin: 0 -25px 0 -25px;
*/
	/* [disabled]background: #e8e8e5;
*/
}
#callout #callout-text {
	float: left;
	width: 75%;
	font-size: 20px;
	color: #777;
}
#callout #callout-btn {
	float: right;
	width: 20%
}
#callout #callout-btn .button {
	float: right;
	margin: 0
}
#callout #callout-btn .button span[class*='gds-icon-'] {
	margin-right: 7px
}
/*footer main*/
#footer-outer {
	width: 100%;

	background: #a0ad94;

}
#footer-inner {
	margin: 0 auto 0 auto;
}
#footer {
	clear: both;
	position: relative;
	padding: 0px 25px 0px 25px;
	/* [disabled]background: #312d2c;
*/
	/* [disabled]color: #666;
*/
	font-size: 12px;
	margin: 0px;
	height: auto;
}
#footer a {
	color: #9a918f;
}
#footer a:hover {
	color: #e94c28;
}
#footer ul {
	margin: 0
}
/*footer widgets*/
.footer-widget h4 {
	font-size: 13px;
	margin: 0 0 15px;
	color: #fff;
}
/*footer bottom*/
#footer-bottom-outer {
	width: 100%;
	height: auto;
}
#footer-bottom-inner {
	margin: 0 auto 0 auto;
}
#footer-bottom {
	padding: 10px 0px;
	font-size: 11px;
	color: #fff;
	margin: 0;
}
#footer-bottom a {
	color: #fff;
	border-bottom-color: #fff;
}
#footer-bottom a:hover {
	color: #000;
	border-bottom-color: #000;
}
#copyright {
	font-size: 11px;
}
/*footer menu*/
#footer-menu {
	text-align: right
}
#footer-menu li {
	display: inline-block;
	margin: 0;
	font-weight: bold
}
#footer-menu a {
	display: block;
	font-size: 11px;
	display: inline;
	padding-right: 7px;
	margin-right: 2px;
	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: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	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*/
#top-search input[type=search] {
	border-radius: 25px 25px 25px 25px;
	background: url("./images/search.png") no-repeat scroll 92% center #f5f5f5;
	border: 1px solid #bbb !important;
	font-size: 11px;
	padding: 7px 10px;
	width: 170px;
	border: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}
#top-search input[type=search]:focus {
	background: url("./images/search.png") no-repeat scroll 92% center #fff;
}
/* Comments
================================================== */
#commentsbox {
	margin-top: 40px
}
.comment-details ul {
	margin: 0
}
.comment-details ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.comment-details ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}
h4#comments {
	background: url("./images/dotted-border.png") repeat-x 20px 7px;
	font-size: 12px;
	margin: 0 0 20px;
}
h4#comments span {
	background-color: #FFFFFF;
	margin-left: 10px;
	padding: 0 10px;
}
.commentlist {
	margin: 0
}
.commentlist li {
	list-style: none;
	margin: 0;
}
.children li.depth-2 {
	margin: 0 0 0px 65px
}
.children li.depth-3 {
	margin: 0 0 0px 65px
}
.children li.depth-4 {
	margin: 0 0 0px 65px
}
.children li.depth-5 {
	margin: 0 0 0px 65px
}
.children li.depth-6 {
	margin: 0 0 0px 65px
}
.children li.depth-7 {
	margin: 0 0 0px 65px
}
.children li.depth-8 {
	margin: 0 0 0px 65px
}
.children li.depth-9 {
	margin: 0 0 0px 65px
}
.children li.depth-10 {
	margin: 0 0 0px 65px
}
.comment-body {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.comment-details {
	position: relative;
	margin-left: 70px
}
.comment-avatar {
	position: absolute;
	left: -70px;
	top:0
}
.comment-author {
	font-weight: bold
}
.comment-author .author a:link, .comment-author .author a:visited {
	font-size: 12px;
	/* [disabled]color: #000; */
	font-weight: bold
}
.comment-author .author a:hover {
	/* [disabled]color: #999; */
}
.comment-content {
	margin-top: 10px
}
.comment-content p {
	font-size: 12px;
	line-height: 1.8em;
}
.comment-date {
	font-size: 11px;
	font-weight: normal
}
.comment-date a {
	/* [disabled]color: #888; */
}
.comment-reply-link, #cancel-comment-reply-link {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}
#cancel-comment-reply-link {
	color: #C30;
	font-size: 12px
}
.comment-reply-link:hover, #cancel-comment-reply-link:hover {
	color: #000
}
.commentlist .children {
	margin: 0
}
#comments-title {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	background: #fbfbfb;
	text-align: center;
	color: #222
}
#comments_wrap {
	margin-top: 15px
}
#comments-logged-in {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 12px;
}
#log-out {
	float: right;
	margin-top: -56px;
}
#cancel-comment-reply {
	float: right;
	margin-top: 5px;
}
#submit {
	margin-bottom: 0;
}
#respond {
	margin-top: 25px;
	margin-bottom: 25px;
}
#respond h4 {
	font-size: 26px;
	margin: 0 0 20px;
}
.children #commentform textarea {
	width: 95.6%
}
#commentform label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	width: 70px;
	text-align: left
}
#commentform input {
	margin-top: 0 !important
}
#commentform input#author, #commentform input#email, #commentform input#url {
	width: 40%;
	margin-top: 10px;
}
#commentform textarea {
	width: 100%;
	margin-top: 10px
}
/*WP JetPack*/
.comment-subscription-form {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.comment-subscription-form:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.comment-subscription-form input, .comment-subscription-form label {
	float: left;
	margin: 0px !important;
	margin-right: 5px !important;
	padding: 10px;
}
#comment-left {
	float: left;
	width: 160px;
	padding-right: 35px;
}
#comment-right {
	float: left;
	width: 445px;
}
/* Form Submit Buttons
================================================== */
button, input[type="button"], input[type="submit"] {
	display: block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	border: 1px solid #000;
	font-size: 11px;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
	cursor: pointer;
	font-size: 12px;
	font-family: inherit;
	color: #fff
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
}
button:active, input[type="button"]:active, input[type="submit"]:active {
}
/* Sitemap
================================================== */
.sitemap-container ul {
	margin-bottom: 25px;
	margin-left: 0
}
#sitemap-wrap h2 {
	font-size: 13px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	background: url("images/dotted-border.png") repeat-x bottom left
}
.sitemap-container li {
	background: url("images/sitemap-list.png") center left no-repeat;
	padding-left: 12px
}
.sitemap-container a:hover {
	color: #000;
	text-decoration: none;
}
/* 404 Page
================================================== */
#error-page-title {
	font-size: 300px;
	text-align: center;
	font-family: 'Helvetica Neue', Arial;
	font-weight: bold;
	background: none;
	line-height: 1em;
	border: none;
}
#error-page-text {
	text-align: center;
	font-size: 17px;
	color: #555;
}
#error-page {
	padding-bottom: 25px
}
/* Tipsy
================================================== */
.tipsy {
	padding: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	background-image: url("images/tipsy.gif");
}
.tipsy-inner {
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	max-width: 200px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}
.tipsy-inner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-south {
	background-position: bottom center;
}
/* Pricing Table Shortcode
/* Keep outside of framework as these will vary
/* from theme to theme
================================================== */
.pricing-table > li {
	border: 1px solid #ddd;
	background-color: #f9f9f9
}
.pricing-header h4 {
	color: #fff;
	margin: 0;
	text-align: center;
	background: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333, #222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#222222');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333',EndColorStr='#222222')";
	padding: 10px 20px;
	font-weight: bold;
	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
}
.pricing-cost .pricing-ammount {
	font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif;
	display: block;
	font-size: 42px;
	line-height: 1em;
	font-weight: bold;
	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-color: #f9f9f9;
	color: #777;
	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;
}
/* fanciest author box */

.ts-fab-wrapper {
	clear: left;
	font-size:16px;
	/* [disabled]margin-top:40px;
*/
	padding-top:30px;
	padding-bottom: 20px;
	/* [disabled]border-top:10px solid #e2e0df;
*/
}
.ts-fab-list li {
	float:left;
	margin-right:5px;
}
.ts-fab-list {
	margin-bottom:20px;
}
.entry ul.ts-fab-list, .entry ol.ts-fab-list, .entry ul.ts-fab-latest {
	margin-left: 0px;
	margin-bottom: 10px;
	list-style: none;
}
.ts-fab-list li a {
	font-weight:400;
	border-radius:2px;
	padding:5px 10px;
	background:#e2e0df;
	background:rgba(0,0,0,0.04);
	color:#666;
	text-decoration: none;
}
.ts-fab-list li a:hover {
	text-decoration:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	color:#fff;
	background:#d4542e;
}
.ts-fab-list li.active a {
	background:#d4542e;
	opacity:1;
	color:#fff;
	position:relative;
	border-radius:3px;
}
.ts-fab-list li.active a:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-5px;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #d4542e;
}
.ts-fab-tab {
	padding:20px;
	background:#e2e0df;
	background:rgba(0,0,0,0.04);
	border-radius:3px;
}
.ts-fab-header h4 {
	font-size:18px;
	font-weight:600;
	margin: 0;
	padding: 0;
}
.ts-fab-text {
	line-height:1.5em;
}
.ts-fab-avatar {
	display:block;
	float:left;
	height:64px;
	width:64px;
	padding:2px;
	background:#fff;
	border-radius:2px;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.2), 0 0 0 transparent, 0 0 0 transparent;
}
.ts-fab-text {
	line-height:1.5;
	margin-left:86px;
}
.ts-fab-list:after, .ts-fab-tab:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
/*box shortcodes*/
.box-shortcode {
	margin: 5px 0px;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;
}
.box-shortcode a {
	text-decoration: none;
	color: #fff;
}
.box-shortcode a:hover {
	text-decoration: underline;
	color: #333;
}
.box-black {
	background-color: #000;
}
.box-red {
	background-color: #e62727;
}
.box-green {
	background-color: #91bd09;
}
.box-blue {
	background-color: #00ADEE;
}
.box-orange {
	background-color: #ff6600;
}
/* testimonials */
.testimonial_rotator_wrap {
	margin: 10px;
	padding: 10px;
	overflow: hidden;
}
.testimonial_rotator .slide {
	width: 100%;
	height: auto;
}
.testimonial_rotator .slide {
}
.testimonial_rotator .slide .img {
	width: 20%;
	margin-right: 5%;
	float: left;
	padding: 0;
	padding-top: .5em;
}
.testimonial_rotator .slide .img img {
	width: 100%;
	max-width: 150px;
	height: auto;
}
.testimonial_rotator .slide .text {
	width: 75%;
	float: left;
	padding: 0;
	margin: 0;
}
.testimonial_rotator_widget_wrap {
}
.testimonial_rotator_widget blockquote {
	margin: 0;
	padding: 0.5em;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.2em;
}
.testimonial_rotator_widget blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	margin-top: 0.4em;
	font-size: 0.6em;
}
