 /*  
Theme Name: Fitness
Theme URI: http://skat.tf/
Description: An Ultra Responsive Fitness/Gym WordPress Theme. <strong>Follow me on twitter:</strong> <a href="http://www.twitter.com/skatdesign">Skat Design</a>
Version: 1.0.2
Author: Skat
Author URI: http://skat.tf/
Tags: two-columns, right-sidebar.
License:
License URI:
*/

/*--------------------------------------------------------------------- Index ------------------------------------------------------------------*/

/* 01. General					06. Site title & Tag Line	11. 404 Error				16.	Single Post Entry		21. SD Shortcode Styling
/* 02. Typography Styling		07.	Content					12.	Comments				17. Normal Page Entry		22. Isotope
/* 03. Full Width				08. Blog Entry				13. WP's Default Styles		18. Full Width Page Entry 	
/* 04. Header					09. Sidebar					14.	Footer					19. Contact Form 7
/* 05. Main Header Navigation	10. Pagination				15. Copyright				20. SD Shortcode Styling

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

/* ------------------------------------------------------------------------ */
/* 01. General
/* ------------------------------------------------------------------------ */


/* load Google fonts */

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	background-color: #e9e9e9;
	font: normal 14px/20px Montserrat, Arial, Tahoma, sans-serif;
	color: #7a7a7a;
	-webkit-text-stroke: 0.001px transparent;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

body input[type="text"],
body textarea {
	-webkit-appearance: none;
}
/* ------------------------------------------------------------------------ */
/* 02. Typography Styling
/* ------------------------------------------------------------------------ */

/* Links */
a {
	color: #1e1d1c;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .2s ease-in;
	   -moz-transition: color .2s ease-in;
		-ms-transition: color .2s ease-in;
		 -o-transition: color .2s ease-in;
	        transition: color .2s ease-in;
}
a:hover {
	text-decoration: none;
	color: #87bd65;
}
a:focus,
a:active {
	outline: none;	
}

/* Blockquotes */
blockquote {
	background-color: #eeeeee;
	border-left: 4px solid #78c1cf;
	color: #7b818b;
	display: inline-block;
	font-style: italic;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 20px;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
blockquote p {
	padding: 0 !important;	
}
/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1e1d1c;
	font-family: Montserrat, Tahoma, sans-serif;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 10px;
}
h1 {
	font-size: 26px;
	line-height: 32px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
}
h5 {
	font-size: 14px;
	line-height: 22px;
}
h6 {
	color: #5b5f5e;
	font-size: 12px;
	line-height: 20px;
}
/* Images Styling */
img.alignleft {
	float: left;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
img.alignright {
	float: right;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
/* Raw code styling */
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(framework/images/bg-code.gif);
}
/* Lists */

ul {
	list-style: disc inside;
}
ul li ul {
	margin-bottom: 0;	
}
ul li ul li {
	padding-left: 20px;
}
ol {
	list-style: decimal inside;
}
ol li ol {
	margin-bottom: 0;	
}
ol li ol li {
	padding-left: 20px;
}

/* No margin */
.alpha {
	margin-left: 0;	
}
.omega {
	margin-right: 0;	
}
/* helper classes */
.sd-center {
	text-align: center;
}
.sd-right {
	text-align: right;	
}
.inline {
	display: inline;	
}
.sd-margin-left {
	margin-left: 10px;	
}
.sd-margin-right {
	margin-right: 10px;	
}
.sd-margin-top {
	margin-top: 10px;
}
.sd-margin-bottom {
	margin-bottom: 10px;
}
.sd-display-none {
	display: none;
}
.sd-overflow {
	overflow: hidden;	
}
.sd-styled-title {
	position: relative;	
	display: inline-block;
}
.sd-styled-title:before {
	border-bottom: 2px solid #1c1c1c;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 50%;
}
.sd-styled-title-center:before {
	left: 25%;	
}
.entry-content .sd-styled-title {
	margin-bottom: 10px;
}
.sd-bg-box {
	background-color: #87bd65;
	display: inline-block;
	padding: 20px 10px;	
}
.sd-bg-white {
	background-color: #fff;
	padding: 40px 40px 20px;
	margin-bottom: 10px;	
}
.sd-bg-box .sd-styled-title {
	margin-bottom: 0;	
}
.sd-bold {
	font-weight: bold;	
}
.sd-size1 {
	font-size: 65px;
	line-height: 65px;
}
.sd-size2 {
	font-size: 60px;
	line-height: 60px;
}
.sd-size3 {
	font-size: 55px;
	line-height: 55px;
}
.sd-size4 {
	font-size: 50px;
	line-height: 50px;
}
.sd-size5 {
	font-size: 45px;
	line-height: 45px;
}
.sd-size6 {
	font-size: 35px;
	line-height: 35px;
}
/* style helpers */

.sd-subtitle {
	color: #a7a7ab;
	display: inline-block;
	font: normal 400 16px/18px "Roboto", Arial, sans-serif;
}
.sd-subtitle em {
	font-style: normal;	
}
.sd-normal-font {
	font-weight: 400;	
}
.sd-thin-font {
	font-weight: 300;	
}
/* background transition */

.sd-bg-trans {
	-webkit-transition: background .3s linear;
       -moz-transition: background .3s linear;
		-ms-transition: background .3s linear;
		 -o-transition: background .3s linear;
			transition: background .3s linear;
}
.sd-opacity-trans {
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}
.sd-link-trans {
	-webkit-transition: color .2s ease-in;
	   -moz-transition: color .2s ease-in;
		-ms-transition: color .2s ease-in;
		 -o-transition: color .2s ease-in;
	        transition: color .2s ease-in;
}

/* small title */
.small-title {
	color: #5c5c5c;
	display: inline-block;
	font-size: 16px;
	padding-bottom: 12px;
	vertical-align: middle;
}
/* colored span */

.sd-colored-txt {
	color: #87bd65;	
}

/* capitalize */
.capitalize {
	text-transform: capitalize;
}
/* list styles */

.sd-list-style li {
	list-style: none;
	padding: 0 0 5px 12px;
	position: relative;
}
.sd-list-style li:before {
	content: "• ";
	color: #87bd65;
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 0;
}
.sd-list-style li:last-child {
	padding-bottom: 0;	
}
.sd-position-relative {
	position: relative;	
}
/* ------------------------------------------------------------------------ */
/* 03. Full Width
/* ------------------------------------------------------------------------ */
#full-width {
	width: 100%;
	margin: 0;
	background-color: #fff;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
/* ------------------------------------------------------------------------ */
/* 04. Header
/* ------------------------------------------------------------------------ */

#header {
	background-color: #fff;
	height: 150px;
	position: relative;
}
.header-margin {
	margin-bottom: 50px;	
}
/* upper section */
.sd-upper-section {
	background-color: #1c1c1c;
	min-height: 44px;
	width: 100%;
}
.sd-upper-section-custom p {
	color: #7d7d7d;
	font-size: 12px;
	padding-top: 12px;
}
.sd-upper-custom {
	color: #bebebe;	
}
/* social icons */

.sd-social-header {
	float: right;
}
.sd-social-icons-header li,
.sd-social-icons-widget li {
	border: 1px solid #292929;
	border-width: 0 0 0 1px;
	float: left;
	height: 44px;
	list-style: none;
	width: 44px;
}
.sd-social-icons-header li:last-child {
	border-width: 0 1px;	
}
.sd-social-icons-header li a,
.sd-social-icons-widget li a {
	background: url(framework/images/sprite.png) no-repeat;
	display: inline-block;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 44px;
}
.sd-social-icons-widget li a {
	background-color: #474947;
	border-radius: 100%;
}
.sd-social-icons-header li.sd-social-facebook a {
	background-position: -2px 0;
}
.sd-social-icons-header li.sd-social-twitter a {
	background-position: -51px 0;
}
.sd-social-icons-header li.sd-social-linkedin a {
	background-position: -100px 0;
}
.sd-social-icons-header li.sd-social-googleplus a {
	background-position: -149px 0;
}
.sd-social-icons-header li.sd-social-youtube a {
	background-position: -198px 0;
}
.sd-social-icons-header li.sd-social-vimeo a {
	background-position: -247px 0;
}
.sd-social-icons-header li.sd-social-pinterest a {
	background-position: -296px 0;
}
.sd-social-icons-header li.sd-social-instagram a {
	background-position: -345px 0;
}
.sd-social-icons-header li.sd-social-rss a {
	background-position: -395px 0;
}
.sd-social-icons-header li.sd-social-facebook a:hover {
	background-color: #3b5998;
	background-position: -2px -45px;
}
.sd-social-icons-header li.sd-social-twitter a:hover {
	background-color: #00aced;
	background-position: -51px -44px;
}
.sd-social-icons-header li.sd-social-linkedin a:hover {
	background-color: #007bb6;
	background-position: -100px -44px;
}
.sd-social-icons-header li.sd-social-googleplus a:hover {
	background-color: #dd4b39;
	background-position: -149px -44px;
}
.sd-social-icons-header li.sd-social-youtube a:hover {
	background-color: #bb0000;
	background-position: -198px -44px;
}
.sd-social-icons-header li.sd-social-vimeo a:hover {
	background-color: #aad450;
	background-position: -247px -44px;
}
.sd-social-icons-header li.sd-social-pinterest a:hover {
	background-color: #cb2027;
	background-position: -296px -44px;
}
.sd-social-icons-header li.sd-social-instagram a:hover {
	background-color: #517fa4;
	background-position: -345px -44px;
}

.sd-social-icons-header li.sd-social-rss a:hover {
	background-color: #ff8a00;
	background-position: -394px -44px;
}

/* social icons widget */


.sd-social-icons-widget li {
	border: none !important;
	height: 35px;
	margin: 0 5px 0 0!important;
	padding: 0 !important;
	width: 35px;
}
.sd-social-icons-widget li:last-child {
	margin-right: 0 !important;
}
.sd-social-icons-widget li a {
	height: 35px;
	width: 35px;	
}
.sd-social-icons-widget li.sd-social-facebook a {
	background-position: -7px -5px;
}
.sd-social-icons-widget li.sd-social-twitter a {
	background-position: -56px -5px;
}
.sd-social-icons-widget li.sd-social-linkedin a {
	background-position: -105px -5px;
}
.sd-social-icons-widget li.sd-social-googleplus a {
	background-position: -154px -5px;
}
.sd-social-icons-widget li.sd-social-youtube a {
	background-position: -203px -5px;
}
.sd-social-icons-widget li.sd-social-vimeo a {
	background-position: -252px -5px;
}
.sd-social-icons-widget li.sd-social-pinterest a {
	background-position: -301px -5px;
}
.sd-social-icons-widget li.sd-social-instagram a {
	background-position: -350px -5px;
}
.sd-social-icons-widget li.sd-social-rss a {
	background-position: -400px -5px;
}
.sd-social-icons-widget li.sd-social-facebook a:hover {
	background-color: #3b5998;
	background-position: -7px -49px;
}
.sd-social-icons-widget li.sd-social-twitter a:hover {
	background-color: #00aced;
	background-position: -56px -49px;
}
.sd-social-icons-widget li.sd-social-linkedin a:hover {
	background-color: #007bb6;
	background-position: -105px -49px;
}
.sd-social-icons-widget li.sd-social-googleplus a:hover {
	background-color: #dd4b39;
	background-position: -154px -49px;
}
.sd-social-icons-widget li.sd-social-youtube a:hover {
	background-color: #bb0000;
	background-position: -203px -49px;
}
.sd-social-icons-widget li.sd-social-vimeo a:hover {
	background-color: #aad450;
	background-position: -252px -49px;
}
.sd-social-icons-widget li.sd-social-pinterest a:hover {
	background-color: #cb2027;
	background-position: -301px -49px;
}
.sd-social-icons-widget li.sd-social-instagram a:hover {
	background-color: #517fa4;
	background-position: -350px -49px;
}
.sd-social-icons-widget li.sd-social-rss a:hover {
	background-color: #ff8a00;
	background-position: -400px -49px;
}
/* trainers widget */
.sd-trainers ul li {
	border: none;
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}	
.sd-trainers .sd-caption-wrapper {
	padding: 10px;
	text-align: center;
}
/* amenities widget */
.sd-amenities {
	background-color: #1c1c1c;
	padding-bottom: 30px;
}
.sd_amenities_widget .sd-title-wrapper {
	background-color: #1c1c1c !important;
}
.sd_amenities_widget .sd-styled-title {
	color: #fff !important;
}
.sd_amenities_widget .sd-styled-title:before {
	border-color: #fff !important;
	width: 50% !important;
}
.sd-amenities ul {
	padding: 0 20px;
}
.sd-amenities ul li {
	border: none;
	color: #fff;
	font-weight: 700;	
}
.sd-amenities ul li i {
	color: #87bd65;
	padding-right: 5px;
}
/* ------------------------------------------------------------------------ */
/* 05. Main Header Navigation
/* ------------------------------------------------------------------------ */
.main-menu {
	float: right;
	margin-top: 31px;
	position: relative;
	z-index: 250;
}
.main-menu i {
	margin-right: 5px;	
}
.mnav {
	display: none;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
	float: left;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 300;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** SKIN ***/

.sf-menu a {
	border: 2px solid #fff;
	color: #969595;
	display: block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.sf-menu li {
	margin-left: 10px;
	text-transform: uppercase;
}
.sf-menu li:last-child {
	background: none;
	margin-right: 0;	
}
.sf-menu li a:hover {
	border: 2px solid #87bd65;
	color: #1c1c1c;
}
.current-menu-item a {
	border: 2px solid #87bd65;
	color: #1c1c1c;
}
/* menu with children */
.sf-with-ul {
}
/* menu with children hover */
.sfHover .sf-with-ul:hover {
}
/* dropdown active */
.sf-menu li.sfHover a {
	border: 2px solid #87bd65;
	color: #1c1c1c;
}
/* SUBMENU 1 */

.sf-menu li ul {
	background-color: #87bd65;
	margin: 11px 0 0;
	padding: 4px 0 0;
	text-indent: 0;
	width: 200px;
}
.sf-menu li ul .current-menu-item a {
	border: none !important;
	margin: 0;
	padding: 0 10px;
	border-top: none;
}
.sf-menu li li {
	background: none;
	text-transform: capitalize;
	width: 200px;
	border: none;
	margin: 0;
	float: left;
	text-align: left;
}
.sf-menu li li a {
	border: none !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 5px 10px;
	text-transform: capitalize;
	-webkit-transition: all .5s linear 0s;
	   -moz-transition: all .5s linear 0s;
	    -ms-transition: all .5s linear 0s;
	 	-o-transition: all .5s linear 0s;
		   transition: all .5s linear 0s;
}
.sf-menu li li a:hover {
	background-color: rgba(0, 0, 0, .1);
	border: none !important;
	margin: 0;
	-webkit-transition: all 0.01s linear 0s;
	   -moz-transition: all 0.01s linear 0s;
		-ms-transition: all 0.01s linear 0s;
		-o-transition: all 0.01s linear 0s;
		   transition: all 0.01s linear 0s;
}
/* SUBMENU 2 */

.sf-menu li li ul {
	background-color: #87bd65;
	margin: 0 0 0 75px;
	padding-top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
/* level 2 a active */
.sf-menu li li.sfHover a {
	background-color: rgba(0, 0, 0, .1);
	border: none !important;
}
.sf-menu li li .sf-with-ul {
}
/* level 3 a color */
.sf-menu li li.sfHover li a {
	background: none;
	color: #fff !important;
}
/* level 3 a hover color */
.sf-menu li li.sfHover li a:hover {
	background-color: rgba(0, 0, 0, .1);
	color: #fff !important;
}
.sf-menu li li .sf-with-ul {
}
.sf-menu li li.sfHover .sf-with-ul {
}
.sf-sub-indicator {
	display: none;
}
/* ------------------------------------------------------------------------ */
/* 06. Site title & Tag Line
/* ------------------------------------------------------------------------ */
.sd-site-title {
	float: left;	
}
.site-title {
	margin-top: 40px;
	padding: 0;
	line-height: 0;
	position: relative;
	z-index: 3;
}
.site-title img {
	max-width: 100%;
}
.site-title a {
	color: #1c1c1c;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out;
	   -moz-transition: color .3s ease-in-out;
		-ms-transition: color .3s ease-in-out;
		 -o-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
}
.site-title a:hover {
	color: #87bd65;
}
.site-title .text-logo {
	display: inline-block;
	margin-top: 10px;	
}
/* ------------------------------------------------------------------------ */
/* 07. Content
/* ------------------------------------------------------------------------ */

/* intro box */
.sd-intro-box {
	background-color: #f5f219;
	margin-bottom: 60px;
	position: relative;
	width: 100%;
	z-index: 100;
}
.sd-intro-box-boxed {
	position: absolute;
	bottom: 0;
	visibility: hidden;
	width: 100%;
}
.sd-intro-box-boxed .sd-intro-box-content {
	background-color: #f5f219;
	padding: 30px;
	position: relative;
	z-index: 100;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.sd-intro-box-boxed .sd-intro-box-content h3 {
	font-size: 17px;
	margin-bottom: 10px;
}
.sd-intro-box-boxed .box-margin {
	margin-top: -65px;		
}
.sd-intro-box-boxed .sd-intro-box-content p {
	color: #757554;	
}
.sd-intro-box-boxed .sd-intro-box-content .sd-styled-title:before {
	border-bottom: 2px solid #fff;	
}
.sd-intro-box-boxed .sd-intro-box-content .one-third {
	margin-bottom: 0 !important;
}
.sd-intro-box-content {
	color: #1e1d1c;
	padding: 40px 0;
}
.sd-intro-box-content h2,
.sd-intro-box-content h3,
.sd-intro-box-content h4,
.sd-intro-box-content h5,
.sd-intro-box-content h6 {
	color: #1e1d1c;
}
.sd-intro-box-content .four-fifth,
.sd-intro-box-content .one-fifth {
	margin-bottom: 0;
}
.sd-intro-box-content .sd-button {
	font: 700 16px/100% Montserrat, Tahoma, sans-serif;
	padding: 15px 40px !important;
	opacity: 1;
}
.sd-intro-box-content .sd-button:hover {
	opacity: .9;
}	

/* content */
.content {
	margin-top: 30px;
}
.content-padding {
	padding-top: 0;
}
.page-top {
	background-color: #eeeef0;
	border-bottom: 1px solid #ececec;
	padding: 70px 0;
	position: relative;
	margin-bottom: 50px;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.page-top h2 {
	font-size: 30px;
	font-weight: 700;
	margin-left: 40px;
	text-transform: uppercase;
}
.page-top .sd-subtitle {
	padding-top: 15px;	
}
.sd-page-top-adjust {
	border-bottom: none;
	margin-bottom: 0;
}
.page-top .page-top-single {
	text-transform: none;	
}
/* ------------------------------------------------------------------------ */
/* 08. Blog Entry
/* ------------------------------------------------------------------------ */

.sd-first-post {
	position: relative;	
}

#sd-blog-masonry .shadow-wrap {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
	margin: 0;
	padding: 10px;
}
#sd-blog-masonry .blog-entry {
	border-bottom: none;
}
.shadow-wrap {
	margin-top: 15px;
}
.blog-entry {
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}
#sd-masonry-blog .blog-entry {
	border: none;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.single-blog-entry .entry-video,
.single-blog-entry .entry-gallery,
.single-blog-entry .entry-thumb {
	margin-bottom: 15px;	
}
.entry-video,
.sd-portfolio-video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;	
}
.entry-video iframe,
.sd-portfolio-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
    top:0;
	width: 100%;
}
.entry-video {
	margin-bottom: 10px;	
}
/* entry meta */

.entry-meta {
	margin: 10px 0 20px;
	padding-bottom: 5px;
}
.entry-meta ul {
	list-style: none;
}
.entry-meta ul li {
	border-right: 1px solid #e6e6e2;
	color: #828282;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.entry-meta ul li:last-child {
	border: none;
	margin: 0;
	padding: 0;	
}
.entry-meta ul li a {
	color: #444;	
}
.entry-meta ul li a:hover {
	color: #87bd65;
}
.entry-meta .meta-rating {
}
.entry-meta ul li.meta-comments {
}
.entry-content {
}
.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;	
}
.entry-content ul li ul {
	margin-bottom: 0;	
}
.entry-content ol li {
	padding-bottom: 5px;	
}
.entry-content ol li ol {
	margin-bottom: 0;	
}

.entry-content ul.sd-list li {
	list-style: none outside none;
    padding: 0 0 5px 15px;
    position: relative;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
	padding-bottom: 0;	
}

.entry-gallery {
	margin-bottom: 15px;
	position: relative;
	min-height: 103px;
}
.entry-video > div:first-child,
.wp-video-shortcode {
	
	max-width: 100%;
}
.entry-wrapper object,
.entry-wrapper embed {
	max-width: 100%;
}
.post-edit-link {
	display: block;
	clear: both;
}
.entry-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 0 10px;
}
.entry-title span {
	display: none;
}
.entry-title a {
	color: #1e1d1c;
}
.entry-title a:hover {
	color: #87bd65;
}
.entry-thumb,
.entry-audio {
	margin-bottom: 15px;
	position: relative;
}
.entry-thumb img {
	margin-bottom: 0 !important;
}
.entry-thumb img {
	max-width: 100%;
	width: 100%;
}
.entry-title-link {
	padding-bottom: 0;
}
.entry-link-content {
	margin-bottom: 15px;
	color: #ccc;
}
.page-top .entry-link-content {
	margin-bottom: 0;
}
.entry-content p {
	padding-bottom: 20px;
}
.previous-article a,
.next-article a {
	border: 2px solid #1c1c1c;
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.previous-article a:hover,
.next-article a:hover {
	border-color: #87bd65;
}
.more-link {
	border: 2px solid #1c1c1c;
	color: #1c1c1c;
	display: inline-block;
	padding: 10px 15px;
	text-transform: capitalize;
	-webkit-transition: border-color .3s ease;
	   -moz-transition: border-color .3s ease;
			transition: border-color .3s ease;  
}
.more-link:hover {
	border-color: #87bd65;
	color: #1c1c1c;
}
/* share icons */

.share-entry {
	border: 1px solid #e2e6e6;
	border-width: 1px 0;
	margin: 30px 0 40px;
	padding: 10px 0;
}

.share-entry h6 {
	color: #1e1d1c;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
}
.share-entry ul {
	float: right;
	height: 25px;
}
.share-entry ul li {
	display: inline-block;
	list-style: none;
	margin-left: 2px;
}
.share-entry ul li a {
	background: #868983 url(framework/images/sprite.png) no-repeat -10px 0;
	border-radius: 50%;
	display: inline-block;
	height: 25px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 25px;
	
}
.share-entry ul li a:hover {
	background-color: #fff;	
}
.share-entry ul li.share-facebook a {
	background-position: -25px -194px;
}
.share-entry ul li.share-facebook a:hover {
	background-position: -25px -219px;
}
.share-entry ul li.share-twitter a {
	background-position: -50px -194px;
}
.share-entry ul li.share-twitter a:hover {
	background-position: -50px -219px;
}
.share-entry ul li.share-google a {
	background-position: -75px -194px;
}
.share-entry ul li.share-google a:hover {
	background-position: -75px -219px;
}
.share-entry ul li.share-stumbleupon a {
	background-position: -150px -194px;
}
.share-entry ul li.share-stumbleupon a:hover {
	background-position: -150px -219px;
}
.share-entry ul li.share-digg a {
	background-position: -175px -194px;
}
.share-entry ul li.share-digg a:hover {
	background-position: -175px -219px;
}
.share-entry ul li.share-reddit a {
	background-position: -200px -194px;
}
.share-entry ul li.share-reddit a:hover {
	background-position: -200px -219px;
}
.share-entry ul li.share-email a {
	background-position: -225px -194px;
}
.share-entry ul li.share-email a:hover {
	background-position: -225px -219px;
}
/* author box */

.sd-author-box {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.sd-author-box h3 {
	margin-bottom: 10px;
}
.sd-author-photo {
	float: left;
	margin-right: 10px;	
}
.sd-author-bio {
	overflow: hidden;	
}
.sd-author-bio h4 {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.sd-author-bio h4 span {
	color: #20ade9;
	font-size: 12px;
}
.sd-author-box ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
.sd-author-box ul li a {
	background: #868983 url(framework/images/sprite.png) no-repeat 0 -194px;
	border-radius: 50%;
	display: inline-block;
	height: 25px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 25px;
	
}
.sd-author-box ul li a:hover {
	background-color: #fff;	
}
.sd-author-box ul li.author-website a:hover {
	background-position: 0 -219px;
}
.sd-author-box ul li.author-facebook a {
	background-position: -25px -194px;
}
.sd-author-box ul li.author-facebook a:hover {
	background-position: -25px -219px;
}
.sd-author-box ul li.author-twitter a {
	background-position: -50px -194px;
}
.sd-author-box ul li.author-twitter a:hover {
	background-position: -50px -219px;
}
.sd-author-box ul li.author-googleplus a {
	background-position: -75px -194px;
}
.sd-author-box ul li.author-googleplus a:hover {
	background-position: -75px -219px;
}
.sd-author-box ul li.author-linkedin a {
	background-position: -100px -194px;
}
.sd-author-box ul li.author-linkedin a:hover {
	background-position: -100px -219px;
}
.sd-author-box ul li.author-rss a {
	background-position: -125px -194px;
}
.sd-author-box ul li.author-rss a:hover {
	background-position: -125px -219px;
}
/* ------------------------------------------------------------------------ */
/* 09. Sidebar
/* ------------------------------------------------------------------------ */

/*-- left col--*/
#left-col {
	float: left;
	max-width: 100%;
	padding: 40px 0 40px 40px;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
#right-col {
	float: right;
	position: relative;
}
.sd-sidebar {
	padding: 40px 40px 40px 0;
	position: relative;
}
.sidebar-widget {
	color: #8b8a8a;
	margin-bottom: 40px;
	position: relative;
}
.sidebar-widget .children {
	padding-left: 10px;
}
.sidebar-widget a {
	color: #929292;
}
.sidebar-widget a:hover {
	color: #87bd65;
}
.sidebar-widget img,
.footer-sidebar-widget img {
	max-width: 100%;
}
.sidebar-widget li,
.footer-sidebar-widget li {
	border-bottom: 1px solid #2c2d2c;
	list-style: none;
	margin-bottom: 8px;
	padding: 0 0 8px;
}
.sidebar-widget li {
	border-color: #e9e9e9;
	position: relative;
}
.sd-sidebar .current-menu-item a {
	border: none;	
}
.sd-sidebar .widget_archive li,
.sd-sidebar .widget_categories li,
.sd-sidebar .widget_pages li,
.sd-sidebar .widget_meta li,
.sd-sidebar .widget_recent_comments li,
.sd-sidebar .widget_recent_entries li,
.sd-sidebar .widget_rss li,
.sd-sidebar .widget_nav_menu li,
.sd-sidebar .widget_links li {
	padding-left: 20px;	
}
.sd-sidebar .widget_archive li:before,
.sd-sidebar .widget_categories li:before,
.sd-sidebar .widget_pages li:before,
.sd-sidebar .widget_meta li:before,
.sd-sidebar .widget_recent_comments li:before,
.sd-sidebar .widget_recent_entries li:before,
.sd-sidebar .widget_rss li:before,
.sd-sidebar .widget_nav_menu li:before,
.sd-sidebar .widget_links li:before {
	border: 2px solid #87bd65;
	border-radius: 100%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 6px;
}
.sidebar-widget li:last-child,
.footer-sidebar-widget li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar-widget h3 {
	color: #273734;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.sidebar-widget h3.sd-styled-title:before {
	border-bottom: 3px solid #919191;
	left: 0;
	width: 100%;
}
.sidebar-widget ul li ul,
.sidebar-widget ul li ul li ul {
	padding-left: 20px;	
}
/* search widget */
.search-input {
	background-color: #f6f6f6;
	border: 1px solid #e7e7e7;
	border-width: 1px 0 1px 1px;
	border-radius: 0;
	color: #000;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	width: 90%;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
		   -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
				transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#footer .search-input {
	background-color: #232323;
	border-color: #313131;
}
.search-sumbit {
	display: none;
	background: #f6f6f6;
	border: 1px solid #e7e7e7;
	border-width: 1px 1px 1px 0;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	width: 10%;
	white-space: nowrap;
}
/* recent comments */

.custom-recent-comments li {
	width: 100%;
}
/* popular & recent posts widget */

.popular-posts-content {
	overflow: hidden;	
}
.popular-posts ul li {
	background: none;
	margin-bottom: 20px !important;	
	padding: 0 0 20px;
}
.sidebar-widget .popular-posts ul li {
	border-color: #ececec;
}
.popular-image {
	float: left;
	height: 60px;
	margin-right: 10px;
	width: 60px;	
}
.popular-posts ul li:last-child {
	border: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.popular-comments {
	color: #999999;
	font-size: 12px;
	text-transform: capitalize;
}
.popular-date,
.popular-comments a {
	color: #999 !important;
    font-size: 12px;
    font-weight: 400;	
}
.popular-post-content {
	overflow: hidden;
}
.popular-posts p {
	padding: 0 0 10px;
}
.popular-post-thumb {
	width: 65px;
	height: 57px;
	float: left;
	margin-right: 10px;
}
.popular-posts img {
	height: 57px;
	width: 65px;
}
.sidebar-widget .popular-posts img {
	border: none;
}
.popular-posts h4 {
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
	padding: 0 0 10px;
}
.sd-sidebar .popular-posts h4 a {
	color: #1c1c1c;
}
.sd-sidebar .popular-posts h4 a:hover {
	color: #87bd65;
}
.recent-date,
.recent-comments-nr {
	font-size: 12px;	
}
/* twitter feed */
.sd-twitter-icon {
	color: #87bd65;
	right: 0;
	position: absolute;
	top: -56px;
}
.latest-tweets {
	position: relative;	
}
.latest-tweets li {
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}
.latest-tweets .time-ago {
	display: inline-block;
	font-size: 11px;
	width: 100%;	
}
.sd-sidebar .latest-tweets a,
.latest-tweets .time-ago a {
	color: #4b4b4b;	
}
.sd-sidebar .latest-tweets a:hover,
.latest-tweets .time-ago a:hover {
	color: #87bd65;
}
/* flickr */
.sd-flickr {
	position: relative;
	margin-left: -10px;
}
#footer .sd-flickr a {
	display: inline;	
}
#footer .sd-flickr a:after {
	display: none;
}
.sd-flickr img {
	border-radius: 3px;
	height: 75px;
	float: left;
	margin: 0 0 10px 10px;
	width: 85px;
}
#right-col .sd-flickr img {
}
/* opening hours */
.opening-hour {
	float: right;	
}
.opening-hours li {
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;	
}
.opening-hours i {
	color: #87bd65;
	margin-right: 10px;
}
/* social icons sidebar */
#right-col .social-icons-widget li.social-facebook a {
	background-color: #3b5998;
}
#right-col .social-icons-widget li.social-twitter a {
	background-color: #00aced;
}
#right-col .social-icons-widget li.social-linkedin a {
	background-color: #007bb6;
}
#right-col .social-icons-widget li.social-googleplus a {
	background-color: #dd4b39;
}
#right-col .social-icons-widget li.social-youtube a {
	background-color: #bb0000;
}
#right-col .social-icons-widget li.social-vimeo a {
	background-color: #aad450;
}
#right-col .social-icons-widget li.social-pinterest a {
	background-color: #cb2027;
}
#right-col .social-icons-widget li.social-rss a {
	background-color: #ff8a00;
}

/* -- archive dropdown --*/

.sd-sidebar-widget select,
.footer-sidebar-widget select {
	max-width: 100%;
	border: 1px solid #d7dadc;
	padding: 2px 2px 2px 0;
	border-radius: 0;
}
/* -- tagcloud widget --*/
.tagcloud a {
	background-color: #fff;
	border: 2px solid #ced0cd;
	color: #4e514b;
	display: inline-block;
	font-size: 13px !important;
	margin-bottom: 5px;
	padding: 5px;
	-webkit-transition: border-color .3s ease, color .2s ease-in;
	   -moz-transition: border-color .3s ease, color .2s ease-in;
		-ms-transition: border-color .3s ease, color .2s ease-in;
		 -o-transition: border-color .3s ease, color .2s ease-in;
			transition: border-color .3s ease, color .2s ease-in;
}
.tagcloud a:hover {
	border-color: #87bd65;
}
/* tagcloud footer */
#footer .tagcloud a {
	background-color: #1f1f1f;
	border: none;
	font-size: 13px !important;
	padding: 5px;
	display: inline-block;
	margin-bottom: 2px;
	border-radius: 0;
	-webkit-transition: all .8s linear 0s;
	   -moz-transition: all .8s linear 0s;
		-ms-transition: all .8s linear 0s;
		 -o-transition: all .8s linear 0s;
			transition: all .8s linear 0s;
}
#footer .tagcloud a:hover {
	color: #fff;
	background-color: #ff4301;
	-webkit-transition: all 0.01s linear 0s;
	   -moz-transition: all 0.01s linear 0s;
		-ms-transition: all 0.01s linear 0s;
		 -o-transition: all 0.01s linear 0s;
			transition: all 0.01s linear 0s;
}

/* ------------------------------------------------------------------------ */
/* 10. Pagination
/* ------------------------------------------------------------------------ */

.sd-pagination {
	display: inline-block;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

.sd-pagination .current,
.sd-pagination .inactive,
.sd-pagination .pagi-first,
.sd-pagination .pagi-last,
.sd-pagination .pagi-previous,
.sd-pagination .pagi-next {
	border: 2px solid #1c1c1c;
	color: #1c1c1c;
	font-weight: 600;
	padding: 5px 15px;
	-webkit-transition: border .3s linear;
	   -moz-transition: border .3s linear;
		-ms-transition: border .3s linear;
		 -o-transition: border .3s linear;
			transition: border .3s linear;
}
.sd-pagination .current {
	border-color: #87bd65;
	margin-left: 10px;
}
.sd-pagination .inactive {
	margin-left: 10px;
}
.sd-pagination .pagi-last,
.sd-pagination .pagi-first,
.sd-pagination .pagi-next,
.sd-pagination .pagi-previous {
	color: #fff;
	margin-left: 10px;
}
.sd-pagination .inactive:hover,
.sd-pagination .pagi-first:hover,
.sd-pagination .pagi-last:hover,
.sd-pagination .pagi-previous:hover,
.sd-pagination .pagi-next:hover {
	border-color: #87bd65;
}
/* next prev links */
.nav-next a,
.nav-previous a {
	background-color: #1c1c1c;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	margin: 0 0 30px;
	padding: 0 15px;
	-webkit-transition: background .3s linear;
	   -moz-transition: background .3s linear;
		-ms-transition: background .3s linear;
		 -o-transition: background .3s linear;
			transition: background .3s linear;
}
.nav-next a:hover,
.nav-previous a:hover {
	color: #fff;
}
.nav-next {
	float: right;
}
.nav-previous {
	float: left;
}

/* post rating */
.post-rating {
	background-color: #f5f219;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.post-rating a {
	color: #1e1d1c !important;	
}
.vote-count {
	color: #1e1d1c;
	display: inline-block;
}
.already-voted i {
	margin-right: 3px;	
}
/* ------------------------------------------------------------------------ */
/* 11. 404 Error
/* ------------------------------------------------------------------------ */
.not-found img {
	max-width: 100%;
	margin-bottom: 15px;
}
.not-found p {
	margin-bottom: 10px;
}
/* image preloader */

.preloader {
	background: url(framework/images/ajax-loader.gif) center center no-repeat;
	display: inline-block;
	margin: 0;
}
/* ------------------------------------------------------------------------ */
/* 12. Comments
/* ------------------------------------------------------------------------ */

#comments {
	position: relative;
	padding-top: 0;
}
.comments-title,
.reply-title {
	background-color: #f7f7f7;
	border: 1px solid #ebeeef;
	font-weight: 400;
	margin-bottom: 40px;
	padding: 15px 0 15px 25px;
	position: relative;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.comments-title i,
.reply-title i {
	color: #87bd65;	
}
.comments-title .title-arrow,
.reply-title .title-arrow{
	background: url(framework/images/sprite.png) no-repeat 50% 0;
	bottom: -9px;
	display: block;
	height: 9px;
	left: 200px;
	position: absolute;
	width: 21px;
}
#comments ul, #comments ol {
	list-style: none;
	text-indent: 0;
}
.comment-body {
	border-bottom: 1px solid #f2f5f6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.comment-text {
	overflow: hidden;
	position: relative;
}
.comment-text .author {
	margin-bottom: 10px;
}
.text-of-comment {
	position: relative;
}
.text-of-comment p {
	padding-bottom: 10px;	
}
.comment-arrow {
	position: absolute;
	top: -17px;
	left: 20px;
	display: block;
	background: url(framework/images/sprite.png) no-repeat -685px -67px;
	width: 15px;
	height: 18px;	
}
.comment-text .text p {
	padding-bottom: 10px;
}
.comment-text cite {
	color: #424545;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
}
.comment-text cite a {
	color: #424545;
}
.comment-text cite a:hover {
	color: #87bd65;
}
.comment-meta {
	color: #b8bbc0;
	font-size: 11px;
}
.comment-reply-link {
	color: #87bd65;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
}
.comment-reply-link:hover {

}
#comments .children {
	margin-left: 70px;
}
#comments ol li ul li {
	border: none;
	padding-left: 0;
}
.author-avatar {
	float: left;
	height: 70px;
	margin-right: 10px;
	width: 70px;
}
.author-avatar img {
	height: 70px;
	width: 70px;
}
#comments ol.commentlist li ul.children li.depth-1 {
}
#comments ol.commentlist li ul.children li.depth-2 {
}
#comments ol.commentlist li ul.children li.depth-3 {
}
#comments ol.commentlist li ul.children li.depth-4 {
}
#comments ol.commentlist li ul.children li.depth-5 {
}
#comments ol.commentlist li ul.children li.depth-6 {
}
.nocomments {
	margin-left: 20px;
}
.trackbacks {
}
.trackbacks h3 {
	margin: 0 0 20px;
}
.trackbacks ul {
	list-style: none;
}
/*--respond--*/
#reply-title {
	display: none;
}
.fb_iframe_widget {
	border-bottom: none !important;
}
#respond {
	position: relative;
	margin: 20px 0 40px;
	padding-top: 20px;
}
.comment-notes {
	display: none;
}
#comments .commentlist #respond {
	margin-left: 10px;
	margin-bottom: 50px;
}
#comments .commentlist #respond h4 {
	padding-bottom: 5px;
}
#respond .form-allowed-tags {
	display: none;
}
#reply-title {
	margin: 20px 0 30px;
}
.respond-inputs {
	position: relative;
	width: 100%;
}
.respond-inputs p {
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	width: 242px;
}
.respond-inputs .last-input {
	margin-right: 0;
}
.respond-inputs input {
	border: 1px solid #eeeeee;
	border-radius: 0;
	color: #d1d1cd;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: 224px;
	-webkit-appearance: none;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
		   -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
				transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.respond-inputs input:focus,
.respond-textarea textarea:focus {
	border: 1px solid #f5f219;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(244, 100, 40, 0.6);
}
#comments .commentlist #respond .respond-inputs p {
	float: none;
	margin-bottom: 10px;
}
#comments .commentlist #respond .respond-textarea {
	width: 90%;
}
#comments .commentlist #respond textarea {
	width: 100%;
}
.respond-textarea textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	color: #737373;
	max-width: 100%;
	padding: 2%;
	width: 96%;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	   -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
			transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.form-submit {
	margin-bottom: 20px;
}
input#submit,
input#submit:active,
input#submit:focus {
	background: none;
	border: 2px solid #1c1c1c;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	padding: 0 15px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
input#submit:hover {
	border-color: #87bd65;
}
#respond #cancel-comment-reply-link {
	display: block;
	margin-bottom: 15px;
	color: #F00;
}
.comment_form {
	clear: both;
}
/* ------------------------------------------------------------------------ */
/* 13. WP's Default Styles
/* ------------------------------------------------------------------------ */

#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	margin: -5px 0 5px 0;
}
#wp-calendar thead {
	font-size: 10px
}
#wp-calendar thead th {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
}
#wp-calendar tbody {
	color: #aaa
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px 8px;
}
#wp-calendar tbody td:hover {
	background: #fff
}
#wp-calendar tbody .pad {
	background: none
}
#wp-calendar tfoot #next {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-top: 5px;
}
#wp-calendar tfoot #prev {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.sticky {
}
.textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
.textwidget p {
	padding-bottom: 10px;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}
.bypostauthor {}
/*--gallery--*/
#gallery-1 img {
	border: 1px solid #ededed !important;
	padding: 3px;	
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.alignleft {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
.wp-caption {
	background-color: #fff;
	border: 1px solid #e0e0e1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	max-width: 100% !important;
	-moz-box-sizing: border-box;
	  	 box-sizing: border-box;
}
.one-half .wp-caption {
	margin: 0;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	max-width: 100% !important;
	padding: 0;
}
#attachment_612 {
	max-width: 100%;	
}
.wp-caption p.wp-caption-text {
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 3px 5px 4px;
}
.gallery-caption {}
/* blogroll */

.blogroll li {
	width: 46%;
	float: left;
}
/* ------------------------------------------------------------------------ */
/* 14. Footer
/* ------------------------------------------------------------------------ */

#footer {
	background-color: #252625;
	color: #555855;
	margin-top: 100px;
	padding: 0;
}
.footer-sidebar-widget a {
	color: #999;
	display: inline-block;
	text-decoration: none;
}
.footer-sidebar-widget a:hover {
	color: #87bd65;	
}
.footer-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footer-title:before {
	border-color: #434641;	
}
#footer ul li {
	list-style: none;
}
#footer ul li:last-child {
	padding-bottom: 0;	
}
/* footer content */
.footer-widgets {
	margin-top: 80px;	
}
.footer-sidebar-widget {
	margin-bottom: 20px !important;
}
.footer-sidebar-widget li {
	border-color: #312f2e;	
}
#footer #wp-calendar thead th {
	border-color: #313131;	
}
#footer #wp-calendar tbody td {
	background-color: #313131;	
}
#footer #wp-calendar tbody td:hover {
	background-color: #4a4a4a;	
}
#footer #wp-calendar tbody td {
	border-color: #232323;	
}
.footer-sidebar-widget ul li ul,
.footer-sidebar-widget ul li ul li ul {
	padding-left: 20px;	
}
/* footer boxes */

.sd-footer-box {
	float: left;
	width: 33.333333%;
}
.sd-footer-box-two {
	width:	50%;
}
.sd-footer-box1-content,
.sd-footer-box2-content,
.sd-footer-box3-content {
	border-right: 1px solid rgba(0, 0, 0, .2);
	padding: 30px 20px 20px;
	position: relative;
	text-align: center;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.sd-footer-box h3 {
	color: #fff;
}
.sd-footer-box1-content {
	background-color: #87bd65;
}
.sd-footer-box2-content {
	background-color: #91ce6b;
}
.sd-footer-box3-content {
	background-color: #87bd65;
	border: none;
}
.sd-box-icon {
	background-color: #91ce6b;
	border-radius: 50px;
	color: #fff;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	position: absolute;
	top: -25px;
	width: 50px;
}	
.sd-footer-box1-content .sd-box-icon,
.sd-footer-box3-content .sd-box-icon {
	background-color: #87bd65;
}
.sd-footer-box p {
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 700;	
}
/* ------------------------------------------------------------------------ */
/* 15. Copyright
/* ------------------------------------------------------------------------ */

.copyright {
	background-color: #252625;
	color: #4a4c4a;
	font-size: 12px;
	padding-top: 70px;
}
.copyright .copyright-content {
	border-top: 1px solid #323332;
	padding: 15px 0;
}
.copyright a {
	color: #4a4c4a;
}
.copyright p {
	padding-top: 10px;	
}
.copyright a:hover {
	color: #87bd65;
}
/* footer menu */
.sd-footer-menu {
	float: right;	
}
.sd-footer-menu li {
	list-style: none;
	float: left;
	margin-left: 20px;	
}
.sd-footer-menu a {
	color: #4a4c4a;
}
.sd-footer-menu .current-menu-item a {
	background: none;
	border: none;
	color: #87bd65;
}
/* ------------------------------------------------------------------------ */
/* 16. Single Post Entry
/* ------------------------------------------------------------------------ */
.single-blog-entry {
}
.single-blog-entry p {
	padding-bottom: 15px;
}
.page-navigation {
	padding-top: 10px;
	display: block;
}
/* post tags */
.post-tags {
	width: 100%;
	border: 1px solid #ededed;
	border-width: 1px 0;
	padding: 5px 0;
	margin-bottom: 15px;
}
.post-tags a {
	
}
.post-tags a:hover {
}
/* next & prev post links */

.previous-article {
	float: left;
	margin: 0;
}
.next-article {
	float: right;
	margin: 0;
}
.prev-next a:hover {
}
/* ------------------------------------------------------------------------ */
/* 17. Normal Page Entry
/* ------------------------------------------------------------------------ */

.page-entry {
	background: #fff none;
	margin-bottom: 40px;
}
.page-entry .entry-wrapper {
	width: 100%;
	min-height: inherit;
}
.page-entry .entry-wrapper p {
	padding-bottom: 15px;
}
.entry-wrapper footer {
	margin-top: 30px;	
}
.entry-wrapper header {
	position: relative;	
}
/* ------------------------------------------------------------------------ */
/* 18. Full Width Page Entry
/* ------------------------------------------------------------------------ */

.full-width-page {
	padding: 40px;
	margin-bottom: 20px;
}
.full-width-page-front {
	background: none;
	margin-bottom: 20px;
	padding: 0;
}

.full-width-page .entry-wrapper {
	width: 100%;
}
.full-width-page p {
	padding-bottom: 20px;
}
.full-width-page .entry-title {
	padding-bottom: 40px;
}
.full-width-page img,
.blog-entry img,
.single-blog-entry img {
	max-width: 100%;
}
/* blog page */

.sd-blog-page {
	background-color: #fff;	
}
.full-width-page-front .sd-blog-page {
	background: none;	
}
/* ------------------------------------------------------------------------ */
/* 19. Contact Form 7
/* ------------------------------------------------------------------------ */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	background-color: #e9e9e9;
	border: none;
	height: 40px;
	line-height: 40px;
	margin: 5px 0 0;
	max-width: 100%;
	padding: 0 10px;
	width: 300px;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
}
.wpcf7-form textarea {
	background-color: #e9e9e9;
	border: none;
	font: 13px/20px Roboto,Arial,Tahoma,sans-serif !important;
	max-width: 100%;
	padding: 10px 0 0 10px;
	width: 500px;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="submit"]:active,
.wpcf7-form input[type="reset"]:active,
.wpcf7-form input[type="button"]:active {
	background: none;
	border: 2px solid #1c1c1c;
	color: #1c1c1c;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	-webkit-transition: border .3s ease-in-out;
	   -moz-transition: border .3s ease-in-out;
		-ms-transition: border .3s ease-in-out;
		 -o-transition: border .3s ease-in-out;
			transition: border .3s ease-in-out;
}
.wpcf7-form input[type="submit"]:hover {
	border-color: #87bd65;
}
div.wpcf7-validation-errors {
	display: none !important;
}
span.wpcf7-not-valid-tip {
	top: 0 !important;
	left: 10px !important;
	width: 230px !important;
	padding: 0 !important;
	line-height: 20px;
	border: none !important;
	color: #00adee;
	background: #fff;
}
/* footer cf7 */

#footer .wpcf7-form input[type="text"],
#footer .wpcf7-form input[type="email"] {
	background-color: #1e1d1c;
	border: 1px solid #312F2E;
	color: #6B6865;
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0;
	max-width: 100%;
	padding: 0 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
}
#footer .wpcf7-form input[type="text"]:focus,
#footer .wpcf7-form input[type="email"]:focus,
#footer .wpcf7-form textarea:focus {
	border: 1px solid #f5f219;
}
#footer .wpcf7-form textarea {
	background-color: #1e1d1c;
	border: 1px solid #312F2E;
	color: #6B6865;
	font: 13px/20px Roboto,Arial,Tahoma,sans-serif !important;
	height: 80px;
	max-width: 100%;
	padding: 10px 0 0 10px;
	width: 100%;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
#footer .wpcf7-form input[type="submit"],
#footer .wpcf7-form input[type="submit"]:active,
#footer .wpcf7-form input[type="reset"]:active,
#footer .wpcf7-form input[type="button"]:active {
	background-color: #f5f219;
	border: none;
	border-radius: 0;
	color: #1c1c1c;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}
#footer .wpcf7-form input[type="submit"]:hover {
	opacity: .8;
}
/* slider arrows */
.sd-slider-wrapper {
	margin-bottom: 40px;
	min-height: 100px;
	position: relative;
}
.sd-slider-wrapper-margin {
	margin-bottom: 60px;	
}
.sd-slider-wrapper .tp-leftarrow.default,
.sd-slider-wrapper .tp-rightarrow.default {
	background: url(framework/images/sprite.png) no-repeat 0 -88px !important;
	border: 2px solid #1c1c1c;
	height: 38px !important;
	width: 43px !important;
}
.sd-slider-wrapper .tp-leftarrow.default {
	left: 20px !important;	
}
.sd-slider-wrapper .tp-rightarrow.default {
	background: url(framework/images/sprite.png) no-repeat -43px -88px !important;
	right: 20px !important;
}
.entry-content .tp-leftarrow.default,
.entry-content .tp-rightarrow.default,
.flex-next,
.flex-prev {
	background: url(framework/images/sprite.png) no-repeat 0 0 !important;
	height: 37px !important;
	width: 35px !important;	
}
.entry-content .tp-leftarrow.default {
	left: 0 !important;	
}
.entry-content .tp-rightarrow.default,
.flex-next {
	background: url(framework/images/sprite.png) no-repeat -36px 0 !important;
	left: 57px !important;
}

.tp-button.orange,
.tp-button.orange:hover,
.purchase.orange,
.purchase.orange:hover {
	background: #ff4301 !important;
	box-shadow: none !important;
}
.tp-button {
	border-radius: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	padding: 12px 25px !important;
	opacity: .9 !important;
	text-shadow: none !important;
	transition: none !important;
}
.tp-button:hover {
	opacity: 1 !important;	
}
.tp-button:active {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2) inset !important;	
}
.sd-portfolio-arrows .flex-next:hover,
.sd-portfolio-arrows .flex-prev:hover,
.sd-carousel-arrows .flex-next:hover,
.sd-carousel-arrows .flex-prev:hover {
	background-color: #ff4301 !important;
}


/* ------------------------------------------------------------------------ */
/* 20. Fitness Custom Post Types
/* ------------------------------------------------------------------------ */


/* services shortcode carousel styling */

.sd-services-carousel {
	height: 440px;
	position: relative;
	overflow: hidden;
}
.sd-services-carousel-desc {
	background-color: #1c1c1c;
	height: 400px;
	padding: 40px 20px 0;
}
.sd-services-carousel-desc h3 {
	color: #fff;
	margin-bottom: 30px;
}
.sd-services-arrows {
	position: relative;	
}
.sd-services-arrows .flex-next,
.sd-services-arrows .flex-prev {
	background-position: 0 -126px !important;
	border: 2px solid #484848;
	height: 38px !important;
	margin: 0;
	width: 43px !important;
	-webkit-transition: border-color .3s ease;
	   -moz-transition: border-color .3s ease;
			transition: border-color .3s ease;
}
.sd-services-arrows .flex-next {
	background-position: -43px -126px !important;
}
.sd-services-arrows .flex-next:hover,
.sd-services-arrows .flex-prev:hover {
	border-color: #87bd65;
}
.sd-services-arrows .flex-direction-nav {
	display: block;
	opacity: 1;
}
.sd-services-carousel-desc p {
	font-size: 12px;
	color: #868686;	
}
.sd-blog-page .sd-service-carousel-wrapper {
	margin-left: -40px;
	margin-right: -40px;
}
.sd-services-carousel-desc .sd-styled-title:before {
	border-bottom-color: #555;
}
.sd-services-carousel .slides li {
	background-color: #fff;
	height: 440px;
	margin-right: 10px;
}
.sd-services-item-desc {
	padding: 40px 20px 0;
	text-align: center;	
}
.sd-services-item-desc h3 {
	margin-bottom: 25px !important;
	text-transform: uppercase;
}
.sd-services-item-desc h3 a {
	color: #1c1c1c;	
}
.sd-services-item-desc .sd-styled-title:before {
	left: 25%;	
}
.sd-services-carousel li figure {
	position: relative;
	text-align: center;
}
.sd-service-hours {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 2;
}
.sd-service-hours span {
	background-color: #1c1c1c;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
}
.sd-service-thumb-overlay {
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
}
.sd-services-carousel li:hover .sd-service-thumb-overlay {
	opacity: 1;
}
.sd-services-carousel li:hover .sd-service-hours span {
	background-color: #87bd65;
	color: #1c1c1c;
}
/* trainers carousel */

.sd-trainers-carousel {
	height: 220px;	
}
.sd-trainers-carousel-desc {
	background-color: #87bd65;	
	height: 180px;
	position: relative;
}
.sd-trainers-carousel-desc h3 {
	color: #1c1c1c;
	margin-bottom: 10px;
}
.sd-trainers-carousel-desc .sd-styled-title:before {
	border-bottom-color: #1c1c1c;	
}
.sd-trainers-carousel li figure {
	float: left;
	height: 220px;
	margin-right: 10px;
	width: 322px;
}
.sd-trainers-carousel .slides li {
	background: none;
	float: left;
	height: 220px;
	margin-right: 0;
}
.sd-trainers-item-desc {
	background-color: #fff;
	float: left;
	height: 180px;
	position: relative;
	text-align: left;
	width: 418px;
}
.sd-trainers-item-desc .sd-styled-title:before {
	left: 0;
}
.sd-trainers-carousel-desc p {
	color: #1c1c1c;
	font-size: 14px;
	text-transform: uppercase;
}
.sd-trainers-arrows .flex-next,
.sd-trainers-arrows .flex-prev {
	background-position: 0 -88px !important;
	border-color: #1c1c1c;
	bottom: 20px !important;
}
.sd-trainers-arrows {
	bottom: 83px;
	left: 0;
	position: absolute;
	width: 100%;
}
.sd-trainers-arrows .flex-direction-nav {
	margin: 0;	
}
.sd-trainers-arrows .flex-prev {
	left: 20px;	
}
.sd-trainers-arrows .flex-next {
	background-position: -43px -88px !important;
	left: 77px !important;
}
.sd-trainers-arrows .flex-next:hover,
.sd-trainers-arrows .flex-prev:hover {
	border-color: #1c1c1c;	
}
.sd-carousel-desc-front .sd-trainers-item-desc {
	width: 330px;	
}

.full-width-page-front .sd-service-carousel-wrapper .span10 {
	margin-left: 10px;
	width: 790px;
}
/* testimonials */

.sd-testimonials {
	background-color: #fff;
	padding: 40px;
	position: relative;
}
.sd-testimonial-item {
	margin-bottom: 30px;
	position: relative;
}
.page-template-testimonials-page-php .sd-testimonial-item {
	margin-bottom: 40px;
}
.sd-testimonials .sd-styled-title:before {
	left: 25%;	
}
.sd-testimonials h3 {
	margin-bottom: 20px;	
}
.sd-testimonial-item p {
	color: #676767;
	font: italic 20px/30px Georgia, "Times New Roman", Times, serif;
	position: relative;
}
.sd-testimonial-item:before,
.sd-testimonial-item:after {
	color: #b6c4cb;
	content: "\201C" !important;
	font-family: serif;
	font-size: 60px;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: -25px;
}
.sd-testimonial-item:after {
	content: "\201D" !important;
	bottom: 50px;
	left: auto;
	right: 0;
	top: auto;
}
.sd-testimonials h4 {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 0 0;
	position: relative;
}
.sd-testimonials h4 span {
	font-weight: 400;	
}
.sd-testimonials h4:before {
	border-top: 2px solid #1c1c1c;
	content: " ";
	left: 25%;
	position: absolute;
	top: 0;
	width: 50%;
}
.sd-testimonials > div:last-child {
	margin-bottom: 0;	
}
.page-template-testimonials-page-php .sd-testimonials  {
	padding-bottom: 0;
}
/* ------------------------------------------------------------------------ */
/* 21. SD Shortcode Styling
/* ------------------------------------------------------------------------ */

.line-divider {
	border-top: 1px solid #ececec !important;
}
.sd-button-margin {
	margin-top: 12px;	
}
.one-fourth img {
	vertical-align: text-top;	
}

.sidebar-widget .sd-tabs .sd-tab {
	border: none;
	padding: 0;
}
.sidebar-widget .sd-tab-titles {
	display: inline-block;
	margin-bottom: 20px !important;
	text-transform: uppercase;
}
.sidebar-widget .sd-tab-titles li {
	border: none !important;
	margin: 0;
	padding: 0 !important;
}
.sidebar-widget .sd-tab-titles li:first-child a {
	border-left: 1px solid #ced0cd;
}
.sidebar-widget .sd-tab-titles li a {
	background: none !important;
	border: 1px solid #ced0cd;
	border-width: 1px 1px 1px 0;
	color: #919191 !important;
	margin: 0 !important;
	padding: 0 3px !important;
}
.sd-tab-titles a {
	background-color: #343434 !important;
	color: #fff !important;
	font-size: 12px !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 10px 30px !important;
}
.sd-tab-titles .ui-tabs-selected a,
.sd-tab-titles .ui-tabs-active a {
	background-color: #1d1d1d !important;
}
.sidebar-widget .sd-tab-titles .ui-tabs-selected a,
.sidebar-widget .sd-tab-titles .ui-tabs-active a {
	border-bottom-color: #fff;
	background: none !important;
	color: #1c1c1c !important;
}
.one-third .pull-left {
	margin-right: 10px;
}
.one-third p {
	overflow: hidden;	
}
/* toggle */
.toggle-title,
.ui-accordion-header {
	background: none !important;
	background-color: #eeecec !important;
	border: none !important;
	color: #322c2b !important;
}
.toggle-title span,
.ui-accordion-header span {
	background: none !important;
	border: none !important;
}
.toggle-title span:before,
.ui-accordion-header span:before {
	color: #f5f219 !important;
}
.toggle-active span:before,
.ui-accordion-header-active span:before {
	color: #1c1c1c !important;	
}
.toggle {
	border: 1px solid #e0e4e4;
	border-radius: 2px;
}
.toggle-active,
.ui-accordion-header-active  {
	background-color: #fff !important;
}
.ui-accordion-header span,
.ui-accordion-header-active span,
.toggle-title span {
	background-color: #52636c !important;
}
.ui-accordion-header span,
.toggle-title span {
	height: 20px !important;
	right: 10px !important;
	top: 10px !important;
	width: 20px !important;
}
.ui-accordion-header span:before,
.ui-accordion-header-active span:before,
.toggle-title span:before,
.toggle-active span:before {
	color: #fff !important;
	content:"\f0d7" !important;
	font-family: FontAwesome !important;
	display:inline-block;
	font: normal 12px/20px FontAwesome !important;
	right: -10px !important;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.ui-accordion-header-active span:before,
.toggle-active span:before {
	content:"\f0d8" !important;
}
/* accordion */

.accordion-content {
	border: none !important;	
}
.accordion h4 {
	background: #eeecec !important;	
	border: 1px solid #e0e4e4 !important;
}
.ui-accordion-header {
}
.ui-accordion-header-active {
	border: 1px solid #e9e9e9 !important;
	border-bottom: none !important;
}
.accordion-content {
	border: 1px solid #e0e4e4 !important;
	border-top: none !important;
}	
/* pricing table */

.pricing-header {
	background: #1c1c1c !important;
	border-bottom: 1px solid #343332 !important;
	color: #fff !important;
	font-weight: bold !important;
	margin: -20px 0 0 !important;
	padding: 10px 10px 0 !important;	
}
.pricing-header-border {
	border: 1px solid #fff;
	border-width: 1px 1px 0;
	padding: 25px 0;
}
.pricing-column-wrapper {
	padding: 0 10px 10px;	
}
.pricing-column-border {
	border: 1px solid #1c1c1c;
	border-width: 0 1px 1px;	
}
.pricing-header:after {
	background: none !important;	
}
.pricing-column {
	background: #e9e9e9 !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 2px 0 0 !important;
	padding: 0 !important;
}
.pricing-column:after {
	display: none;	
}
.pricing-price {
	background-color: #87bd65;
	color: #fff !important;
	font-size: 24px !important;
}
.pricing-price sup {
	top: -14px !important;	
}
.pricing-desc {
	color: #1c1c1c !important;
	margin-bottom: 0 !important;
	padding: 0 0 0 5px !important;
	text-transform: none !important;
}
.pricing-column ul {
	color: #1c1c1c;	
	margin-top: 0 !important;
}
.pricing-column ul li {
	border: 1px solid #c6c6c6;
	border-width: 0 0 1px;
}
.pricing-column ul li:last-child {
	padding-bottom: 10px;	
}
.pricing-column ul li:nth-child(odd) {
	background-color: #e1e1e1;
}
.pricing-featured {
	top: -40px !important;	
}
.pricing-button {
	background: none !important;
	border: 2px solid #1c1c1c;
	border-radius: 0 !important;
	color: #1c1c1c !important;
	margin-bottom: 20px;
}
.pricing-featured .pricing-button{
	margin: 20px 0 40px;
}
/* colored buttons */

.sd-button {
	box-shadow: none !important;
	text-shadow: none !important;
}
.sd-button:active {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2) inset !important;
}
/* tooltip */

.tooltip-content {
	background: #87bd65 !important;	
	border: none !important;
	box-shadow: none !important;
	color: #1c1c1c;
}

.tooltip-content:after,
.tooltip-content:before {
	border-top: 15px solid #87bd65 !important;
}
.tooltip-content:before {
	border-top-color: #87bd65 !important;
}
/* latest blog */

.sd-blog-carousel-desc {
	background-color: #1c1c1c !important;	
}
.sd-blog-carousel-desc h3 {
	color: #fff;
	margin-bottom: 30px;
}
.sd-blog-carousel-desc .sd-styled-title:before {
	border-bottom-color: #555;
}
.sd-blog-arrows .flex-next,
.sd-blog-arrows .flex-prev {
	background-position: 0 -126px !important;
	border: 2px solid #484848;
	height: 38px !important;
	margin: 0;
	width: 43px !important;
}
.sd-blog-arrows .flex-next {
	background-position: -43px -126px !important;
}
.sd-blog-arrows .flex-next:hover,
.sd-blog-arrows .flex-prev:hover {
	border-color: #87bd65;
}
/* ------------------------------------------------------------------------ */
/* 22. Isotope
/* ------------------------------------------------------------------------ */

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	   -moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		 -o-transition-duration: 0.8s;
			transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	   -moz-transition-property: height, width;
		-ms-transition-property: height, width;
		 -o-transition-property: height, width;
			transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	   -moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		 -o-transition-property: -o-transform, opacity;
			transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	   -moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		 -o-transition-duration: 0s;
			transition-duration: 0s;
}

/* weekly schedule plugin */

.wcs3-schedule-wrapper table,
.wcs3-schedule-wrapper th,
.wcs3-schedule-wrapper td {
	border-style: solid;
	border-width: 0 1px 1px 0;
}
.wcs3-schedule-wrapper th,
.wcs3-schedule-wrapper td {
	padding: 20px 0;
}
.wcs3-schedule-wrapper table {
	border-collapse: separate;
	border-width: 1px 0 0 1px;
}
.wcs3-day-col {
	text-transform: uppercase;	
}
.widget_wcs3_today_classes_widget,
.sd_trainers_widget {
	margin-bottom: 10px;	
}
.widget_wcs3_today_classes_widget .sd-title-wrapper,
.sd_trainers_widget .sd-title-wrapper,
.sd_amenities_widget .sd-title-wrapper {
	background-color: #87bd65;
	padding: 30px 20px;
	margin-bottom: 0;
}
.widget_wcs3_today_classes_widget  .sd-styled-title,
.sd_trainers_widget .sd-styled-title,
.sd_amenities_widget .sd-styled-title {
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	width: auto;
}
.widget_wcs3_today_classes_widget  .sd-styled-title:before,
.sd_trainers_widget .sd-styled-title:before {
	border-color: #1c1c1c !important;
	width: 50% !important;
}
.wcs3-today-classes-widget-list {
	background-color: #1c1c1c;
	color: #fff;
	padding: 20px 10px;
}
.wcs3-today-classes-widget-list li {
	border: none;
	font-weight: 700;
	text-transform: uppercase;	
}
/* carousel slider */

.sd-carousel-container-full {
	background-color: #87bd65;
	height: 650px;
	margin-bottom: 10px;
}

.sd-carousel-slider-wrapper .flex-direction-nav {
	display: inline-block;
}
.sd-carousel-slider-wrapper .flex-next,
.sd-carousel-slider-wrapper .flex-prev {
	background-color: #fff !important;
	background-position: 0 -88px !important;
	height: 38px !important;
	margin-top: -19px !important;
	width: 43px !important;
}
.sd-carousel-slider-wrapper .flex-prev {
	left: -43px !important;	
}
.sd-carousel-slider-wrapper .flex-next {
	background-position: -43px -88px !important;
	right: -43px !important;
}
.sd-carousel-slider-wrapper .flexslider .slides > li {
	position: relative;
}
.sd-caption-wrapper {
	background-color: rgba(255, 255, 255, .8);
	bottom: -100%;
	padding: 20px;
	position: absolute;
	width: 100%;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.sd-caption-wrapper h3 {
	border-bottom: 2px solid #1c1c1c;
	font-size: 28px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sd-carousel-slider-wrapper .flexslider .slides > li .sd-caption-wrapper,
.sd_trainers_widget .sd-caption-wrapper {
	-webkit-transition: bottom .3s ease-in-out;
       -moz-transition: bottom .3s ease-in-out;
	    -ms-transition: bottom .3s ease-in-out;
	     -o-transition: bottom .3s ease-in-out;
	        transition: bottom .3s ease-in-out;
}
.sd-carousel-slider-wrapper .flexslider .slides > li:hover .sd-caption-wrapper,
.sd_trainers_widget ul li:hover .sd-caption-wrapper {
	bottom: 0;
}

/* instructor single */

.sd-instructor-classes ul {
	color: #1c1c1c;
	list-style: none;
	text-transform: uppercase;
}
.sd-instructor-classes ul li {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
}
.sd-instructor-class {
	float: left;
	padding-bottom: 10px;
	position: relative;
}
.sd-instructor-class span:before {
	border-bottom: 2px solid #1c1c1c;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 50%;
}	
.sd-instructor-data {
	color: #787878;
	float: right;
	font-weight: normal;
}
.sd-trainer-class-title	 {
	border-bottom: 2px solid #919191;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.sd-trainer-post-title {
	border-left: 3px solid #919191;
	display: inline-block;
	float: left;
	margin: 25px 0 30px;
	padding: 5px 0 5px 15px;
	position: relative;
	text-transform: uppercase;
}
.sd-trainer-post-title:before {
	border-color: transparent transparent transparent #919191;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	content: ' ';
	height: 0px;
	left: 0;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 0px;
	
}
.sd-contact-trainer {
	border-color: #87bd65;
	color: #87bd65;
	float: right;
	margin-top: 20px;
	transition: color 0.2s ease-in 0s;
}
/* sd random classes */

.sd-random-classes ul {
	list-style: none;
}
.sd-random-classes ul li {
	margin-bottom: 20px;	
}
.sd-random-classes-thumb {
	float: left;
	margin-right: 10px;
}
.sd-random-classes-content {
	float: left;
	text-transform: uppercase;
}
.sd-random-classes-content h4 {
	font-size: 14px;
	margin-bottom: 20px;	
}
/* trainers page */

.sd-trainer-page {
	margin-top: -50px;
	position: relative;
}
.sd-trainers-content {
	position: relative;
	width: 100%;
}
.sd-trainers-filters {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 30px 0;
	text-align: center;
	width: 100%;	
}
.sd-trainers-filters ul li {
	border-right: 1px solid #cdcdcd;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.sd-trainers-filters ul li a {
	color: #9b9b9b;	
}
.sd-trainers-filters ul li:last-child {
	border: none;
}
.sd-trainers-filters ul li a:hover,
.sd-trainers-filters ul li a.sd-active {
	color: #1c1c1c;	
}
.sd-trainer-content {
	background-color: #fff;
	height: 100px;
	padding: 30px 20px;
	text-align: center;	
}
.sd-trainer-content h4 {
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;	
}
.sd-trainer-content .sd-styled-title:before {
	width: 70px;
	left: 50%;
	margin-left: -35px;
}
.sd-trainer-item {
	margin-bottom: 30px;	
}


/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */

.read-testimonials {
	    background-color: #fff;
    float: right;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: right;
    width: 1150px;
}
.sd-pagination .pagi-last, .sd-pagination .pagi-first, .sd-pagination .pagi-next, .sd-pagination .pagi-previous {
    color: #000;
}
#search {
	float:left;
}