/*
Theme Name: Givinghand
Theme URI: http://themeforest.net/item/giving-hand-charityfundraising-wordpress-theme/16792781
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: Giving Hand Charity Wordpress Theme.
Version: 1.0
License: GNU General Public License v3.0
License URI: license.txt
Tags: two-columns, custom-header, custom-menu, editor-style, featured-images, theme-options, full-width-template, post-formats, sticky-post, left-sidebar, right-sidebar
Text Domain: givinghand
*/

/* ================================= Table Contents =================================
1. GLOBAL STYLES
	- Main Styles
	- Button Styles	
	- Extra Classes
2.  HEADER
3.  NAVIGATION
4.  LAYOUT	
6.  PORTFOLIO
7.  CALL TO ACTION
8.  TEAM SECTION
9.	TESTIMONIALS SECTION
10.	CLIENT SLIDER SECTION
11.	TWITTER FEEDS SECTION
12.	TABS SECTION
13. CONTACT US SECTION
14. FOOTER
15. PARALLAX STYLES
16. SOCIAL ICONS
17. BLOG
18. ADDITIONAL CSS
	- Isotope
	- Flexslider
19. WIDGETS
20. CUSTOM CSS
	- Custom Button Styles
	- Revolution Slider
	- Galleries
	- VC
21. WOOCOMMERCE
22. WOOCOMMERCE WIDGETS
23. VC STYLE 
=========================================================================== */
/* =========================== GLOBAL STYLES ============================== */
/* ------------- Main Styles ------------- */
body {
	background: #fff;
	color: #979797;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	overflow-x: hidden;
	position: relative;
	line-height: 1.8em;
}
body.boxed {
	background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/pattern-01.png) top left repeat;
}
body.boxed #tpath_wrapper {
	background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.3;
	color: #1c1c1c;
	margin-top: 0;
	margin-bottom: 20px;
}
h1, h2, h3, .h1, .h2, .h3 {
	line-height: 1.4;
}
/* Links */
a {	
	outline: none;
	-webkit-transition: all 0.14s ease 0s; 
	   -moz-transition: all 0.14s ease 0s; 
		 -o-transition: all 0.14s ease 0s; 
}
a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
	outline-offset: 0;
}
a.btn-link {
    font-size: 13px;
    text-transform: uppercase;
}

/* Text Elements */
p {
	margin: 0 0 20px;
}
.entry-content > p, .entry-content > p:last-child {
	margin: 0 0 20px;
}
p:last-child {
	margin: 0;
}
.text-italic {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote p {
	font-style: italic;
}
dd {
	margin-bottom: 1em;
}
b, strong {
    font-weight: 800;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
	
/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
}
table th,
table td {
	padding: 8px;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;	
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table > thead > tr > th, 
table > tbody > tr > th, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > tbody > tr > td, 
table > tfoot > tr > td {
	border: 1px solid #dcdcdc;
}
table > thead > tr > th, 
table > thead > tr > td {
    border-bottom-width: 2px;
}
table th {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2d2d2d;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	min-height: 1px;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
a.text-white,
.text-white {
    color: #fff;
}
/* Override the bootstrap style */
blockquote, .blockquote-reverse {
    border-left: none;
	border-right: none;
	padding: 10px 25px;
	position: relative;
	font-size: 16px;
	color: #7c7c7c;
}
/* Insert the pseudo element - replicating what FontAwesome does */
blockquote:before {
    content: ""; 
    background: #A5A5A5;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
blockquote footer, blockquote small, blockquote .small {
	font-weight: 500;
}
blockquote > blockquote:before, blockquote > blockquote:after {
	content: none;
}
blockquote > blockquote, blockquote > blockquote {
	padding: 0;
}
/* ================================================================
 * WordPress Core
 * ================================================================ */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ------------- Button Styles ------------- */
.btn.btn-wide input[type="submit"] {
    width: 159px;
    padding: 13px 12px;
}
.btn,
.form-submit .submit {
    padding: 7px 28px;
    background: transparent;
	 border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn.btn-large {
    min-width: 155px;
}
.btn.btn-default {
	color: #fff;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
	background: #25292f;
	border-color: #25292f;
}
.vc_btn3, .vc_btn3.vc_btn3-size-md, .btn {
    font-size: 13px;
	font-weight: 700 !important;
    line-height: 24px;
    padding: 7px 28px;
	color: #25292f;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.vc_btn3.vc_btn3-shape-rounded  {
	 border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

/* Button border */
.btn.btn-simple-text {
	padding: 0;
	border: none;
	background: transparent;
}
.btn.btn-simple-text:hover, .btn.btn-simple-text:active, .btn.btn-simple-text:focus {
	color: #25292f;
	border: none;
	background: transparent;
}
/* Button border */
.vc_btn3.vc_btn3-color-black {
	color: #25292f;
}
.vc_btn3.vc_btn3-style-border {
    background: transparent;
    border: 2px solid;
}
.vc_btn3.vc_btn3-style-border:hover {
	border: 2px solid;
}
.vc_btn3.vc_btn3-style-border.vc_btn3-color-theme_color:hover {
	color:#FFF;
}
.vc_btn3.vc_btn3-style-border.vc_btn3-color-white {
	border-color:#fff;
	color:#fff;
}
.vc_btn3.vc_btn3-style-border.vc_btn3-color-white:hover {
	border-color:#fff;
	background:#fff;
}
.vc_btn3.vc_btn3-style-border.vc_btn3-color-black {
	border-color: #efefef;
	color: #25292f;
}
.vc_btn3.vc_btn3-style-border.vc_btn3-color-black:hover {
	border-color:#25292f;
	background:#25292f;
	color:#fff;
}
/* Button Background */
.vc_btn3.vc_btn3-style-background, .vc_btn3.vc_btn3-style-background:hover {
	border:2px solid;
}
.vc_btn3.vc_btn3-style-background.vc_btn3-color-theme_color {
	color:#fff;
}
.vc_btn3.vc_btn3-style-background.vc_btn3-color-theme_color:hover {
	background:#fff;
}
.vc_btn3.vc_btn3-style-background.vc_btn3-color-white {
	background:#fff;
	border-color:#fff;
}
.vc_btn3.vc_btn3-style-background.vc_btn3-color-white:hover {
	border-color:#fff;
	color:#fff;
}
.vc_btn3.vc_btn3-style-background.vc_btn3-color-black {
	background:#25292f;
	border-color:#25292f;
	color:#fff;
}
.vc_btn3.vc_btn3-style-background.vc_btn3-color-black:hover {
	border-color:#25292f;
	color:#25292f;
}
/* Buttom Simple Text */
.vc_general.vc_btn3.vc_btn3-style-simple_text {
	background:none;
	padding:10px 0;
}
.vc_btn3.vc_btn3-style-simple_text.vc_btn3-color-white {
	color:#fff;
}
.vc_btn3.vc_btn3-style-simple_text.vc_btn3-color-black {
	color:#25292f;
}
/* Buttom Bottom Border */
.vc_general.vc_btn3.vc_btn3-style-bottom_border {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
	padding: 7px 0;
}
.vc_general.vc_btn3.vc_btn3-style-bottom_border:hover {
    padding: 7px 15px;
}
.vc_general.vc_btn3.vc_btn3-style-bottom_border.vc_btn3-color-theme_color:hover {
	color:#fff;
}
.vc_general.vc_btn3.vc_btn3-style-bottom_border.vc_btn3-color-white:hover {
    background:#fff;
	border-color:#fff;
}
.vc_general.vc_btn3.vc_btn3-style-bottom_border.vc_btn3-color-black:hover {
    background:#25292f;
	border-color:#25292f;
	color:#fff;
}
.btn.btn-style-color {
	color: #fff;
	border: 2px solid;
}
.btn.btn-style-color:hover, .btn.btn-style-color:active, .btn.btn-style-color:focus {
	background: #25292f;
	border-color: #25292f;
	color: #fff;
}
.btn.btn-style-outline {
	border: 2px solid #d0d0d0;
}
.btn.btn-style-outline.btn-white {
	border-color: #fff;
}
.typo-white .btn.simple_text {
    color: #fff;
}
.btn,
.pager li > a,
.pager li > span,
input[type="submit"],
.wpcf7 input[type="submit"],
.submit {
    font-weight: 500;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
}
.btn.btn-search {
    border: none;
}
.btn.btn-search:hover {
    color: #000;
}
.btn.btn-active {
    color: #fff;
}
.btn.btn-active:hover,
.btn.btn-active:active,
.btn.btn-active:focus {
    background: transparent;
}
.pager li > a,
.pager li > span {
	border: 1px solid #c9c9c9;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #222;
    padding: 5px 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.post-navigation .pager li a:hover, .post-navigation .pager li a:active, .post-navigation .pager li a:focus {
	color: #fff;
}
.post-navigation .pager li > a, .post-navigation .pager li > span {
	 border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 5px 25px;
}
.pager li > a i {
    font-size: 16px;
    font-weight: 700;
}
.pager li.previous > a i {
    margin-right: 5px;
}
.pager li.next > a i {
    margin-left: 5px;
}
input[type="submit"],
.wpcf7 input[type="submit"] {
    border: 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    padding: 5px 20px;
    color: #FFFFFF;
    font-size: 16px;
    width: auto;
    height: auto;
}
.btn i {
    padding-right: 10px;
    font-size: 17px;
}
.btn-search i {
    padding-right: 0;
}
.btn-margin {
    margin-right: 20px;
}
.search-form .btn {
    padding: 3px 12px;
    font-size: 17px;
}
.widget .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn.btn-search {
    background: transparent;
    color: #000;
    border-color: transparent;
}
.btn.btn-search:hover,
.btn.btn-search:active,
.btn.btn-search:focus {
    background: transparent;
    border-color: transparent;
}
.search-form .input-group {
    background: #fff;
    border: 1px solid #BFBFBF;
    height: 30px;
    padding: 10px 15px;
}
.search-form input.form-control,
.search-form .input-group input.form-control {
    background: transparent;
    border: medium none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    padding: 0;
    height: 30px;
}
.search-form .input-group-btn .btn {
    padding: 0;
    height: 30px;
    color: #bbb;
}
.search-form .input-group-btn .btn:hover,
.sidebar .search-form .input-group-btn .btn:hover {
    color: #000;
}
/* ------------- Extra Classes ------------- */
.inline-block, .inline-title {
    display: inline-block;
}
.no-padding {
	padding: 0;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-35 {
	margin-top: 35px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.tpath-rounded {	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.animated {
	visibility:hidden;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	-ms-animation-fill-mode: none;
}
.visible {
	visibility:visible;
}
.input-group input.form-control {
	background: #fff;	
	height: 45px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
}
.input-group-btn .btn {
	height: 45px;
	min-width: 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0;
}
.input-group .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.section-arrow-pointer {
	position: absolute;
}
.section-icon i:before, .section-icon i:after {
	font-size: 30px;	
}
.section-icon i {
	color: #7f8c8d;
}
.tpath-listitem, .list-unstyled {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tpath-listitem.custom-icon li:before {
	content: "\f00c";
	font-size: 14px;	
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border: 2px solid #2d2d2d;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 2px;
	width: 30px;
	height: 28px;
}
.tpath-listitem.custom-icon li {
	position: relative;
	padding-left: 45px;
	line-height: 30px;
}
.container-big {
	margin: 0 auto;
}
.pageloader { 
	background: url(images/page-loader.gif) center center no-repeat #fff;  
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;	
}
/* Page Header */
.page-title-section {
	width: 100%;
	overflow: hidden;
	background-position: center center;
    background-size: cover;
	background-color: #25292f;
    position: relative;
	padding: 50px 0;
}
body.two-col-right .page-title-section,
body.two-col-left .page-title-section,
body.blog .page-title-section,
.single.single-post .page-title-section,
.single.single-tpath_portfolio .page-title-section,
.archive.tax-portfolio_categories .page-title-section,
.archive.tax-portfolio_skills .page-title-section,
.search.search-results .page-title-section,
.search.search-no-results .page-title-section,
.page.page-template-template-contact .page-title-section,
.woocommerce-page .page-title-section,
.woocommerce .page-title-section {
	margin-bottom: 65px;
}
.page-title-section::before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.page-title-container .page-title-header {
	position: relative;
	width: 100%;
}
.page-title-header {
	float: left;	
}
.page-title-header .page-slogan {
	margin-bottom: 10px;
	font-size: 24px;
}
.page-header-icon {
	margin: 30px 0 15px;
}
.page-header-icon i {
	font-size: 35px;	
}
.page-breadcrumbs {
    text-align: center;
}
.page-breadcrumbs a span, .page-breadcrumbs span > a {
	color: #FFF;
}
.page-breadcrumbs, .page-breadcrumbs span {
	color: #FFF;
}
.page-title-section .page-breadcrumbs-wrapper .tpath-breadcrumbs {
    display: inline-block;
    position: relative;
	border: 2px solid #fff;
	padding: 10px 12px;
	line-height: 20px;
}
.page-breadcrumbs-wrapper.clearfix {
    z-index: 1;
    position: relative;
}
.page-title-header h1, .page-title-header h1.entry-title {
	color: #ffffff;
	font-size: 55px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.page-title-header h1 strong, .page-title-header h1 > span {
	font-weight: 800;
}
.page-breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-breadcrumbs ul li {
	float: left;
}
.page-breadcrumbs span.tpath-breadcrumb-sep {
    padding: 0 5px;
	color: #fff;
	vertical-align: middle;
}
.page-breadcrumbs ul li, .woocommerce .woocommerce-breadcrumb {
	color: #8c8c8c;
    font-size: 14px;
	font-weight: normal;
}
.tpath-breadcrumbs .tpath-breadcrumb-sep:last-child {
	display:none;
}
.woocommerce .woocommerce-breadcrumb a {
	font-weight: normal;
}
.slider-section {
    position: relative;
	z-index: 1;
}
.tpath-section-top {
    display: block;
	position: absolute;
	top: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    top: 0;
}
.tpath-listitem li {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 22px;
}
/* Section Title */
.tpath-section-title {
	margin-bottom: 40px;
}
.tpath-section-title .section-title {
	margin-bottom: 20px;
}
.tpath-section-title .section-heading .section-title {
    text-transform: uppercase;
}
.tpath-section-title .section-title.text-capitalize {
	text-transform: capitalize;
}
.tpath-section-title .section-title.text-uppercase {
	text-transform: uppercase;
}
.tpath-section-title .section-title.text-transform-none {
    text-transform: none;
}
.tpath-section-title .prefix-title {
    font-weight: 800;
}
.tpath-section-title .section-title.text-weight-bold,
.text-weight-bold {
    font-weight: 700;
}
.tpath-section-title .section-title.text-weight-extra-bold,
.text-weight-extra-bold {
    font-weight: 800;
}
.tpath-section-title .section-title.text-weight-normal,
.text-weight-normal {
    font-weight: 500;
}
.section-title .title_icon {
    margin-right: 10px;
}
.section-title .title_icon [class^="flaticon-"]::before,
.section-title .title_icon [class*=" flaticon-"]::before,
.section-title .title_icon [class^="flaticon-"]::after,
.section-title .title_icon [class*=" flaticon-"]::after {
    font-size: inherit;
}
.tpath-section-title.bottom_border .section-sub-title {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.tpath-section-title div.section-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #717070;
}
.tpath-section-title .section-sub-title {
  	color: #25292f;
    font-size: 34px;
	line-height: 34px;
    margin-bottom: 12px;
    position: relative;
}
.title-desc {
    margin-top: 15px;
}
.typo-white .tpath-section-title .section-sub-title {
  	color: #FFF;
}
.widget-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
.tpath-section-title.section-margin {
    margin-bottom: 50px;
}
.tpath-section-title .title-btn.pull-right {
    margin-left: 30px;
}
.tpath-section-title .title-desc p  {
	font-size:18px;
}
.tpath-section-title .title-btn .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #efefef;
     border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    color: #25292f;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 7px 20px;
    position: relative;
    text-transform: uppercase;
	margin-top: 20px;
}
.tpath-section-title .title-btn .btn:hover {
    background: #25292f none repeat scroll 0 0;
    border-color: #25292f;
    color: #ffffff;
}
#back-to-top {
    bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    right: 15px;
    color: #fff;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#back-to-top i {
    color: #fff;
    font-weight: 900;
    line-height: 40px;
}
#back-to-top:hover,
#back-to-top:active,
#back-to-top:focus {
    background-color: #000;
}
/* ================================================================
 * HEADER 
 * ================================================================ */
#tpath_wrapper .header-section {
    width: 100%;
    z-index: 1001;
}
.header-section .navbar {
	margin-bottom: 0;
	min-height: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
}
.navbar-brand {	
	height: auto;
	display: block;
	/*line-height: 95px;*/
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand .site-logo-text {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.tpath-logo .navbar-brand > img {
	position: relative;
/*	width: 100%;*/
	display: inline-block;
}
.navbar-brand > img:hover {
    box-shadow:none;
}
.navbar-header.tpath-logo, .tpath-logo .navbar-brand, .tpath-logo .navbar-brand > img {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.tpath-logo .navbar-brand > img {
	transition: max-height 0.3s ease-in-out 0s;
	-moz-transition: max-height 0.3s ease-in-out 0s;
	-webkit-transition: max-height 0.3s ease-in-out 0s;
	-o-transition: max-height 0.3s ease-in-out 0s;
	-ms-transition: max-height 0.3s ease-in-out 0s;
}
/* Header Logo Bar */
.header-section .header-logo-section {
	padding: 30px 0;
}
.header-section.header-transparent .header-logo-section {
	background-color: transparent;
}
.header-logo-section .tpath-logo-bar > li {
	line-height: 55px;
	vertical-align: middle;
}
.header-logo-section .tpath-logo-bar li > div {
	display: inline-block;
	margin-right: 28px;
	padding-right: 28px;
	line-height: 40px;
	border-right: 1px solid #5A5E63;
}
.header-logo-section .tpath-logo-bar li > div:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.header-logo-section .tpath-logo-bar li > div .header-top-icon, .header-logo-section .tpath-logo-bar li > div .header-top-info {
	display: inline-block;
	vertical-align: middle;
}
.header-logo-section .tpath-logo-bar li > div .header-top-icon {
	margin-right: 16px;
}
.header-logo-section .tpath-logo-bar li > div .header-top-icon > i {
	color: #fff;
	font-size: 36px;
}
.header-logo-section .tpath-logo-bar li > div .header-top-info .header-label {
	display: block;
	margin-bottom: 6px;
	color: #e4e4e4;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}
.header-logo-section .tpath-logo-bar li > div .header-top-info > * {
	line-height: 1.3;
	margin: 0;
}
.header-logo-section .tpath-logo-bar a {
	color: #d3d3d3;
}
.header-logo-section .tpath-logo-bar .header-phone-number .header-label-details {
	font-size: 16px;
	font-weight: 600;
}
.header-socials-nav .header-social-links .tpath-social-icons li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 15px;
}
.header-socials-nav .header-social-links .tpath-social-icons li {
	margin: 0 3px;
}
.header-socials-nav .header-social-links .tpath-social-icons li:first-child {
	margin-left: 0;
}
.header-socials-nav .header-social-links .tpath-social-icons li:last-child {
	margin-right: 0;
}
.navbar-brand .site-logo-text, .navbar-brand .site-logo-text:hover {
	color: #FFF;
}
.navbar-brand {
	position:relative;
	z-index: 0;
}
/* Header Types */
.header-main-section p {
	border: 1px solid;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 15px;
}
.header-main-section .nav.navbar-nav li.search-nav {
	line-height: 65px;
}
.header-main-section .container .navbar-collapse > .navbar-nav.navbar-left {
	margin-left: -15px;
}
.header-section.header-dark .header-search-form, .header-section.header-theme-color .header-search-form {
    color: #FFF;
}
.header-search-form .search-form {
	max-width: 330px;
}
.header-search-form .search-form .input-group {
    height: 65px;
	line-height: 65px;
    padding: 0 25px;
	border: none;
	background: #282d34;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
.header-search-form .form-control::-moz-placeholder {
	color: #d3d3d3;
}
.header-search-form .form-control:-ms-input-placeholder {
	color: #d3d3d3;
}
.header-search-form .form-control::-webkit-input-placeholder {
	color: #d3d3d3;
}
.header-search-form .search-form .input-group-btn .btn {
	height: auto;
	color: #d3d3d3;
}
.header-search-form .search-form .input-group input.form-control {
	height: 65px;
	padding-left: 0;
	color: #d3d3d3;
	font-size: 13px;
	min-width: 250px;
}
.header-main-section .nav.navbar-nav .header-search-form .search-form i {
	line-height: normal;
	font-size: 23px;
}
/* Header Navigation Center */
.header-section .tpath-main-bar {
	float:right;
}
/* Transparent Header */
.header-section.header-transparent, .header-section.header-semi-transparent {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header-section.header-dark .header-logo-section,
.header-section.header-dark .header-main-section, 
.header-section.header-dark .is-sticky.header-main-section,
.header-section.header-transparent.header-dark .is-sticky .header-main-section,
.header-section.header-dark .header-main-section .navbar-collapse {
	background: #25292f;
}
.header-section.header-dark .header-logo-section {
	border-bottom: 2px solid #282d34;
}
.header-section.header-light .header-main-section, 
.header-section.header-light .is-sticky.header-main-section,
.header-section.header-transparent.header-light .is-sticky .header-main-section,
.header-section.header-light .header-main-section .navbar-collapse {
	background: #fff;
}
.header-section.header-transparent.header-light, 
.header-section.header-transparent.header-light .header-main-section, 
.header-section.header-transparent.header-dark, 
.header-section.header-transparent.header-dark .header-main-section,
.header-section.header-transparent.header-theme-color, 
.header-section.header-transparent.header-theme-color .header-main-section,
.header-section.header-semi-transparent.header-light .header-main-section, 
.header-section.header-semi-transparent.header-dark .header-main-section,
.header-section.header-semi-transparent.header-theme-color .header-main-section,
.header-section.header-semi-transparent .header-main-section .navbar-collapse,
.header-section.header-transparent .header-main-section .navbar-collapse {
    background: transparent;
}
.header-section.header-semi-transparent.header-light, .header-section.header-semi-transparent.header-light .header-main-section {
    background: rgba(255, 255, 255, 0.6);
}
.header-section.header-semi-transparent.header-dark, .header-section.header-semi-transparent.header-dark .header-main-section {
    background: rgba(34, 43, 52, 0.6);
}
/* ================================================================
 * STICKY HEADER
 * ================================================================ */
.header-main-section {
	-webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
	transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out, -o-transform 0.5s ease-in-out, background 0.5s ease-in-out;
	position: relative;
	z-index: 100;
}
.is-sticky .header-main-section {
	width: 100%;
	z-index: 1001;		
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/*.is-sticky .header-main-section .tpath-main-nav.nav.navbar-nav > li > a {
	line-height: 70px;
    padding: 0;
}
.is-sticky .header-main-section .nav.navbar-nav.tpath-main-nav li > a::after { 
	bottom:15px;
}
.is-sticky .header-main-section .nav.navbar-nav li.extra-nav.search-nav, .is-sticky .header-main-section .nav.navbar-nav li.extra-nav.header-main-cart {
	line-height: 70px;
}*/
.header-main-section.sticky-header-hide {
	-webkit-transform: translateZ(0) translateY(-100%);
	-moz-transform: translateZ(0) translateY(-100%);
	transform: translateZ(0) translateY(-100%);
}
/* ================================================================
 * NAVIGATION
 * ================================================================ */
.tpath-main-nav.nav.navbar-nav > li > a {
	margin: 0 16px;
	padding: 0;
	line-height: 65px;
	font-size: 13px;
	color: #e4e4e4;
	text-transform: uppercase;
	position: relative;
	transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
}
/*.tpath-main-nav.nav.navbar-nav > li > a:first-child {
	margin-left: 0;
}*/
.tpath-main-nav.nav.navbar-nav > li.menu-item-has-children > a {
	margin: 0 35px 0 16px;
}
.tpath-main-nav.nav.navbar-nav > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: inherit;
    font-size: 16px;
	position: absolute;
	right: -18px;
	top: 0;
}
.header-main-section .navbar-nav .main-nav li:hover ul.dropdown-menu, 
.header-main-section .navbar-nav ul.dropdown-menu li.dropdown:hover ul.sub-nav {
    display: block;
    opacity: 1;
    visibility: visible;
}
.header-section.header-transparent .tpath-main-nav > li > a, .header-section.header-transparent .extra-nav {
	color: #fff;
}
.header-menu-bar {
	border: none;
	padding: 10px 0;
}
.header-menu-bar .navbar-collapse {
	position: relative;
}
.nav.navbar-nav.tpath-main-left > li {
    position: static;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.navbar-header .icon-bar {
    background: none repeat scroll 0 0 #FFFFFF;
}
/*.header-main-section .tpath-mainnavbar-collapse {
	padding:0;
}*/
.navbar-collapse {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
/*.header-top-section .navbar-right {
    margin-right: 0;
}*/
.header-sidebar-social .tpath-social-icons li:last-child {
    margin-right: 0;
}
.header-main-section ul ul.dropdown-menu li > a::after {
	display:none;
}
.dropdown-toggle .caret {
	display: none;
}
.dropdown:hover .dropdown-menu, .dropdown-menu .dropdown:hover .sub-menu, .dropdown:hover .tpath-megamenu-wrapper, 
.header-main-cart:hover .woo-cart-contents {
	visibility: visible;	
    animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
	animation-fill-mode: both;
	-moz-animation-fill-mode: both;
 	-webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
}
.dropdown-menu, .navbar-right .dropdown-menu {
    border: none;
	border-top: 2px solid transparent;
    background: #25292f;
	min-width: 200px;
	padding: 0;	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	display: block;
	opacity: 0;
	visibility: hidden;	
	top: auto;
	left: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: transparent;
}
.dropdown-menu, .dropdown-menu .sub-menu, .tpath-megamenu-container {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.header-section .nav.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.header-section .nav.navbar-nav .dropdown-menu li a {
    font-weight: 600;
	text-transform: uppercase;
}
.header-section .nav.navbar-nav .dropdown-menu li:last-child {
	border: none;
}
.navbar-nav.tpath-main-nav .dropdown-menu li {
	margin-right: 0;
}
.navbar-nav.tpath-main-nav .dropdown-menu {
    min-width: 180px;
}
.navbar-nav.tpath-main-nav .dropdown-menu li a {
    text-transform: capitalize;
	padding: 15px 20px;
}
.dropdown-menu > li > a,
.dropdown-menu .sub-menu a {
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a, .dropdown-menu ul li a {
	color: #FFF;
	font-weight:300;
}
/*.dropdown-menu > li > a:hover,
.dropdown-menu .sub-menu a:hover {
    padding-left: 45px;
}*/
/*.dropdown-menu > li > a::before,
.dropdown-menu .sub-menu a::before {
    content: '\f105';
    font-family: FontAwesome;
    color: inherit;
    font-size: 16px;
    line-height: 20px;
	left: 15px;
    position: absolute;
}*/
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: -2px;
    padding: 0;
    min-width: 200px;
    list-style: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #25292f;
    border-top: 2px solid transparent;
}
.dropdown-menu .sub-menu a {
    clear: both;   
    display: block;
    line-height: 1.42857;
    white-space: nowrap;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: transparent;
}
.tpath-megamenu-wrapper {
	visibility: hidden;
	min-width: 800px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
}
.tpath-megamenu-container, .tpath-megamenu, .tpath-megamenu .tpath-megamenu-submenu .sub-menu {
	list-style: none;	
}
.tpath-megamenu .tpath-megamenu-submenu .sub-menu {
	padding: 0;
	margin: 0;
}
.tpath-megamenu-container {
	border-top: 2px solid #fff;
	margin: 0;
}
.tpath-megamenu {
	display: table;	
	width: 100%;
	padding: 15px;
}
.tpath-megamenu > li {
	padding: 15px;
	float: none;
	display: table-cell;
	text-align: left;
}
.navbar-nav .tpath-megamenu > li a {
	color:#333333;
}
.tpath-megamenu > li:last-child {
	border: none;
}
.tpath-megamenu-title {
	margin: 0 0 15px;
}
.tpath-megamenu-title .tpath-megamenu-icon {
	padding-right: 10px;
}
.tpath-megamenu-container a {
	display: block;
	padding: 8px 0;
}
.tpath-megamenu-bullet {
	padding-right: 10px;
}
.nav > li.tpath-megamenu-menu, .nav > li.tpath-megamenu-menu .dropdown-toggle {
	position: static;
}
.nav > li.tpath-megamenu-menu .dropdown-toggle:after {
	display: none;
}
.mobile-sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li span.menu-toggler {
	display: inline-block;
	width: 30px;
	cursor: pointer;	
	height: 10px;
	line-height: 10px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 1;
}
ul li span.menu-toggler i {
	display: block;
	line-height: 20px;
	font-size: 25px;
}
ul li span.menu-toggler .fa-angle-down {
	display: block;
}
/* ================================================================
 * LAYOUT
 * ================================================================ */
.boxed #tpath_wrapper, .boxed .container {	
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.boxed #tpath_wrapper {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.fullwidth .container {
	width: 100%;
	max-width: 1180px;
}
#tpath_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.boxed #tpath_wrapper .subscribe-box .panel-body {
    padding: 15px 15px 15px 35px;
}
.two-col-right #single-sidebar-container #primary,
.two-col-left #single-sidebar-container #sidebar,
.three-col-right #single-sidebar-container,
.three-col-right #single-sidebar-container #primary,
.three-col-middle #single-sidebar-container #primary,
.three-col-middle #secondary-sidebar,
.three-col-left #single-sidebar-container #sidebar,
.three-col-left #secondary-sidebar {
	float: left;	
}
.two-col-right #single-sidebar-container #sidebar,
.two-col-left #single-sidebar-container #primary,
.three-col-right #single-sidebar-container #sidebar,
.three-col-right #secondary-sidebar,
.three-col-middle #single-sidebar-container,
.three-col-middle #single-sidebar-container #sidebar,
.three-col-left #single-sidebar-container,
.three-col-left #single-sidebar-container #primary {
	float: right;	
}
#content {
	padding: 0;
}
.main-section {
	position: relative;
	min-height: 480px;
	width: 100%;
	z-index:1;
}
.page-template-template-parallax .main-section {
	background: transparent;
}
.main-col-small, .main-col-full, .content-col-small, .content-col-full, .pm-sidebar, .sec-sidebar, .fullwidth-page-wrapper,
.page-template-default .tpath-block.tpath-block-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.main-col-small {
	width: 81%;	
}
.main-col-full {
	width: 100%;	
}
.content-col-small {
	width: 74%;	
}
.content-col-full {
	width: 100%;	
}
.pm-sidebar {
	width: 25%;	
}
.single-sidebar-container.parallax-flat {
	padding-top: 0;
	padding-bottom: 0;
}
.wp-caption {
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	max-width: 100%;
	clear: both;
}
dl.wp-caption {
	border: none;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 5px;    
}
.wp-caption-text {
	text-align: center;
}
.revslider_active .main-section {
    border-top: none;
}
/* ================================================================
 * FEATURE BOXES
 * ================================================================ */
.feature-box-default .tpath-feature-icon::after {
	width: 100px;
	height: 100px;
	border: 3px solid;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
	content:"";
	position:absolute;
	left:-10px;
	top:-10px;
	 border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
}
.tpath-feature-bgstyle .tpath-feature-top .tpath-feature-icon::after {
	width: 80px;
	height: 100px;
	border-radius: 200px;
	border: 3px solid;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
	content:"";
	position:absolute;
	left:-10px;
	top: 0;
}
.feature-box-default .tpath-feature-icon {
    border: 1px solid #ccc;
    float: left;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 80px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.feature-box-default .tpath-feature-content {
    margin-left: 105px;
}
.feature-box-title {
    font-size: 18px;
	line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpath-feature-box {
    position: relative;
	clear: both;
	margin-bottom: 20px;
}
.tpath-feature-box.feature-icon-yes.text-left .tpath-feature-box-title {
    padding-left: 25px;
}
.tpath-feature-box.feature-icon-yes.text-right .tpath-feature-box-title {
    padding-right: 25px;
}
.tpath-feature-box .tpath-feature-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.tpath-feature-box .vc_feature_box-img {
    width: 100%;
}
.tpath-feature-box.feature-icon-yes .tpath-feature-box-title {
    display: table-cell;
    vertical-align: middle;
}
.tpath-feature-box.text-left .tpath-feature-box-title > .feature-box-title { 
    margin-bottom: 0;
	line-height: 1.7;
}
.tpath-feature-box .tpath-feature-box-title > .feature-box-sub-title { 
    margin-top: 20px;
	margin-bottom: 0;
	font-style: italic;
}
.tpath-feature-box.feature-icon-yes .feature-icon-box-content {
    margin-top: 10px;
}
.tpath-feature-box .feature-icon-box-content {
    margin-top: 20px;
}
.tpath-feature-box .tpath-feature-top .tpath-feature-image::after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tpath-feature-box:hover .tpath-feature-top .tpath-feature-image::after {
    opacity: 1;
}
.tpath-feature-box:hover .tpath-feature-top .tpath-feature-image img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.tpath-feature-box .tpath-feature-icon i,
.tpath-feature-box .tpath-feature-icon i:before {
    font-size: 36px;
    color: #c9c9c9;
    font-weight: normal;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-icon i, 
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-icon i::before {
	line-height: 1.1;
	padding-top: 5px;
}
.tpath-feature-box:hover .tpath-feature-icon i,
.tpath-feature-box .tpath-feature-icon i:hover,
.bg-style.primary-color .tpath-feature-box:hover .tpath-feature-icon i,
.bg-style.primary-color .tpath-feature-box .tpath-feature-icon i:hover {
    color: #222;
}
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.tpath-feature-box:hover .tpath-feature-icon i {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.tpath-feature-box-btn {
    margin-top: 30px;
}
.tpath-feature-box-btn .btn.btn-no_border {
    border: medium none;
    padding: 0;
}
.tpath-feature-box-btn .btn.btn-no_border:hover {
    background: none;
}
.tpath-feature-box.title_top .btn {
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: #4b3c38;
}
.tpath-feature-box.title_top:hover .btn {
    background: transparent;
}
/* ICON STYLE */
.tpath-feature-box.feature-box-style.style-iconstyle {
    border: 1px solid #e4e4e4;
    padding: 20px 30px 20px;
	overflow:hidden;
}
.tpath-feature-bgstyle .tpath-feature-top {
    display: inline-block;
    width: 100%;
}
.tpath-feature-bgstyle .tpath-feature-top .tpath-feature-icon {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 60px;
	position: relative;
}
.tpath-feature-bgstyle .tpath-feature-top .feature-box-title {
    float: left;
}
.tpath-feature-bgstyle .btn-fbox {
	margin-left:3px;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-content {
    margin-top: 7px;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-content p:last-child {
    margin-bottom: 0;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-title,
.tpath-feature-box.feature-box-style.style-iconstyle.text-left .tpath-feature-box-title > .feature-box-title {
    padding: 0;
}
.tpath-feature-box.feature-box-style.style-iconstyle,
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-title .feature-box-title {
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkti-transition: all 0.3s ease-in-out 0s;
}
.tpath-feature-box.feature-box-style.style-iconstyle .feature-box-no {
	color: #f2f2f2;
    font-family: "Open Sans",sans-serif;
    font-size: 72px;
    font-weight: 700;
    left: 96px;
    margin-bottom: 0;
    position: absolute;
    top: 18px;
    z-index: -1;
}
.tpath-feature-bgstyle .tpath-feature-top .tpath-feature-icon,
.tpath-feature-box.feature-box-style.style-iconstyle .feature-box-title,
.tpath-feature-box.feature-box-style.style-iconstyle .feature-box-no {
	line-height: 60px;
    margin-bottom: 0;
}

/* Buttons */
.feature-box-item .feature-box-button {
    margin-top: 12px;
}
.feature-box-item .feature-box-button .btn {
	text-transform: none;
}
.btn.btn-simple-text.btn-skin-default {
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 800;
}
.btn.btn-fbox {
	font-size: 14px;
}
.btn.btn-fbox i {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 0;
}
.tpath-feature-box.feature-box-style.style-iconstyle .btn {
	text-transform: lowercase;
}
/* ================================================================
 * PORTFOLIO
 * ================================================================ */
.portfolio-image {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
	 width: 100%;
}
.portfolio-item:hover .portfolio-image {
	transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.portfolio-item:hover .btn {
    color: #fff;
}
.portfolio-content .portfolio-title:after {
    bottom: -18px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 42px;
}
.portfolio-content .portfolio-title,
.portfolio-content .portfolio-title > a {
    color: #1c1c1c;
    font-size: 17px;
    margin: 0 0 30px;
    position: relative;
}
.portfolio-gallery-wrapper .portfolio-top-wrapper,
.team-top-wrapper {
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
}
.portfolio-top-wrapper .portfolio-tabs,
.team-top-wrapper .team-tabs {
    margin: 0 auto;
}
.portfolio-gallery-wrapper .portfolio-tabs > li,
.team-gallery-wrapper .team-tabs > li {
    padding: 0;
}
.portfolio-gallery-wrapper .portfolio-tabs > li:after {
	color: #888888;
    content: "/";
    font-weight: normal;
}
.portfolio-gallery-wrapper .portfolio-tabs > li:last-child,
.team-gallery-wrapper .team-tabs > li:last-child {
    margin-right: 0;
}
.portfolio-gallery-wrapper .portfolio-tabs > li:last-child,
.team-gallery-wrapper .team-tabs > li:last-child {
    margin-right: 0;
}
.portfolio-gallery-wrapper .portfolio-tabs > li:last-child::after {
	display:none;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a {
    color: #979797;
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 10px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a.active, .team-gallery-wrapper .team-tabs > li a.active {
	color: #252525;
}
.portfolio-columns-2 .portfolio-item {
    width: 50%;
}
.portfolio-columns-3 .portfolio-item {
    width: 33.3333%;
}
.portfolio-columns-4 .portfolio-item {
    width: 25%;
}
.portfolio-item-inner {
    overflow: hidden;
}
.portfolio-item-inner .portfolio-overlay {
    background-color: rgba(37, 41, 47, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	opacity:0;
	transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
	 transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.portfolio-item-inner .portfolio-overlay .portfolio-border {
    border: 1px solid #e4e4e4;
    right: 10px;
    left: 10px;
    position: absolute;
    top: 10px;
    bottom: 10px;
}
.portfolio-icons {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
	transform:translateY(-50%); 
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.portfolio-overlay .portfolio-icons div {
    display: inline-block;
    margin: 0 5px;
}
.portfolio-icons > div > a {
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.portfolio-icons > div > a:hover, .portfolio-icons > div > a:active, .portfolio-icons > div > a:focus {
	background: #fff;
}
.portfolio-item-inner:hover .portfolio-overlay {
	transform: scale(1, 1);
	opacity:1;
}
/*Hover*/
.portfolio-item .portfolio-content * {
    transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.portfolio-content:hover .portfolio-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
}
.portfolio-content:hover .portfolio-bottom {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
}
.portfolio-gallery-wrapper .portfolio-overlay h4 a {
    color: #fff;
}
.portfolio-gallery-wrapper .portfolio-overlay h5.portfolio-date {
    font-size: 15px;
    line-height: 58px;
    float: right;
    margin: 0;
}
/* Single Portfolio */
.portfolio-header {
    margin-bottom: 40px;
    overflow: hidden;
}
.page-title-header {
    position: relative;
}
.portfolio-header h1 {
    font-size: 26px;
    line-height: 32px;
}
h3.portfolio-desc-title,
h3.portfolio-info-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.portfolio-single .portfolio-details {
	margin-bottom: 15px;
}
.portfolio-box {
    float: left;
    width: 100%;
}
.portfolio-box h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding-right: 12px;
    float: left;
    min-width: 90px;
}
.portfolio-gallery.portfolio-image {
    margin-bottom: 3em;
}
.portfolio-gallery.portfolio-image img {
    margin: 0 auto;
    width: 100%;
}
.tax-portfolio_categories .portfolio-gallery-wrapper, .tax-portfolio_skills .portfolio-gallery-wrapper {
	margin-bottom: 30px;
}
/* ================================================================
 * CALL TO ACTION
 * ================================================================ */
.call-to-action-wrapper {
	margin: 0;
	text-align: center;
}
.call-to-action-text {
	border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    font-size: 52px;
    line-height: 56px;
    font-weight: 400;
    margin: 0;
	padding: 25px 10px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}
.vc_general.vc_cta3 .vc_cta3-actions:before {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.vc_general.vc_cta3 .vc_cta3-actions {
    position: relative;
    padding-top: 50px;
}
.wpb_row .vc_cta3-container {
    margin-bottom: 0;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-style-default {
    padding: 0;
}
.vc_cta3 .vc_cta3-content-header h4 {
    font-size: 20px;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
    margin-bottom: 50px;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    padding-left: 32px;
}
/* ================================================================
 * ICONS SECTION
 * ================================================================ */

.tpath-icons-box {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}
.tpath-icons-box .flaticon,
.tpath-icons-box .flaticon:before,
.tpath-icons-box .flaticon:after,
.tpath-icons-box i {
    font-size: 35px;
    vertical-align: middle;
}
.tpath-icon-box-content.icon-align-left .tpath-icon-view {
    float: left;
    min-width: 55px;
}
.tpath-icon-content p:last-child {
    margin-bottom: 0;
}
.tpath-icons-box .tpath-icon-content h5 {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
/* ================================================================
 * QUOTE BOX SECTION
 * ================================================================ */

.tpath-quote-box {
    position: relative;
    min-height: 400px;
}
.tpath-quote-box .tpath-quote-border {
    border: 4px solid #fff;
    height: 94%;
    left: 3%;
    position: absolute;
    top: 3%;
    width: 94%;
}
.tpath-quote-box.without-quote-bg .tpath-quote-border {
    position: inherit;
    margin: 0;
    width: 100%;
    border: 4px solid #e8f0f5;
}
.tpath-quote-box.without-quote-bg .tpath-quote-border .tpath-quote-content {
    position: inherit;
}
.tpath-quote-box .tpath-quote-border .tpath-quote-content {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    padding: 30px 20px;
    position: absolute;
    width: 100%;
}
.tpath-quote-box .tpath-quote-bg-image img {
    width: 100%;
}
.tpath-quote-box .author-img {
    text-align: center;
}
.padding5 {
    padding: 5px;
}
.tpath-quote-box .author-title {
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
    position: relative;
    border-left: 3px solid;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
}
.tpath-quote-box .tpath-quote-content .author-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 1px solid #e8f0f5;
    padding: 5px;
}
.tpath-quote-box.with_author_img .tpath-quote-content .quote-author-info {
    padding-left: 115px;
}
.tpath-quote-box .tpath-quote-content .author-img {
    float: left;
}
.tpath-quote-box .tpath-quote-top {
    display: inline-block;
    width: 100%;
}
.tpath-quote-box .author-title {
    margin-top: 25px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tpath-quote-box .author-title .author-designation {
    padding-right: 5px;
}
/* ================================================================
 * TEAM SECTION
 * ================================================================ */
.tpath-team-shortcode .team-item {
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	margin-top: 10px;
}
.related-members .team-item {
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
/* Float */
.tpath-team-shortcode .team-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tpath-team-shortcode .team-item:hover, .tpath-team-shortcode .team-item:focus, .tpath-team-shortcode .team-item:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.tpath-team-shortcode .team-item .team-image-wrapper, .related-members .team-item .team-image-wrapper {
    margin-bottom: 25px;
    position: relative;
    overflow:hidden;
}
.tpath-team-shortcode .team-item-img img, .related-members .team-item-img img {
	margin: 0 auto;
	width:100%;
	overflow:hidden;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/*.team-item:hover > .team-image-wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}*/
.team-member-description {
	padding:10px;
}
.team-social-media {
	text-align:center;
	padding: 15px 0 0 0;
	margin: 0;
}
.team-social-media > li {
	list-style:none;
	display:inline-block;
}
.team-social-media > li > a {
    border: 1px solid #d0d0d0;
    color: #d0d0d0;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    position: relative;
    text-align: center;
    width: 30px;
}
.team-social-media > li > a:hover, .team-social-media > li > a:hover i {
	color: #fff;
}
.team-item .team-member-name,
.team-member-name {
    margin: 0;	
	font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.team-single-wrapper .team-member-name {
}
.team-item .team-member-designation {
	font-size: 13px;
    text-transform: capitalize;
}
.team-member-item-info.team-member_role {
	border-bottom: 2px solid #efefef;
	margin-bottom: 14px;
    padding-bottom: 14px;
}
.team-item .team-content-wrapper .team-member-name a {
    color: inherit;
}
.team-item .team-member_phone,
.team-item .team-member_email,
.team-member_phone h6,
.team-member_email h6 {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
	color: #979797;
	line-height:32px;
}
.team-item .team-member_email a {
	color: #979797;
}
.team-item .team-member_phone span,
.team-item .team-member_email span {
    font-weight: 600;
	text-transform: uppercase;
}
.team-item .team-content-wrapper {
    margin-bottom: 25px;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls {
    max-width: 100%;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav .fa {
    font-size: 20px;
}
.tpath-team-slider-wrapper .owl-nav > div .flaticon {
    color: #d8d8d8;
    font-size: 34px;
    line-height: 35px;
    vertical-align: middle;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-next,
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-prev {
    height: 35px;
    width: 35px;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-next {
    right: -35px;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-prev {
    left: -35px;
}
/* Team Single */
.team-single-wrapper {
    padding-top: 30px;
}
.team-single-wrapper .team-image-wrapper {
    margin-bottom: 30px;
}
.team-single-wrapper .team-member-right {
    padding-left: 30px;
}
.single-tpath_team_member .team-member-phone {
    font-weight: 800;
}
.single-tpath_team_member .tpath-member-social-icons li a > i {
    font-size: 18px;
}
.related-team-members-wrapper .related-members {
	list-style: none;
	padding: 0;
	margin: 0;
}
.related-member-title {
	text-transform: uppercase;
	font-weight: 700;
}
.single-tpath_team_member .team-member-social {
	border-top: 2px solid #efefef;
	margin-top: 14px;
    padding-top: 14px;
}
.single-tpath_team_member .member-details-box {
    border: 1px solid #e8f0f5;
    margin-bottom: 3em;
    padding: 20px 30px;
}
.single-tpath_team_member .team-member-box .member-box-title {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.team-single-wrapper .member-box-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-member-right .member-details-box .gmap_canvas {
    height: 220px;
}
.single-tpath_team_member .team-member-box .member-box-content ul {
    padding-left: 0;
}
.single-tpath_team_member .team-member-box .member-box-content li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    margin: 5px 0;
}
.single-tpath_team_member .team-member-box .member-box-content li::before {
    font-size: 15px;
    position: absolute;
    left: 0;
    content: "\f105";
    font-family: 'FontAwesome';
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-tpath_team_member .team-member-box .member-box-content li:hover::before {
    left: 5px;
}
.team-member-info ul li {
    list-style: none;
	position:relative;
}
.team-member-info ul li:before {
    content: '\2022 ';
    font-size: 30px;
    left: -20px;
    position: absolute;
}
.team-progress-bar .progress {
	background-color: #ededed;
	margin-bottom:28px;
}
.team-progress-bar .progress,
.team-progress-bar .progress-bar {
	height:3px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
}
.team-progress-bar .vc_label {
    color: #1c1c1c;
    font-size: 14px;
	margin-bottom:10px;
}
.team-progress-bar .vc_label > span {
    color: #272727;
    font-size: 13px;
	float:right;
	font-weight:400;
}
/* ================================================================
 * TESTIMONIALS SECTION
 * ================================================================ */ 
.tpath-testimonial .testimonial-item {
	display:inline-block;
	padding-top: 40px;
}
.tpath-testimonial .testimonial-item-inner-wrapper {
	padding: 20px;
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-author {
    left: 20px;
    position: absolute;
    right: 20px;
    top: -40px;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-author img {
	display: inline-block;
	width: auto;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-content {
	margin-top: 35px;
	background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/quote.png) 18px top no-repeat;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-detail {
	margin-top: 25px;
}
.testimonial-wrapper .tpath-owl-carousel.owl-carousel {
    padding-bottom: 25px;
}
.testimonial-item .testimonial-info .client-author-name {
	margin-bottom: 0;
	display: inline-block;
}
.testimonial-item .testimonial-info .client-author-name > a {
    font-size: 14px;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-rating {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
}
.testimonial-item .author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.testimonial-carousel-slider .testimonial-item .testimonial-text {
    position: relative;
}
.testimonial-carousel-slider .testimonial-item .testimonial-info {
    padding-left: 15px;
    padding-right: 15px;
}
.testimonial-carousel-slider .testimonial-item .client-author-info {
    margin: 0;
}
.testimonial-carousel-slider .testimonial-item .testimonial-author h5,
.testimonial-carousel-slider .testimonial-item .testimonial-author h5 a {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
}
.testimonial-carousel-slider .testimonial-author a:hover {
    color: #000;
}
.testimonial-carousel-slider .owl-nav {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div {
    text-align: center;
    opacity: 1;
    border: 1px solid #ddd;
    opacity: 1;
    filter: alpha(opacity=100);
    background: transparent none repeat scroll 0 0;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    right: 36px;
    left: auto;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div:hover .fa {
    color: #fff;
}
.testimonial-carousel-slider .owl-pagination {
    text-align: center;
}
.testimonial-carousel-slider.border-enable .testimonial-info {
    border-left: 3px solid;
    padding-left: 10px;
}
.testimonial-carousel-slider .testimonial-detail {
    float: left;
}
/* ================================================================
 * CLIENT SLIDER SECTION 
 * ================================================================ */

.clients-carousel-slider .client-item img {
    width: auto;
}
.clients-carousel-slider .client-item img:hover {
    opacity: 1;
}
.clients-carousel-slider .owl-pagination {
    position: absolute;
    width: 100%;
}
.clients-wrapper .owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: transparent none repeat scroll 0 0;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.clients-wrapper .owl-carousel.owl-theme .owl-controls .owl-nav div i {
    color: #d8d8d8;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}
.clients-wrapper .owl-carousel.owl-theme.navstyle-light .owl-controls .owl-nav div i {
    color: #fff;
}
.clients-wrapper .owl-carousel.owl-theme .owl-controls .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
}
.clients-carousel-slider .owl-controls .owl-prev {
    top: 0;
    left: -30px;
    position: absolute;
}
.clients-carousel-slider .owl-controls .owl-next {
    top: 0;
    right: -30px;
    position: absolute;
}
.boxed .clients-carousel-slider .owl-controls .owl-prev {
    left: 0;
}
.boxed .clients-carousel-slider .owl-controls .owl-next {
    right: 0;
}
.clients-wrapper .owl-theme .owl-controls .owl-buttons div:hover::after {
    opacity: 0.5;
}
.clients-carousel-slider.owl-theme.navstyle-dark .owl-controls .owl-buttons div::after {
    color: #7f7f7f;
}
.clients-carousel-slider.owl-theme.navstyle-light .owl-controls .owl-buttons div::after {
    color: #fff;
}
.clients-carousel-slider .owl-item img {
    margin: 0 auto;
}
/* ================================================================
 * CONATCT INFO SHORTCODE SECTION
 * ================================================================ */ 
.tpath-contact-details, .contact-form-wrapper {
	max-width:80%;
	margin:0 auto;
}
.contact-form-wrapper.bg-default {
    background: #ffffff none repeat scroll 0 0;
    border-color: #f0f0f0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    padding: 50px 60px;
    position: relative;
}
.contact-info-shortcode {
    overflow: hidden;
    width: 100%;
	margin-bottom:50px;
	padding-left: 0;
}
.tpath-contact-details li.contact-list {
	list-style:none;
	position:relative;
}
.tpath-contact-details li.contact-list .contact-icon {
    font-size: 48px;
    line-height: 70px;
    width: 70px;
	float:left;
}
.tpath-contact-details li.contact-list .contact-icon, .tpath-contact-details li.contact-list .contact-details {
	display:table;
}
.tpath-contact-details li.contact-list h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contact-info-shortcode a {
	color: #717070;
}
 
 
/* ================================================================
 * TWITTER FEEDS SECTION
 * ================================================================ */ 
.tpath-twitter-slider .tweet-item {
    padding-bottom: 0;
}
.tpath-twitter-slider .tweet-item::before,
.tpath-twitter-slider .tweet-user-name > span,
.tpath-twitter-slider .tweet-user-name > a {
    color: #fff;
}
.tpath-twitter-slider .tpath_tweet_text,
.tpath-twitter-slider .tpath_tweet_text a {
    color: #fff;
    font-size: 16px;
}
.tpath-twitter-slider .tweet-user-name > a {
    color: #7f7f7f;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div:after {
    font-size: 22px;
    font-family: 'FontAwesome';
    height: 24px;
    line-height: 24px;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    position: absolute;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.wpb_wrapper .menu-item,
.tpath-bmenu-item {
    margin-bottom: 25px;
}
.tpath-bmenu-item {
    padding: 0 10px;
}
.tpath-menu-content > p {
    margin-bottom: 10px;
}
.wpb_wrapper .menu-item:last-child,
.tpath-bmenu-item:last-child {
    margin-bottom: 0;
}
.wpb_wrapper .menu-item .menu-title,
.tpath-bmenu-item .tpath-menu-title {
    font-size: 16px;
    text-transform: uppercase;
}

/* ================================================================
 * VIDEO SHORTCODE SECTION
 * ================================================================ */ 
.video-box {
    position: relative;
}
.tpath-video-shortcode img {
    width: 100%;
}
.tpath-video-shortcode .icon-outer {
    position: absolute;
    text-align: center;
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    background: rgba(37, 41, 47, 0.4);
}
.tpath-video-shortcode .icon-outer .fa {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    display: inline-block;
    font-size: 28px;
    height: 70px !important;
    top: 50%;
    line-height: 70px;
    padding-left: 8px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 70px;
}
.tpath-video-shortcode .video-box:hover .fa {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.tpath-video-shortcode .video-placeholder {
    background: #ccc none repeat scroll 0 0;
    min-height: 300px;
    width: 100%;
}

/* ================================================================
 * TABS SECTION
 * ================================================================ */	
.wpb_tabs.wpb_content_element .wpb_tabs_nav {
    margin-bottom: 30px;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li > a {
    background: transparent;
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    padding: 6px 45px;
    text-transform: uppercase;
    color: #000;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li,
.tpath-tabs-widget .nav-tabs > li {
    background: transparent;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li:hover > a,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active > a:hover,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active > a:focus,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active a,
.wpb_wrapper .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.tpath-tabs-widget .nav-tabs > li:hover > a,
.tpath-tabs-widget .nav-tabs > li.active > a:hover,
.tpath-tabs-widget .nav-tabs > li.active > a:focus,
.tpath-tabs-widget .nav-tabs > li.active a,
.tpath-tabs-widget .nav-tabs > li.ui-tabs-active a {
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #fff;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 0;
}
.tpath-tabs-widget .nav-tabs > li {
    padding: 0;
    margin: 0;
}
.tpath-tabs-widget .nav-tabs > li > a {
    padding: 10px 0;
    margin: 0;
    min-width: inherit;
    border: none;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background: transparent;
}
.wpb_tab.ui-tabs-panel .wpb_text_column h6,
.wpb_tab.ui-tabs-panel .wpb_text_column h5,
.wpb_tab.ui-tabs-panel .wpb_text_column h4 {
    margin-bottom: 20px;
}
/* Google Map */
.gmap-wrapper {
    margin-bottom: 30px;
}
/* ================================================================
 * CONTACT US SECTION
 * ================================================================ */
.form-style-default .tpath-input-text,
.form-style-default .tpath-input-email,
.form-style-default .tpath-input-phone {
    width: 32%;
    float: left;
}
.form-style-default .tpath-textarea-message {
    clear: both;
}
.form-style-default .tpath-input-text,
.form-style-default .tpath-input-email {
    margin-right: 2%;
}
.form-style-style1 .tpath-input-text,
.form-style-style1 .tpath-input-email {
    width: 45%;
    float: left;
}
.form-style-style1 .tpath-input-text {
    margin-right: 10%;
}
.form-style-style1 .tpath-input-phone {
    clear: both;
}
.tpath-contact-info i {
    margin-right: 10px;
}
.tpath-form-center.tpath-contact-form {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.form-bg-transparent input,
.form-bg-transparent .form-group .form-control,
.form-bg-transparent textarea,
.form-bg-transparent .tpath-input-submit .btn.tpath-submit {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:hover,
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:active,
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:focus {
    background: #fff;
}
.form-bg-transparent .form-control::-moz-placeholder {
    color: #fff;
}
.form-bg-transparent .form-control:-ms-input-placeholder {
    color: #fff;
}
.form-bg-transparent .form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-style-fullwidth textarea,
.form-style-fullwidth .form-group textarea.form-control {
    min-height: 250px;
}
input,
.form-group .form-control,
textarea {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    resize: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    color: #252525;
    display: block;
    line-height: 26px;
	height:auto;
    padding: 13px 15px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
	font-size:14px;
	font-weight:normal;	
}
input:focus,
.form-group .form-control:focus,
textarea:focus,
select:focus {
	outline: none;
}
label {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: normal;
}
label > h6 {
	font-size: 14px;
	margin-bottom: 0;
}
.form-group {
    margin-bottom: 20px;
}
select {
    height: 46px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 6px 16px;
    color: #969696;
}
.tpath-input-submit.form-group {
    margin-top: 20px;
}
.tpath-contact-tp-form .tpath-input-submit.form-group {
    text-align: right;
    margin-bottom: 30px;
}
.tpath-input-submit .btn.tpath-submit:before {
    display: none;
}
.tpath-input-submit .btn.tpath-submit {
    color: #fff;
}
.tpath-input-submit .btn.tpath-submit i {
	padding-right: 0;
	padding-left: 10px;
	font-size: 12px;
}
.tpath-input-submit .btn.tpath-submit:hover,
.tpath-input-submit .btn.tpath-submit:active,
.tpath-input-submit .btn.tpath-submit:focus {
    background: #333;
	border-color:#333;
}
.form-submit .submit:hover, .form-submit .submit:active, .form-submit .submit:focus {
	background: #fff;
}
input,
input.form-control,
textarea,
textarea.form-control,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    font-size: 14px;
}
.tpath-contact-form-wrapper select {
    padding: 6px 12px;
    width: 100%;
}
textarea,
.form-group textarea.form-control {
    height: auto;
}
.form-control::-moz-placeholder {
    color: #969696;
}
.form-control:-ms-input-placeholder {
    color: #969696;
}
.form-control::-webkit-input-placeholder {
    color: #969696;
}
.form-control-feedback {
    height: 38px;
    line-height: 38px;
    width: 35px;
    font-size: 13px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.tpath-contact-form-container .has-feedback label.sr-only ~ .form-control-feedback,
.tpath-contact-form-wrapper .has-feedback label.sr-only ~ .form-control-feedback,
.tpath-contact-form-wrapper .has-feedback label ~ .form-control-feedback {
	top: 26px;
}
.tpath-textarea-message .form-control-feedback {
	top: 0 !important;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}
.has-feedback .form-control {
    padding-right: 32px;
}
.has-error .form-control {
    border-color: #a94442;
}
.has-error .form-control:focus,
.has-success .form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.tpath-input-submit .btn-default {
    text-transform: uppercase;
	padding:5px 30px;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    height: 42px;
    padding: 10px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
}
.gform_wrapper .top_label .gfield_error {
    width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 10px;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}
.wpcf7-form .wpcf7-form-control {
    width: 100%;
    background: #F3F3F3;
}
.wpcf7 input {
    height: 42px;
    width: 100%;
}
.wpcf7 textarea {
    max-height: 180px;
    width: 100%;
}
.wpcf7 p {
    color: #565656;
    font-weight: bold;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
    margin-top: 30px;
}
.gmap_canvas {
    margin-bottom: 0;
}
.gmap_canvas img {
    max-width: none;
}
.gm-style .gm-style-iw {
    line-height: 1.2;
}
.tpath-section-title .section-title.contact-section-title {
    margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-row {
    margin-bottom: 15px;
}
.contact-row p,
.contact-row div {
    margin-bottom: 5px;
}
/* ================================================================
 * STORE AND LOCATION SEARCH
 * ================================================================ */
.tpath-location-content {
    margin-bottom: 40px;
}
.location-form .tpath-field-group {
    float: left;
    width: 20%;
    padding-right: 20px;
}
.tpath-form-button {
    float: left;
    width: 20%;
    text-align: right;
}
#location-form .input-field,
#location-form select {
    width: 100%;
}
#location-form .btn.btn-submit {
    text-transform: uppercase;
}
.stores-meta-details li {
    list-style: none;
    font-weight: bold;
}
.stores-meta-details li .meta-info {
    font-weight: normal;
}
.store-meta-list li:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-weight: normal;
    width: 18px;
    text-align: center;
    display: inline-block;
}
.store-meta-list .st-location:before,
.store-meta-list .st-zip:before {
    content: "\f041";
}
.store-meta-list .st-city:before {
    content: "\f1b9";
}
.store-meta-list .st-types:before {
    content: "\f0f5";
}
.tpath-booking-form-wrapper .rtb-booking-form input,
.tpath-booking-form-wrapper .rtb-booking-form select {
    max-width: inherit;
    width: 100%;
}
.tpath-booking-form-wrapper .phone,
.tpath-booking-form-wrapper .time {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.tpath-booking-form-wrapper .date,
.tpath-booking-form-wrapper .party {
    width: 48%;
    float: left;
}
.rtb-booking-form fieldset .type {
    display: inline-block;
    width: 100%;
}
.tpath-booking-form-wrapper .rtb-booking-form label {
    color: #fff;
}
.black-form .tpath-booking-form-wrapper .rtb-booking-form label {
    color: #565656;
}
.tpath-stores-pagination {
    clear: both;
}
.store-read-more {
    clear: both;
    padding-top: 12px;
}
/* ================================================================
 * FOOTER
 * ================================================================ */
.footer-section {
    background: #222222;
    color: #c9c9c9;
    font-size: 14px;
	font-weight: 200;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
}
.footer-widgets-section {
    padding: 45px 0;
}
.copyright-info {
    padding: 0;
    position: relative;
}
.footer-copyright-section {
    border-top: 1px solid #333333;
	padding: 20px 0;
	text-align: center;
}
.footer-copyright-section .copyright-info p {
	color: #B7B7B7;
	font-size: 15px;
	line-height: 24px;
}
.footer-copyright-section .copyright-info a {
	font-weight: 600;
}
.footer-copyright-section .copyright-info a:hover, .footer-copyright-section .copyright-info a:active, .footer-copyright-section .copyright-info a:focus {
	color: #B7B7B7;
}
.footer-copyright-section .footer-social {
	margin-top: 10px;
}
.footer-social h5 {
    margin: 0 0 15px;
    color: #39536C;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-social .tpath-social-icons li,
.footer-social .tpath-social-icons.soc-icon-circle li {
    margin: 0 5px;
}
.widget .site-title {
    margin-bottom: 20px;
}
.footer-social ul.soc-icon-flat li {
    margin: 0 5px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
.footer-section .wpcf7-form .wpcf7-form-control {
	background: #423a34;
    border: 1px solid #766d66;
	color: #979797;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	line-height: 32px;
}
.footer-section .wpcf7 p {
    color: #565656;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
	line-height: 1;
}
.footer-section .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
	display: block;
}
.footer-section .wpcf7-form .col-sm-6.first {
    padding-right: 10px;
}
.footer-section .wpcf7-form .col-sm-6.last {
    padding-left: 10px;
}
.footer-section .wpcf7-form {
    position: relative;
}
.footer-section .app-btn .wpcf7-submit {
    border: 1px solid;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
    bottom: 0;
    line-height: 2;
    position: absolute;
    right: 0;
	color: #fff;
}
.footer-section .app-btn {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
	width: 100%;
}
.footer-section .app-btn .wpcf7-submit:hover, .footer-section .app-btn .wpcf7-submit:active, .footer-section .app-btn .wpcf7-submit:focus {
	background: #2d2723;
	border-color: #766d66;
}
.footer-section div.wpcf7-validation-errors {
    display: none!important;
}
.footer-section .wpcf7-not-valid-tip {
	padding-top: 12px;
}
/* ================================================================
 * PARALLAX STYLES
 * ================================================================ */
.tpath-parallax-header {
    text-align: center;
}
.parallax-header .parallax-desc {
    font-size: 30px;
    font-weight: 700;
}
.parallax-title {
    letter-spacing: -4px;
}
.parallax-background.parallax-section .parallax-page-inner {
    position: relative;
    color: #FFFFFF;
}
.section-page .parallax-page-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax-background.parallax-section {
    background-attachment: fixed !important;
    background-size: cover;
    z-index: 100;
}
.parallax-page-inner .parallax-header {
    padding-bottom: 20px;
}
.parallax-background.parallax-section .parallax-page-inner .parallax-title {
    color: #FFFFFF;
}
.parallax-overlay.parallax-overlay-pattern:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.parallax-overlay.parallax-overlay-pattern {
    position: relative;
    z-index: 100;
}
.parallax-overlay.parallax-overlay-pattern.pattern-1:before {
    background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/patterns/pattern-1.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-2:before {
    background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/patterns/pattern-2.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-3:before {
    background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/patterns/pattern-3.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-4:before {
    background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/patterns/pattern-4.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-5:before {
    background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/patterns/pattern-5.png) top left repeat;
}
.fullwidth-section {
    position: relative;
}
/* ================================================================
 * SOCIAL ICONS
 * ================================================================ */
.tpath-social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.tpath-social-icons li {
    display: inline-block;
    margin: 0;
}
.fullwidth-menu-section .tpath-social-icons li {
    margin: 17px 3px;
}
.tpath-social-icons li a {
    font-size: 12px;
    background: transparent;
    display: block;
}
.tpath-social-icons li:last-child a {
    margin-right: 0;
}
.tpath-social-icons.soc-icon-transparent i {
    font-size: 22px;
    border: none;
}
.tpath-social-icons.soc-icon-transparent a {
    border: none;
}
.soc-icon-circle li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-circle li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a {
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.tag-share-wrapper {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    margin-bottom: 30px;
	padding-bottom: 15px;
    overflow: hidden;
}
.tpath-social-share-box {
    margin: 0;
    padding: 10px 0;
}
.tpath-social-share-icons li {
    float: none;
    display: inline-block;
    margin: 0 0 0 10px;
}
.tpath-social-share-box .tpath-social-share-icons li a {
	background: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b1b1b1;
	color:#b1b1b1;
	 border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.tpath-social-share-box .tpath-social-share-icons li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.tpath-social-icons.soc-icon-flat li {
    border: 1px solid #d5d5d5;
}
.tpath-social-icons.soc-icon-flat li a {
    width: 25px;
    height: 25px;
    text-align: center;
}
.tpath-social-icons li a:hover {
    color: #FFFFFF;
}
.tpath-social-icons.soc-icon-circle li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.tpath-social-icons.soc-icon-transparent li a {
    background: none;
    color: #bfbfbf;
    margin: 0;
    padding: 0 5px;
}
/* Boxed And Border Type */
.tpath-social-icons li a {
    color: #fff;
    background: #dee1e2;
}
.tpath-social-icons li a:hover .fa {
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -ms-transition: 0.4s all;
    color: #fff;
}
.tpath-social-icons.soc-icon-circle li {
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 5px;
}
/* Transparent Social Icon Type */
.tpath-social-icons.soc-icon-transparent li a {
    background: transparent;
}
.tpath-social-icons.soc-icon-transparent li.facebook a {
    color: #3B5998;
}
.tpath-social-icons.soc-icon-circle li.facebook a {
	background: #3B5998;
}
.tpath-social-icons.soc-icon-transparent li.twitter a {
    color: #55ACEE;
}
.tpath-social-icons.soc-icon-circle li.twitter a {
	background: #55ACEE;
}
.tpath-social-icons.soc-icon-transparent li.linkedin a {
    color: #32608a;
}
.tpath-social-icons.soc-icon-circle li.linkedin a {
	background: #32608a;
}
.tpath-social-icons.soc-icon-transparent li.pinterest a {
    color: #c91921;
}
.tpath-social-icons.soc-icon-circle li.pinterest a {
	background: #c91921;
}
.tpath-social-icons.soc-icon-transparent li.googleplus a {
    color: #dd4937;
}
.tpath-social-icons.soc-icon-circle li.googleplus a {
	background: #dd4937;
}
.tpath-social-icons.soc-icon-transparent li.youtube a {
    color: #e22b26;
}
.tpath-social-icons.soc-icon-circle li.youtube a {
	background: #e22b26;
}
.tpath-social-icons.soc-icon-transparent li.rss a {
    color: #f75f0b;
}
.tpath-social-icons.soc-icon-circle li.rss a {
	background: #f75f0b;
}
.tpath-social-icons.soc-icon-transparent li.tumblr a {
    color: #34465d;
}
.tpath-social-icons.soc-icon-circle li.tumblr a {
	background: #34465d;
}
.tpath-social-icons.soc-icon-transparent li.reddit a {
    color: #CEE3F9;
}
.tpath-social-icons.soc-icon-circle li.reddit a {
	background: #CEE3F9;
}
.tpath-social-icons.soc-icon-transparent li.dribbble a {
    color: #ea4886;
}
.tpath-social-icons.soc-icon-circle li.dribbble a {
	background: #ea4886;
}
.tpath-social-icons.soc-icon-transparent li.digg a {
    color: #1b5891;
}
.tpath-social-icons.soc-icon-circle li.digg a {
	background: #1b5891;
}
.tpath-social-icons.soc-icon-transparent li.flickr a {
    color: #ff0082;
}
.tpath-social-icons.soc-icon-circle li.flickr a {
	background: #ff0082;
}
.tpath-social-icons.soc-icon-transparent li.skype a {
    color: #00a9f1;
}
.tpath-social-icons.soc-icon-circle li.skype a {
	background: #00a9f1;
}
.tpath-social-icons.soc-icon-transparent li.blogger a {
    color: #ff9334;
}
.tpath-social-icons.soc-icon-transparent li.yahoo a {
    color: #65106d;
}
.tpath-social-icons.soc-icon-circle li.yahoo a {
	background: #65106d;
}
.tpath-social-share-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tpath-social-share-icons li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    color: #fff;
}
.tpath-subscribe-socials .tpath-social-icons {
    padding-left: 10px;
}
/* ================================================================
 * BLOG
 * ================================================================ */

.sticky {} #sc-posts-infinite-container,
#archive-posts-container {
    position: relative;
    margin-bottom: 50px;
}
.grid-posts {
    margin-bottom: 30px;
}
.grid-col-2 .grid-posts {
    width: 48%;
}
.grid-col-3 .grid-posts {
    width: 32%;
}
.grid-col-4 .grid-posts {
    width: 24%;
}
.grid-layout {} .quote-format blockquote:after {
    top: auto;
    bottom: 0;
}
.grid-posts .posts-inner-container {
    padding: 0 0 10px;
}
.posts-content-wrapper {
    background: #fff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.sticky .posts-content-wrapper {
    background: #fcfcfc;
    border: 1px solid #cccccc;
}
.grid-posts .posts-content-wrapper {
    background: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.grid-posts .posts-content-container {
    padding: 0;
}
.medium-posts,
.large-posts,
.grid-posts {
    padding: 0;
}
.tpath-posts-container h4.entry-title {
    margin-bottom: 0;
    margin-top: 0;
	font-size: 24px;
	line-height: 1.2;
}
.tpath-posts-container h4.entry-title > a {
	color: #1c1c1c;
}
.tpath-posts-container .grid-posts h4.entry-title {
	font-size: 20px;
}
.tpath-posts-container.grid-col-4 .grid-posts h4.entry-title {
	font-size: 16px;
}
.post.sticky .entry-title a:before {
    content: "\e031";
    font-family: 'Simple-Line-Icons';
    font-size: 16px;
    padding-right: 10px;
}
.entry-posted-date .entry-date {
    font-size: 14px;
    line-height: 18px;
}
.link-url {
    font-size: 20px;
    margin-bottom: 15px;
}
.btn.btn-more i {
    padding-left: 10px;
    padding-right: 0px;
}
.tpath-posts-container.large-layout .large-posts {
    margin-bottom: 60px;
}
.entry-meta-list {
	border-bottom: 1px solid #ccc;
}
.tpath-posts-container.large-layout .large-posts:last-child {
    margin-bottom: 0;
}
.entry-thumbnail {
    position: relative;
}
.entry-thumbnail img {
	max-width:100%;
} 
.latest-posts-layout .entry-thumbnail img {
	max-width:inherit;
} 
.grid-posts .entry-thumbnail.image-format {
    position: relative;
}
.entry-thumbnail.blog-medium-image {
    padding: 0;
    margin-right: 30px;
}
.posts-content-container .entry-meta-list {
    margin: 0 0 25px;
}
.large-posts .entry-meta-list ul {
    margin: 0;
}
.entry-header h3.entry-title a {
    font-size: 24px;
    font-weight: 600;
	color:#25292f;
}
.grid-layout.grid-col-4 .entry-header h3.entry-title a { 
	font-size: 17px;
}
.list-layout.list-fullwidth .list-posts .posts-content-container .post-media {
    margin-right: 3%;
}
.tpath-posts-container .post {
    margin-bottom: 30px;
}
.tpath-posts-container.list-layout.list-columns .list-posts,
#archive-posts-container.list-layout.list-columns .list-posts {
    float: left;
    width: 48%;
    margin-bottom: 50px;
}
.tpath-posts-container.list-layout .list-posts,
#archive-posts-container.list-layout .list-posts {
    margin-bottom: 50px;
}
.tpath-posts-container.large-layout .large-posts .post-content .entry-summary {
    margin: 0 0 25px;
}
.list-layout .list-posts .entry-thumbnail,
.list-layout .list-posts .audio-player,
.list-layout .list-posts .video-player {
    margin-bottom: 0;
}
.tpath-posts-container.list-layout .list-posts .post-media {
    float: left;
    width: 40%;
}
.tpath-posts-container .post:hover .post-media img{
	opacity: 1;
	 transform: perspective(1000px) translate3d(0px, 0px, 50px);
    -moz-transform: perspective(1000px) translate3d(0px, 0px, 50px);
    -webkit-transform: perspective(1000px) translate3d(0px, 0px, 50px);
    -o-transform: perspective(1000px) translate3d(0px, 0px, 50px);
    -ms-transform: perspective(1000px) translate3d(0px, 0px, 50px);
}
.tpath-posts-container .post .post-media img {
    transform: perspective(1000px) translate3d(0px, 0px, 0px);
    -moz-transform: perspective(1000px) translate3d(0px, 0px, 0px);
    -webkit-transform: perspective(1000px) translate3d(0px, 0px, 0px);
    -o-transform: perspective(1000px) translate3d(0px, 0px, 0px);
    -ms-transform: perspective(1000px) translate3d(0px, 0px, 0px);
	transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -webkit-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    -ms-transition: transform 0.35s ease 0s;
	opacity: 0.8;
}
.tpath-posts-container.list-layout.list-columns > article:nth-child(2n+1),
#archive-posts-container.list-layout.list-columns > article:nth-child(2n+1) {
    margin-right: 2%;
    clear: left;
}
.tpath-posts-container.list-layout.list-columns > article:nth-child(2n),
#archive-posts-container.list-layout.list-columns > article:nth-child(2n) {
    margin-left: 2%;
}
.list-layout.list-columns .list-posts .posts-content-container .post-media {
    float: left;
    margin-right: 2%;
    width: 48%;
}
.list-layout.list-columns .list-posts .entry-title {
	margin-bottom:0;
	line-height: 1;
}
.entry-thumbnail,
.entry-thumbnail.flexslider,
.audio-player,
.video-player {
    margin-bottom: 25px;
}
.large-posts .entry-thumbnail,
.large-posts .entry-thumbnail.flexslider,
.large-posts .audio-player,
.large-posts .video-player {
    margin-bottom: 25px;
}
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-currenttime-container,
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-duration-container {
    display: none;
}
.list-layout .posts-content-container {
    overflow: hidden;
    position: relative;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content .post-author {
    height: 35px;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content .post-author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    left: 30px;
    margin-top: -25px;
    position: absolute;
    width: 50px;
    z-index: 1;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content .entry-post-date {
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-style: italic;
    color: #717171;
}
.has-post-thumbnail .posts-content-container .entry-thumbnail .owl-controls .owl-nav .fa {
    font-size: 26px;
    line-height: 26px;
}
.has-post-thumbnail .posts-content-container .entry-thumbnail .owl-controls .owl-nav div {
    text-align: center;
}
.tpath-posts-container .posts-inner-container:hover .entry-thumbnail .post-img-overlay::after {
    opacity: 1;
}
.tpath-posts-container .posts-inner-container .entry-thumbnail .post-img-overlay img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.entry-header {
    margin-bottom: 0;
}
.entry-summary {
    margin: 0 0 25px;
}
.entry-thumbnail-overlay {
    position: relative;
}
.entry-thumbnail-overlay .entry-meta-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px;
}
.entry-thumbnail-overlay .entry-meta-list .entry-meta {
    padding: 0;
    margin: 0;
}
.entry-thumbnail-overlay .entry-meta .date > span {
    display: block;
    text-align: center;
}
.entry-thumbnail-overlay .entry-meta {
    display: table;
}
.entry-thumbnail-overlay .entry-meta > li {
    display: table-cell;
    text-align: center;
}
.entry-thumbnail-overlay .entry-meta li.date {
    width: 25%;
}
.entry-thumbnail-overlay .entry-meta .entry-date {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}
.entry-thumbnail-overlay .entry-meta .entry-month {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.entry-thumbnail-overlay .entry-meta li.author {
    text-align: right;
}
.entry-thumbnail-overlay .entry-meta li.author img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}
.entry-thumbnail-overlay .entry-meta .comments-link a {
    color: #FFFFFF;
}
.entry-thumbnail img,
.single-post .entry-thumbnail > img {
    width: 100%;
}
/* blog grid overlay */
.latest-posts-layout .entry-thumbnail img {
    height: 100%;
	max-width: inherit;
}
.single-post .entry-thumbnail > img  {
	width:100%;
}
.posts-content-container .entry-footer .read-more .btn-more {
    text-transform: uppercase;
    font-size: 13px;
	font-weight:700;
}
.entry-footer .read-more i {
    margin-left: 10px;
}
.grid-posts .entry-meta-list:after {
	content: none;
}
.blog-gallery-item {
    width: 100%;
    overflow: hidden;
}
.entry-thumbnail .post-img-overlay {
    position: relative;
    display: block;
}
.quote-author {
    text-align: center;
}
.large-posts .entry-thumbnail img {
    width: 100%;
}
.posts-content-container .posted-date .entry-date {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.posts-content-container .posted-date .entry-date span {
    padding: 0 2px;
}
.has-post-thumbnail .posts-content-container .entry-thumbnail {
    overflow: hidden;
}
.entry-meta {
    padding: 0 0 20px;
    margin: 0;
    list-style: none;
    width: 100%;
}
.grid-posts .entry-meta {
	margin: 0;
	padding-bottom: 10px;
}
.entry-meta i {
    margin-left: 5px;
    margin-right: 5px;
}
.entry-meta li {
    display: inline-block;
    margin: 0;
    font-weight: 700;
}
.post-content .entry-title {
	line-height: 22px;
}
.posts-content-container .post-content .entry-title {
	margin-bottom: 25px;
}
.posts-content-container .entry-meta li {
    color: #6d6d6d;
    margin: 0 20px 0 0;
    position: relative;
    font-weight: 600;
	font-size: 13px;
}
.entry-meta .author a {
    text-transform: capitalize;
}
.comments-link a {
    padding: 0;
    position: relative;
}
.category-image img {
    width: 100%;
}
.archive-header {
    margin-bottom: 15px;
}
.pagination {
    text-align: center;
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    margin-top: 30px;
    clear: both;
}
.pagination > li {
    display: inline-block;
    margin: 0 5px 10px;
}
.pagination > li > a.prev, .pagination > li > a.next {
    padding: 6px 25px;
}
.pagination > li > a.prev .fa {
    margin-right: 8px;
}
.pagination > li > a.next .fa {
    margin-left: 8px;
}
.pagination > li > a,
.pagination > li > span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #1a1a1a;
    display: block;
    font-size: 14px;
    line-height: 24px;
    min-width: 40px;
    padding: 6px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span.page-numbers.current,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.pagination > li > a .fa {
    padding: 0;
}
.content-404page .error-msg {
	font-size:76px;
	line-height:1;
	margin-bottom:10px;
}
.content-404page .error-title {
    color: #25292f;
    font-size: 200px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
	font-weight: 700;
}
.search-404page {
    margin-top: 20px;
}
.content-404page {
    text-align: center;
    margin-bottom: 30px;
}
.content-404page h5 {
	max-width: 50%;
    margin: 0 auto;
	line-height:30px;
	font-size:16px;
}
.content-404page .title-404 {
    margin-bottom: 20px;
	font-size:36px;
}
.search-404btn {
    display: inline-block;
    margin: 25px 0;
}
.search.search-results .tpath-search-results {
    margin-bottom: 30px;
}
.tpath-search-page.search-page-form {
	margin-bottom: 30px;
}
.author-info {
    margin-top: 35px;
    margin-bottom: 35px;
	padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
}
.author-info.author-info-page {
    margin-bottom: 60px;
}
.author-info .author-name > a,
.author-info-page .author-name {
    text-transform: uppercase;
    font-weight: 700;
}
.author-info .author-name {    
    font-size: 14px;
}
.author-info .positing {
    margin: 5px 0 0 10px;
}
.author-info-container > ul {
    position: absolute;
    right: 0;
    top: 104%;
}
.author-info li {
    display: inline-block;
    text-align: center;
}
.author-media-links .tpath-social-share-icons li:first-child {
	margin-left: 0;
}
.author-media-links .tpath-social-share-icons li a {
	font-size: 13px;
}
.author-media-links .tpath-social-share-icons li a:hover, .author-media-links .tpath-social-share-icons li a:active, .author-media-links .tpath-social-share-icons li a:focus {
	color: #fff;
}
.author-info li a {
    color: #c8c8c8;
}
.comments-box .author-name {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.author-img {
    padding-right: 5px;
}
.author-avatar {
    float: left;
}
.author-info-container {
    position: relative;
    margin-left: 165px;
}
.author-info-container .author-name {
    margin-bottom: 0px;
	display: inline-block;
}
.author-description {
    margin-top: 10px;
}
.author-info-container .author-links {
	vertical-align: middle;	
}
.author-links .blog-posts-count:before, .author-links .blog-posts-count:after, .author-links .company-name:before {
	content: "/";
	display: inline-block;
	padding: 0 4px;
}
.author-links .blog-posts-count:after {
	padding-left: 5px;
}
.author-links .company-name:before {
	padding-right: 5px;
}
.comment-status-text {
    font-size: 15px;
    line-height: 25px;
    width: 80%;
    margin-top: 10px;
}
.author-description h3 {
    margin-bottom: 0;
}
.author-description .author-name a {
    text-transform: capitalize;
}
.author-links .author-social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
}
.form-allowed-tags {
    word-break: break-all;
}
.form-allowed-tags code {
    background: none;
    color: inherit;
}
.grid-posts .author-img {
    display: none;
}
.link-url {
    font-weight: bold;
}
.tags-share-section {
    float: left;
}
.tag-share-wrapper .share-options {
    float: right;
}
.post-tags {
    padding: 10px 0;
}
.tags-share-section .post-tags span {
    margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #6d6d6d;
}
.post-tags h5 {
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.post-tags i {
    margin-right: 5px;
}
.post-tags a {
    margin: 0 0 5px 8px;
	color: #757575;
	font-size: 13px;
}
.vimeo-inner {
    max-width: 100% !important;
}
.comment-respond label {
    display: block;
}
.comment-reply-title {
    text-transform: capitalize;
}
.comment-reply-link i {
    margin-right: 5px;
}
#comment {
    width: 100%;
}
.bypostauthor {} .comment-form:after {
    clear: both;
    content: '';
    display: table;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 48%;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
    padding: 6px 15px;
}
.single-post.logged-in .comment-form-comment {
    float: left;
    width: 100%;
}
.comment-form-comment {
    float: right;
    width: 48%;
}
.comment-form-comment textarea {
	min-height: 160px;
}
.comment-respond .form-submit {
    float: left;
	margin-top: 10px;
}
.comments-section {
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
}
.comment-respond {
    margin-bottom: 60px;
	padding-top: 45px;
	border-top: 1px solid #e0e0e0;
}
.comments-title {
    margin-bottom: 25px;
}
.tpath-all-comments ul.children {
    list-style: none;
    padding-left: 40px;
}
.comment-container {
    overflow: hidden;
    padding: 10px 0;
	margin-bottom: 20px;
}
.comments-box {
    margin: 0 0 15px;
}
.comments-box-container {
    position: relative;
    margin-left: 110px;
}
.comments-box-container p {
    font-size: 13px;
    line-height: 29px;
}
.comment-avatar {
    float: left;
}
.comment-avatar .author-name a {
    color: #333;
}
.comment-avatar img {
    max-width: 75px;
	  border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.comment-posted-date {
    display: inline-block;
	width: 100%;
}
.comment.odd.alt.thread-odd.thread-alt.depth-1 {
    margin-left: 35px;
}
.comment-post-meta {
    position: absolute;
    top: 9px;
    right: 0px;
}
.comment-post-meta > span.edit {
    margin-right: 15px;
}
.comment-post-meta span a {
    color: #313232;
    display: inline-block;
    line-height: 15px;
    margin: 0;   
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: none;
}
.comment-post-meta span a:hover,
.comment-post-meta span a:active,
.comment-post-meta span a:focus {
    background: #fff;
}
.comments-section .tpath-all-comments li.comment {
    margin-bottom: 20px;
    position: relative;
}
.time-diff {
    text-transform: capitalize;
}
.comment-list .author-name {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    text-transform: uppercase;
}
.comment-list .comment-time {
    color: #a6a6a6;
    padding: 0 25px;
}
.form-submit .submit {
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
	padding: 7px 25px;
}
#infscr-loading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    background: none;
    padding: 10px 0;
    color: #fff;
}
#infscr-loading img {
    margin: 0 auto;
}
.all-loaded {
    background: #eaeaea;
    color: #000;
    padding: 15px;
}
.pagination.infinite-scroll {
    display: none;
}
.tpath-hr-line {
    border-color: #eaeaea;
}
.video-player {
    background: #000000;
}
.video-player .mejs-container,
.wp-video-shortcode,
.mejs-overlay {
    width: 100% !important;
    margin: 0 auto;
}
.wp-video-shortcode {
    max-width: 100%;
}
.wp-video {
    width: 100% !important;
}
.youtube-inner {
    max-width: 100% !important;
}
.tpath-form-success,
.tpath-form-error {
    padding: 10px;
    display: none;
}
.tpath-form-success i,
.tpath-form-error i {
    padding-right: 10px;
}
/* Blog Title and Subtitle */
.entry-meta li a,
.posts-content-container .entry-meta li.date span {
    color: #757575;
    margin-left: 5px;
	font-size: 13px;
	font-weight: 400;
}
.comments-link {
    float: right;
    margin: 0px auto;
}
.entry-meta a {
    margin-left: 4px;
}
.posts-content-container .entry-meta li.comments-link {
    margin-right: 0px;
}
.tpath-posts-container.grid-layout.grid-col-4 .posts-content-container .entry-meta li.calendar {
	display: none;
}
/* Blog Title and Subtitle */
/* LATEST POST LAYOUT */
.latest-posts-layout .posts-inner-container {
    margin-bottom: 20px;
}
.latest-posts-layout .posts-content-container .entry-meta li {
    font-size: 13px;
    text-transform: capitalize;
	color: #919191;
}
.latest-posts-layout .posts-content-container .entry-meta li.posted-author {
	margin-right: 0;
}
.latest-posts-layout .posts-content-container .entry-meta li .flaticon {
	font-size: 15px;
}
.latest-posts-layout .post .entry-title a {
    font-weight: 700;
    line-height: 32px;
	color:#25292f;
}
.latest-posts-layout .entry-meta {
    margin: 0;
}
.latest-posts-layout .entry-header {
    margin-bottom: 20px;
}
.latest-posts-layout .entry-title {
    margin-bottom: 0;
	color:#25292f;
}
.latest-posts-layout .entry-summary {
    margin-bottom: 25px;
}
.latest-posts-layout .entry-summary p {
    margin-bottom: 0;
}
.latest-posts-layout .entry-meta-wrapper {
    border-bottom: 1px solid #e0e0e0;
    color: #919191;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.latest-posts-layout .entry-meta-wrapper ul {
	padding-bottom:0;
}
.post .read-more a {
    font-size: 13px;
    text-transform: uppercase; 
    position: relative;
}
.post .read-more a {
    border: 2px solid #efefef;
    color: #25292f;
    padding: 7px 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}
.post .read-more a:hover, .post .read-more a:active, .post .read-more a:focus {
    background: #25292f;
    border-color: #25292f;
    color: #ffffff;
}
/* ================================================================
 * EVENTS SECTION
 * ================================================================ */
.events-shortcode .ecs-event-list {
    padding: 0;
	margin-bottom: 0;
}
.events-shortcode .ecs-event-list li {
	list-style:none;	
}
.events-shortcode.style-grid .ecs-event-list li {
	margin-bottom: 30px;
}
.event-title {
    margin-bottom: 10px;
}
.event-title a{
	color: #25292f;
	font-weight:bold;
}
.tpath-events-list-wrapper.style-grid .event-title a {
	font-size: 22px;
}
.tpath-events-list-wrapper.style-list .event-title a {
	font-size: 18px;
}
.events-shortcode.style-grid .event-excerpt {
	margin-top: 20px;
}
.event-btn {
	margin-bottom: 0;
    margin-top: 30px;
}
.event-btn .btn.btn-default {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #efefef;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    color: #25292f;
	font-size: 13px;
    font-weight: 700;
    line-height: 24px;
	padding: 7px 20px;
	text-transform:uppercase;
}
.event-btn .btn.btn-default:hover {
	border-color: #25292f;
	background: #25292f;
	color: #FFF;
}
.events-shortcode.style-grid .event-image {
    margin-bottom: 30px;
}
.events-shortcode.style-list .event-image {
    float: left;
    width: 40%;
	margin: 0 30px 10px 0;
}
.events-shortcode.style-list .ecs-event-list {
    border: 1px solid #f0f0f0;
}
.style-list li.ecs-event {
    border-bottom: 1px solid #f0f0f0;
	padding: 20px 30px;
    transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
}
.style-list li.ecs-event:last-child() {
    border-bottom: none;
}
.events-shortcode.style-list .event-btn {
	margin-bottom: 0;
}
.style-list li.ecs-event:hover {
    background: #393d42;
    color: #e9e9e9;
	border-color: #393d42;
}
.style-list li.ecs-event:hover .event-title, .style-list li.ecs-event:hover .event-title a{
    color: #FFF;
}
.style-list li.ecs-event:hover .event-btn .btn.btn-default {
    color: #FFF;
}
.tpath-events-list-wrapper .ecs-clearfix.clearfix {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}
.tpath-events-list-wrapper li.ecs-event .event-image img {
	width: 100%;
}

/* Event Single Page */
.tribe-events-single .tribe-events-back {
    margin-bottom: 0;
	float: right;
}
.single-tribe_events .tribe-events-event-image {
	margin: 45px 0;
}
.single-tribe_events .tribe-events-event-image img {
	width: 100%;
}
.tribe-events-single .tribe-events-single-event-title {
    font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}
.tribe-events-single .tribe-events-schedule h5 {
    margin-bottom: 0;
	font-size: 15px;
}
.single-tribe_events .tribe-events-single-event-description.tribe-events-content {
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}
.tribe-events-single .tribe-events-schedule {
	margin-top: 0;
	margin-bottom: 30px;
}
#tribe-events .tribe-events-button, .tribe-events-button {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 10px 25px;
}
#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
	background: #222;
}
.tribe-events-sub-nav li a {
    border: 1px solid;
	background: transparent;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    display: inline-flex;
    padding: 10px 25px;
	font-weight: normal;
}
.tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:active, .tribe-events-sub-nav li a:focus {
	color: #fff;
}
.tribe-events-sub-nav li.tribe-events-nav-next a span {
    margin-left: 10px;
}
.tribe-events-sub-nav li.tribe-events-nav-previous a span {
    margin-right: 10px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin: 6px 0 12px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 18px;
    text-transform: uppercase;
	margin-bottom: 15px;
}

/* ================================================================
 * ADDITIONAL CSS
 * ================================================================ */
/* ------------- Isotope ------------- */
/* Isotope Filtering */

.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: top, left, 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;
}
/* ------------- Owl Carousel ------------- */
.owl-carousel .owl-wrapper-outer {
    z-index: 9;
}
.owl-carousel.owl-theme .owl-controls .owl-nav div {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    /*opacity: 0;
	filter: alpha(opacity = 0);*/ 
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    z-index: 9;
}
.owl-controls .owl-nav i {
    color: #333;
    font-size: 12px;
    line-height: 20px;
}
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
    left: 0;
    text-align: left;
}
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
    right: 0;
}
/*.owl-carousel.owl-theme:hover .owl-controls .owl-nav div {
   	opacity: 1;
	filter: alpha(opacity = 100);
}*/

.owl-carousel.owl-theme .owl-controls .owl-dots {
    text-align: center;
	margin-top: 20px;
}
.owl-carousel.owl-theme .owl-controls .owl-dot {
    display: inline-block;
}
.owl-carousel.owl-theme .owl-controls .owl-dots span {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #909ba0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    display: block;
    opacity: 1;
    margin: 0 6px;
}
.owl-slides-container {
    position: relative;
}
.owl-carousel .itemsScale .owl-item img {
    width: 100%;
}
/* ================================================================
 * COUNTDOWN
 * ================================================================ */

.is-countdown {} .countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.tpath-daycounter-title {
    margin-bottom: 3em;
    margin-top: 7em;
}
.tpath-daycounter-title h3 {
    color: #fff;
    font-size: 46px;
    line-height: 54px;
    padding-right: 2em;
    text-align: right;
}
.tpath-daycounter-title h4 {
    color: #f28b1c;
    letter-spacing: 12px;
    margin-left: 10%;
    font-weight: 700;
    text-align: right;
    padding-right: 2em;
}
.tpath-daycounter.tpath-daycounter-wrapper {
    float: right;
    margin: 2em 0;
}
.countdown-row {
    clear: both;
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    margin: 15px;
    width: 85px;
    height: 70px;
    line-height: 63px;
    position: relative;
}
.countdown-amount {
    color: #fff;
    font-size: 50px;
    padding: 30px 45px;
    position: relative;
    text-align: center;
    z-index: 0;
    letter-spacing: 5px;
}
.countdown-period {
    display: block;
    line-height: 20px;
    font-size: 15px;
}
.countdown-descr {
    display: block;
    width: 100%;
}
.countdown-amount:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(20deg);
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    width: 100%;
    z-index: -1;
}
.paralax-form p {
    color: #fff;
    margin-bottom: 10px;
}

/* ================================================================
 * LIST ITEM SECTION
 * ================================================================ */
.tpath-list-item div.feature-icon-wrapper {
 	width: 30px;
 	text-align: left;
}
.tpath-list-item div.feature-icon-wrapper, .tpath-list-item div.list_item-content {
    display: table-cell;
}
.tpath-list-item .section-title {
    line-height: 1;
    margin-bottom: 0;
}
.feature-icon-wrapper .list-icon {
    margin-right: 5px;
    min-width: 25px;
}
.tpath-list-item div.list_item-content .list_item-desc {
    margin-top: 10px;
}
.tpath-list-item h6 {
	font-size: 16px;
	font-weight: 600;
}

/* ================================================================
 * COUNTER SECTION
 * ================================================================ */
.tpath-counter-section {
    float: left;
    margin: 0;
    width: 100%;
    position: relative;
}
.tpath-counter-section .counter-section-icon {
    display: block;
	margin-bottom: 10px;
}
.counter-info.border-right_border {
    border-right: 1px solid #d0d0d0;
}
.tpath-counter-section.text-none .tpath-counter-icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.tpath-counter-section.text-none .counter-info {
    display: inline-block;
    vertical-align: middle;
    min-width: 100%;
}
.tpath-counter-section .flaticon:before, .tpath-counter-section .flaticon:after, .tpath-counter-section i {
	 font-size: 55px;
	 line-height: 1;
}
.counter-sizenormal {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.counter-value.counter-sizesmall {
    font-size: 18px;
    font-weight: bold;
}
.tpath-count-number .count_header {
    margin: 0;
}
.tpath-counter-section .tpath-count-number {
    position: relative;
}
.tpath-counter-section .separator .counter-line {
    height: 2px;
    margin: 20px auto;
    width: 40px;
}
.tpath-counter-section .counter-value h3 {
    color: #25292f;
    font-size: 30px;
    font-weight: 700;
	line-height: 1.2;
	margin: 0;
	display: inline-block;
}
.tpath-counter-section .counter-title {
    font-size: 13px;
	color: #67707C;
	font-weight:600;
    margin: 5px 0 0;
    width: 100%;
	text-transform: uppercase;
}
.tpath-counter-section.size-small .counter-section-icon i {
    font-size: 34px;
}
.tpath-counter-section.size-small .counter-value h3 {
    font-size: 22px;
}

/* ================================================================
 * WIDGETS
 * ================================================================ */

.sidebar .widget-title {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;    
}
.widget-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer-section .widget h3.widget-title {
	color: #fff;
}
.widget.widget_tag_cloud {
    overflow: hidden;
}
.sidebar .widget.widget_search {
    padding: 0;
}
.widget.widget_search .search-form .input-group {
	padding: 7px 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}
.widget.widget_search .search-form .form-control {
	font-size: 14px;
}
.widget.widget_search .form-control::-moz-placeholder {
    color: #969696;
}
.widget.widget_search .form-control:-ms-input-placeholder {
    color: #969696;
}
.widget.widget_search .form-control::-webkit-input-placeholder {
    color: #969696;
}
.widget.widget_search .input-group-btn .btn > i {
    color: #969696;
	font-size: 20px;
}
.sidebar .widget .nav-tabs > li:hover > a {
    color: #fff;
    text-decoration: none;
}
.sidebar .widget .btn:hover {
    text-decoration: none;
}
.widget {
    margin-bottom: 40px;
}
.widget ul {
    padding: 0px;
    list-style: none;
}
.widget li {
    list-style: none;
}
.sidebar .widget p {
    color: #717171;
}
.sidebar .widget li, .footer-section .widget li {
    position: relative;
    margin-bottom: 5px;
}
.widget input,
.widget select,
.widget textarea {
    width: 100%;
}
.widget-entry-content > h6 {
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;	
	margin-bottom: 0;
}
.widget-entry-content h6 > a {
    color: #1c1c1c;
}
.footer-widgets .widget {
	margin-bottom: 0;
    margin-top: 20px;
}
.footer-widgets .widget img {
    margin-bottom: 20px;
}
.posts-item,
.cat-posts-item {
    margin-bottom: 18px;
}
.widget.widget_categories .categories ul.children {
    padding-top: 10px;
}
.widget_recent_entries .post-date {
    display: block;
    color: #B7B7B7;
}
.widget_recent_entries li:first-child {
    border-top: 0;
}
.widget_recent_comments li.recentcomments,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_nav_menu li.menu-item {
    margin: 0 0 15px 0;
}
.widget_rss li {
    margin: 0 0 15px 0;
}
.posts-item:last-child {
    margin-bottom: 0;
}
.posts-title {
    margin-top: 0;
    margin-bottom: 0;
}
.widget-entry-content .entry-date {
    font-size: 13px;
}
.widget_tag_cloud .tagcloud a {
    border: 1px solid #c9c9c9;
    color: #bdbdbd;
    font-size: 13px!important;
    margin-bottom: 5px;
	margin-right: 3px;
    padding: 2px 12px;
	line-height: 20px;
    display: inline-block;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:active,
.widget.widget_tag_cloud .tagcloud a:focus {
    color: #fff;
}
.sidebar .widget li.posts-item:before,
.footer-section .widget li.posts-item:before,
.sidebar .widget .tpath-tabs-widget li::before {
    display: none;
}
.sidebar .widget li.posts-item,
.footer-section .widget li.posts-item,
.sidebar .widget .tpath-tabs-widget li {
    padding: 0;
}
.sidebar .widget li.posts-item,
.footer-section .widget li.posts-item {
    margin-bottom: 20px;
}
.widget .btn.btn_bgcolor {
    margin: 10px 0;
    color: #fff;
}
.tpath_testimonial_widget .testimonial-content p {
    color: #7f7f7f;
}
.tpath_testimonial_widget .testimonial-author p {
    font-weight: 600;
    font-size: 18px;
    color: #2d2d2d;
}
.tpath_call_to_action_widget {
    padding: 15px 0;
}
.call-to-action-inner {
    background: #fff;
    border: 1px solid #fcfcfc;
    padding: 15px 0;
}
.call-to-action-inner h2 {
    margin: 0 0 10px;
}
.call-btn-col {
    padding-top: 10px;
    text-align: center;
}
.btn-call-action {
    background: #000;
    color: #fff;
}
.tpath_flickr_widget,
.tpath_instagram_widget {
    overflow: hidden;
}
.flickr_photo_item,
.instagram-item {
    margin: 0;
    padding: 0;
    float: left;
}
.sidebar .widget li.flickr_photo_item,
.sidebar .widget li.instagram-item {
    padding: 0;
    margin: 0;
}
.sidebar .widget li.flickr_photo_item:before,
.sidebar .widget li.instagram-item:before {
    display: none;
}
.flickr_photo_item img,
.instagram-item img {
    width: 100%;
    padding: 0 2px 2px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.flickr_photo_item:hover {
    opacity: 0.7;
}
.flickr_photo_item,
.instagram-item {
    margin: 0;
    padding: 5px;
    width: 33.3%;
}
.tpath-tabs-widget .tabs {
    border: 1px solid #e2e2e2;
}
.tpath-tabs-widget .nav-tabs {
    background: #eee;
    border: none;
}
.tpath-tabs-widget .nav-tabs > li.active > a,
.tpath-tabs-widget .nav-tabs > li.active > a:hover,
.tpath-tabs-widget .nav-tabs > li.active > a:focus {
    border: none;
}
.tpath-tabs-widget .nav-tabs > li {
    margin-bottom: 0;
    width: 33.33333333%;
    text-align: center;
}
.tpath-tabs-widget .nav-tabs > li > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.tpath-tab-content {
    padding: 0 15px;
}
.widget-posts-list li,
.tpath-latest-posts li,
.category-posts-menu li {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
    display: table;
    width: 100%;
}
.widget-posts-list li:last-child {
    border-bottom: none;
}
.widget-posts-list .widget-entry-image,
.posts-item .widget-entry-image {
    display: table-cell;
    vertical-align: top;
    padding: 7px 15px 0 0;
    width: 90px;
}
.widget-entry-content {
    display: inline-block;
}
/* Contact Widget Title */
.tpath-contact_info .contact-widget-title {
	font-weight: bold;
	padding-right: 10px;
	color: #272727;
}
.tpath-contact_info .contact_info-inner > p {
	margin-bottom: 10px;
}
.tpath-contact_info .contact_info-inner > p.contact-description {
	margin-bottom: 20px;
}
.tpath-contact_info .contact_info-inner a {
	color: #c9c9c9;
}
.sidebar .widget.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widgets .widget_categories ul li a {
    display: block;
}
.footer-widgets ul li a {
	color: #f7f7f7;
}
.tweet-item:before {
    content: "\f099";
    font-family: 'FontAwesome';
    width: 35px;
    height: 35px;
    line-height: 37px;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #349bd6 none repeat scroll 0 0;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.tweet-item {
    padding-left: 50px;
    padding-bottom: 20px;
    position: relative;
}
.tweet-item p {
    margin-bottom: 0;
}
.tpath-twitter-widget .tpath_tweet_text {
    color: #717171;
}
.tpath-twitter-widget .tweet-user-name {
    color: #454444;
    font-style: italic;
}
.tpath_contact_info_widget .contact_info-inner .fa {
    font-size: 16px;
    padding-right: 0;
    width: 20px;
    display: inline-block;
    color: #FFF;
}
.sidebar .widget.tpath_social_links_widget li a {
    padding: 0;
}
.sidebar .widget.tpath_social_links_widget li::before {
    display: none;
}
/* About Me */
.widget.tpath_about_widget {
    padding: 0;
}
.widget.tpath_about_widget .tpath-about-widget-inner .widget-author-name {
    color: #fff;
}
.tpath-about-widget .widget-author-image img {
    margin: 0 auto;
}
/* Social */
.tpath-social-icons.widget-soc-icon li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin-right: 5px;
}
.tpath-social-icons.widget-soc-icon li a {
    color: #cacfd3;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 12px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #cacfd3;
    background: transparent none repeat scroll 0 0;
}
.tpath-social-icons.widget-soc-icon li a > i,
.tpath-social-icons.widget-soc-icon li a > .fa {
    color: #cacfd3;
}
.tpath-social-icons.widget-soc-icon li:hover a {
    background: transparent none repeat scroll 0 0;
	color: #FFF;
}
.tpath-social-icons.widget-soc-icon li:hover a i {
    color: #fff;
}
.widget.widget_charitable_campaigns_widget .campaign {
	padding: 0;
	margin-bottom: 20px;
	border: none;
}
.widget.widget_charitable_campaigns_widget .campaign .campaign-title {
	font-size: 15px;
	font-weight: 600;
}
.widget.widget_charitable_campaigns_widget .campaign .campaign-title > a {
	color: #25292f;
}
.widget.widget_charitable_campaigns_widget .campaign .campaign-time-left span {
	color: #979797;
}
.tribe-events-list-widget .tribe-list-widget {
	padding: 0;
}
.tribe-events-list-widget .tribe-list-widget li {
	margin-bottom: 25px;
}
.tribe-list-widget .tribe-event-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.tribe-list-widget .tribe-event-title > a {
	color: #25292f;
}
.tribe-events-widget-link > a:hover, .tribe-events-widget-link > a:active, .tribe-events-widget-link > a:focus {
	color: #25292f;
}
.charitable-form charitable-donation-options .donation-amount input {
    float: right;
    height: 40px;
    width: auto;
}

/* ================================================================
 * CUSTOM CSS
 * ================================================================ */

a {
    color: #434343;
}
a:hover,
a:active,
a:focus,
.comments-link a:hover,
.comments-link a:active,
.comments-link a:focus,
.portfolio-link:hover,
.portfolio-link:active,
.portfolio-link:focus {
    color: #333;
}
.btn:hover,
.btn:active,
.btn:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > span.current,
.pagination > li > span.current:hover,
.pagination > li > span.current:focus,
.portfolio-nav li a {
    color: #FFFFFF;
}
.related-post-item h5 a,
.comments-section h5,
.comments-title h5,
.comment-respond .comment-reply-title {
    color: #232323;
    font-weight: 700;
	text-transform: uppercase;
}
.comments-section h5, .comments-title h5 {
	margin-bottom: 0;
}
/* ------------- Galleries ------------- */
.gallery {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* ================================================================
 * CHARITABLE
 * ================================================================ */
h3.campaign-widget-title {
	font-size: 36px;
	line-height: 35px;
}
.campaign-widget-title > span {
	font-weight: 900;
}
.campaign-sub-title > h6 {
	font-size: 24px;
}
.tpath-vc-campaign-recent-wrapper .campaign-title-box a > h3 {
    font-size: 24px;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-1 .campaign-left-box-inner {
	padding-right: 30px;
}
.tpath-vc-campaign-recent-wrapper .campaign-description-box p {
	color: #25292f;
	line-height: 26px;
}
.tpath-piechart-counter .tpath-piechart {
	display: inline-block;
	position: relative;
}
.campaign-right-box-inner .tpath-piechart-counter .tpath-piechart {
	margin-top: 20px;
}
.tpath-vc-campaign-recent-wrapper .campaign-chart-counter .piechart-count-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}
.piechart-count-wrap .piechart-counter-info {
	margin-bottom: 0;
}
.campaign-chart-counter .piechart-count-wrap .piechart-count {
	font-size: 72px;
	font-weight: 900;
}
.piechart-count-wrap .piechart-percent {
	font-size: 20px;
	font-weight: 600;
}
.piechart-count-wrap .piechart-completed-text {
	font-size: 16px;
	color: #a3a3a3;
	font-weight: 600;
	text-transform: uppercase;
}
.campaign-donation-details {
	margin: 0;
	padding: 0;
	list-style: none;
}
.campaign-donation-details li {
	margin-bottom: 12px;
}
.campaign-donation-details li.collected-amount {
	margin-top: 25px;
}
.campaign-donation-details li h5, .campaign-donation-details li .tpath-count-number {
	display: inline-block;
}
.campaign-donation-details li h5 {
	font-size: 18px;
	font-weight: 600;
	color: #727b87;
	width: 48%;
	margin: 0;
}
.campaign-donation-details li .tpath-count-number, .campaign-donation-details li .tpath-count-number span {
	font-size: 24px;
	font-weight: bold;
	color: #25292f;
	margin: 0;
}
.campaign-donation-details li.tpath-time-left .tpath-count-number {
	font-size: 18px;
}
.campaign-donation-details li.collected-amount h5 {
	width: auto;
	text-transform: uppercase;
	color: #25292f;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}
.campaign-donation-details li.collected-amount .tpath-count-number, .campaign-donation-details li.collected-amount .tpath-count-number span {
	font-size: 36px;
}
.tpath-vc-campaign-recent-wrapper .campaign-description-box {
	margin-bottom: 28px;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-sub-title > h6 {
	font-size: 19px;
	font-style: italic;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-left-col .campaign-left-box-inner,
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-right-col .campaign-right-box-inner {
	min-height:320px;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-left-col {
	padding-right: 0;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-right-col {
	padding-left: 0;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-left-col .campaign-left-box-inner {
	background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/map-bg.png) left center;
	padding: 40px 50px;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-right-col .campaign-right-box-inner {
	background-position: center center;
	background-size: cover;
	padding: 40px 50px;
	position: relative;
	z-index: 1;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-right-col .campaign-right-box-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(37, 41, 47, 0.9);
	z-index: -1;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-left-col .campaign-left-box-inner * {
	color: #fff;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-left-col .btn.btn-style-outline {
	border-color: #fff;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-left-col .btn.btn-style-outline:hover, .tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-left-col .btn.btn-style-outline:active, .tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-recent-left-col .btn.btn-style-outline:focus {
	background: #25292f;
	border-color: #25292f;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .vc_progress_bar .vc_single_bar {
	height: 10px;
	background: #fff;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-donation-progress-wrapper {
	margin-top: 10px;
	margin-bottom: 30px;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-donation-details {
	display: table;
	width: 100%;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-donation-details .campaign-donation-item {
	display: table-cell;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-donation-details .campaign-donation-item:last-child {
	width: 22%;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-donation-details .tpath-count-number {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 10px;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-donation-details h5 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.tpath-vc-campaign-recent-wrapper.campaign-style-2 .campaign-donation-bottom-wrapper {
	border-top: 1px solid #3a414b;
	padding-top: 30px;
	margin-top: 30px;
}
.campaign-donation-bottom-wrapper .campaign-collected-amount .tpath-count-number {
	font-size: 48px;
	font-weight: 800;
	color: #fff;
	line-height: 50px;
}
.campaign-donation-bottom-wrapper .campaign-collected-amount .tpath-count-number, .campaign-donation-bottom-wrapper .campaign-collected-amount h5 {
	display: inline-block;
	margin-bottom: 0;
}
.campaign-donation-bottom-wrapper .campaign-collected-amount h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
}
.campaign-donation-bottom-wrapper .campaign-collected-amount {
	float: left;
}
.campaign-donation-bottom-wrapper .campaign-donation-button {
	float: right;
	margin-top: 5px;
}

/* CAMPAGIN SECTION */
.tpath-campaign-wrapper .campaign-loop.campaign-grid .campaign.hentry {
	padding:0 0 20px 0;
	background: #FFF;
	border-color: #F2F2F2;
}
.campaign-grid .campaign.hentry {
	margin-bottom: 2%;
}
.campaign-grid-2 .campaign.hentry:nth-last-child(1),
.campaign-grid-2 .campaign.hentry:nth-last-child(2)
.campaign-grid-3 .campaign.hentry:nth-last-child(1),
.campaign-grid-3 .campaign.hentry:nth-last-child(2),
.campaign-grid-3 .campaign.hentry:nth-last-child(3), 
.campaign-grid-4 .campaign.hentry:nth-last-child(1),
.campaign-grid-4 .campaign.hentry:nth-last-child(2),
.campaign-grid-4 .campaign.hentry:nth-last-child(3),
.campaign-grid-4 .campaign.hentry:nth-last-child(4) {
	margin-bottom: 0;
}
.campaign-image-wrapper {
	position:relative;
	margin-bottom:20px;
}
.campaign-grid .campaign-image-wrapper:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
}
.campaign-grid li.campaign-post {
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* Float */
.campaign-grid li.campaign-post {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.campaign-grid li.campaign-post:hover, .campaign-grid li.campaign-post:focus, .campaign-grid li.campaign-post:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.campaign-image-wrapper img {
	padding-bottom:0;
}
.campaign-image-wrapper h3 {
	font-size:16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    line-height: 38px;
    left: 0px;
    padding: 10px 5px;
    text-transform: uppercase;
    font-weight: 700;
	margin-bottom:0;
}
.tpath-campaign-wrapper .campaign-loop.campaign-grid .wp-post-image, .tpath-campaign-wrapper .campaign-loop.campaign-list .wp-post-image {
	padding-bottom:0;
}
.donate-button.button {
    line-height: 24px;
    padding: 7px 30px;
    font-size: 13px;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: none;
    color: #25292f;
    border: 2px solid #efefef;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.donate-button.button:hover {
	background: #25292f;
	color: #FFF;
}
.campaign-grid .campaign-donation-stats,
.campaign-grid .campaign-description,
.campaign-grid .campaign-donation,
.campaign-grid .campaign-progress-bar-wrapper {
	padding: 0 25px;
}
.campaign-donation-stats > h6 {
	font-size: 14px;
	font-weight: bold;
}
.campaign-donation-stats > h6 .donation-status {
	color: #727b87;
}
.campaign-progress-bar {
	margin:0 auto;
	height: 15px;
}
.tpath-campaign-wrapper .campaign-description {
    margin: 1em 0;
    text-align: center;
}
.tpath-campaign-wrapper .campaign-list .campaign-description {
	margin: 20px 0;
}
.tpath-campaign-wrapper .campaign-list .campaign-progress-bar-wrapper {
	margin-right: 20px;
}
.campaign-progress-bar {
    width: 100%;
    background-color: #f4f4f4;
    margin: 0 auto;
 	-webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.campaign-progress-bar .vc_progress_bar {
    margin-top: 0;
}
.campaign-progress-bar .vc_progress_bar .vc_single_bar .vc_bar.striped {
	height: 15px;
 	-webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.campaign-loop.campaign-list .campaign.hentry h3 {
	color:#fff;
}

/* CAMPAGIN LIST */
.campaign-list .campaign-image-wrapper {
	width:40%;
	float:left;
	margin-right:2%;
}
.campaign-list .campaign-list-right-wrapper {
	width: 58%;
	float: left;
	padding: 15px;
}
.tpath-campaign-wrapper .campaign-loop.campaign-list .campaign.hentry  {
    overflow: hidden;
	padding-bottom: 0;
    padding: 0;
    margin: 0 0 3em;
    border: 1px solid #e6e6e6;
}
.campaign-loop.campaign-list .campaign.hentry h3, .campaign-loop.campaign-list .campaign.hentry h3 a {
	color: #25292f;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
}
.campaign-loop.campaign-list .campaign-progress-bar {
	width:100%;
}
.tpath-campaign-wrapper .campaign-loop.campaign-list .campaign-description {
	text-align:left;
}
.campaign-loop.campaign-list .campaign-image-wrapper {
    margin-bottom: 0;
}

/* CAMPAGIN URGENT CAUSES */
.campaign-buttons-wrapper div {
    display: inline-block;
}
.campaign-buttons-wrapper div .btn.btn-style-outline {	 
	margin-left: 20px;
}
/* CAMPAGIN SINGLE PAGE */
.campaign-single-container {
    padding-top: 60px;
}
.campaign-single-container .campaign-single-summary {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #efefef;
}
.campaign-single-container .campaign-single-donations-summary {
    display: inline-block;
	min-width: 38%;
}
/*.campaign-single-image-block {
    margin-bottom: 35px;
}*/
.campaign-single-container .campaign-content-wrapper {
	padding-top: 45px;
}
.campaign-single-container .campaign-single-donation-text {
	padding-right: 30px;
}
.campaign-single-container .campaign-donate-button-item {
    margin-top: 20px;
	display: inline-block;
	float:right;
}
.campaign-single-container .vc_progress_bar .vc_single_bar {
	height: 20px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
.campaign-single-container .vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
.campaign-single-container .campaign-donate-button-item .donate-button {
    border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 35px;
	color: #25292f;
}
.campaign-single-container .campaign-donate-button-item .donate-button:hover, .campaign-single-container .campaign-donate-button-item .donate-button:active, .campaign-single-container .campaign-donate-button-item .donate-button:focus {
	color: #fff;
	outline: none;
}
.campaign-single-donations-summary .campaign-summary-item > h6 {
	font-size: 18px;
	font-weight: 600;
}
.campaign-single-donations-summary .campaign-summary-item .donation-status {
	color: #727b87;
}
.single-campaign .campaign-figures .amount {
	color: #25292f;
}
.campaign-single-container .campaign-entry-content {
	margin-bottom: 35px;
}
/* Donate */
.charitable-submit-field .button {
	padding: 10px 28px;
    background: transparent;
	 border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;   
}
.charitable-submit-field .button:hover, .charitable-submit-field .button:active, .charitable-submit-field .button:focus {
	background-color: #FFF;
	outline: none;
}
.campaign-summary {
    float: left;
    margin: 5px 2%;
    width: 46%;
}
.charitable-form-field input, .charitable-form-field select, .charitable-form-field textarea {
    padding: 5px 10px;
}
.charitable-form-field.charitable-submit-field {
    margin-bottom: 40px;
}
.charitable-login-form .login-submit {
    width: 100%;
    display: inline-block;
}
.campaign-entry-content p.login-remember {
    width: 100%;
    float: left;
    display: inline-block;
}
.campaign-entry-content p.login-remember #rememberme {
    float: left;
    width: auto;
    margin-right: 10px;
}
/* Campaign Donation Form */
.tpath-charitable-form-wrapper {
	background-color: #f6f6f6;
	padding: 50px;
}
.tpath-charitable-form-wrapper .charitable-form-fields .charitable-fieldset {
	padding: 0;
	margin-bottom: 40px;
	border: none;
}
.tpath-charitable-form-wrapper .charitable-form-fields #charitable-donor-fields {
	padding-top: 40px;
	padding-bottom: 30px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.tpath-charitable-form-wrapper .charitable-form-header, .tpath-charitable-form-wrapper .charitable-form-header h4 {
	font-size: 28px;
	font-weight: 600;
	color: #25292f;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts {
	display: table;
	margin: 0;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount {
	float: none;
	width: auto;
	display: table-cell;
	border: none;
	padding: 0 30px 0.5em 0;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount.suggested-donation-amount .amount {	
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	display: block;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount > label .description {
	min-height: 15px;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount > label {
	padding: 0;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount input[type="radio"] {
    visibility: hidden;
	display: none;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount.custom-donation-amount {
	padding-right: 0;
	width: 45%;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount.custom-donation-amount {
	vertical-align: middle;
	padding-bottom: 35px;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount.custom-donation-amount input {
	height: 60px;
	padding: 20px 25px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border: none;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount.custom-donation-amount input:focus,
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount.custom-donation-amount.selected input {
	outline: none;
	color: #fff;
}
.donation-amount.custom-donation-amount input:focus::-moz-placeholder,
.donation-amount.custom-donation-amount.selected input::-moz-placeholder {
    color: #fff;
	opacity: 1;
}
.donation-amount.custom-donation-amount input:focus:-ms-input-placeholder,
.donation-amount.custom-donation-amount.selected input:-ms-input-placeholder {
    color: #fff;
	opacity: 1;
}
.donation-amount.custom-donation-amount input:focus::-webkit-input-placeholder,
.donation-amount.custom-donation-amount.selected input::-webkit-input-placeholder {
    color: #fff;
	opacity: 1;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amount.selected {
	background: transparent;
}
#charitable-donation-form .tpath-charitable-form-wrapper .donation-amounts .donation-amount.suggested-donation-amount.selected .amount {
	color: #fff;
}
.charitable-fieldset .charitable-form-field label {
	font-weight: 600;
	margin-bottom: 12px;
}
.charitable-fieldset .charitable-form-field label abbr[title] {
	border: none;
	color: #ff0000;
}
#charitable-donor-fields .charitable-form-fields .charitable-form-field.odd {
	width: 48%;
	float: left;
	margin-bottom: 25px;
}
#charitable-donor-fields .charitable-form-fields .charitable-form-field.even {
	width: 48%;
	float: right;
	margin-bottom: 25px;
}
#charitable-donor-fields .charitable-form-field input, #charitable-donor-fields .charitable-form-field select {
	height: 55px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-color: #ebebeb;
	color: #252525;
}
#charitable-gateway-fields .charitable-radio-list {
	margin-top: 10px;
}
#charitable-gateway-fields .charitable-radio-list li {
	color: #1c1c1c;
}
#charitable-gateway-fields .charitable-radio-list input[type=radio] {
	display: inline-block;
}
.charitable-form-processing {
	text-align: center;
}
.campaign-donation-receipt .site-content .entry-content {
	margin-top: 40px;
	margin-bottom: 40px;
}
.campaign-donation-receipt .donation-summary {
	padding: 0;
}
.campaign-donation-receipt .donation-summary li {
	list-style: none;
	font-weight: 700;
}
.campaign-donation-receipt .donation-summary li > span {
	font-weight: 500;
}
.campaign-donation-receipt .charitable-header {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
/* ================================================================
 * WOOCOMMERCE 
 * ================================================================ */
/* Header Top Cart */
.header-main-section .nav.navbar-nav li.extra-nav.header-main-cart {	
	padding-left: 25px;
}
.extra-nav.header-main-cart {
    height: 97px;
	z-index: 2;
}
.woo-header-cart {
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 97px;
    position: relative;
    text-align: center;
}
.header-main-section ul li.header-main-cart .cart-contents {
	color: #c9c9c9;
	font-size: 21px;
	font-weight: 900;
}
.header-main-cart .cart-contents > i {    
    font-size: 21px;
	vertical-align: middle;
	color: #c9c9c9;
}
.header-main-cart .cart-contents > span {
	font-size: 13px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
	color: #fff;
}
.header-main-cart .cart-contents > span.amount {
	padding-left: 5px;
}
.header-main-cart .woo-header-cart .woo-cart-contents {   
    background: #fff;   
    border: 1px solid #dfdfdf;   
	top: 100%;
    right: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;    
    transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
    visibility: hidden;
    width: 250px;
}
.header-main-cart .woo-header-cart:hover .woo-cart-contents {
    opacity: 1;
    visibility: visible;
    z-index: 1002;
}
.header-main-cart .woo-header-cart:hover .woo-cart-contents .woo-cart-item {
	visibility: visible;
}
.header-main-cart .woo-cart-item {
	background: #F9F9F9;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    min-height: 62px;
    padding: 15px;
    position: relative;
	text-align: left;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	visibility: hidden;
}
.header-main-cart .woo-cart-item:hover {
	background: #eee;
}
.woo-cart-contents .woo-cart-item .ajax-loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/woo-ajax-loader.gif) no-repeat scroll center center/16px 16px #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.header-main-cart .woo-cart-item img {
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 10px;
    max-width: 62px;
}
.woo-cart-item .cart-item-content h5 {
    margin: 0;	
}
.woo-cart-item .cart-item-content .cart-product-name {   
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    padding-right: 18px;
}
.woo-cart-item .cart-item-content .cart-product-quantity {    
	font-size: 14px;
}
.woo-cart-contents .woo-cart-total {
    text-align: left;
	margin-bottom: 15px;
}
.woo-cart-contents .woo-cart-total h5 {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 0;
}
.woo-cart-total .cart-total span.amount {
    padding-left: 5px;
	font-weight: 900;
}
.woo-cart-item .remove-cart-item {
    color: #a6a6a6;
    font-size: 21px;
    position: absolute;
    right: 10px;
    top: 15px;
	line-height: 20px;
}
.woo-cart-contents .woo-cart-buttons {
	border-top: 1px solid #e1e1e1;
	padding-top: 12px;
}
.woo-cart-contents .woo-cart-buttons a {
    display: block;
    font-size: 14px;
	font-weight: 800;
    line-height: 20px;
    padding: 0;
	text-transform: uppercase;
}
.woo-cart-contents .woo-cart-buttons a:hover, .woo-cart-contents .woo-cart-buttons a:active, .woo-cart-contents .woo-cart-buttons a:focus {
	color: #1c1c1c;
}
.woo-cart-buttons .cart-button {
    float: left;    
}
.woo-cart-buttons .checkout-button {
    float: right;    
}
/* Woocommerce Ordering */
.tpath-woo-orderby-container, .tpath-woo-sorting-container, .tpath-woo-count-container {
	float:left;
}
.woo-dropdown, .woo-sort-ordering {
	cursor: pointer;
    float: left;
    list-style: outside none none;
    margin: 0 10px 30px 0;
    padding: 0;
	display:inline-block;
    position: relative;
    width: 215px;
}
.woo-sort-ordering {
	width: 35px;
}
.woo-dropdown > li:after {
	content: "\f107";
	font-family: "FontAwesome";
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 33px;
    position: absolute;
    right: 0;
	width: 33px;
    top: 0;
    z-index: 91;
}
.woo-dropdown > li:before {
	position:absolute;
	width:1px;
	content:"";
	background:#c6c6c6;
	right:32px;
	top:0;
	bottom: 0;
}
.woo-dropdown > li, .woo-sort-ordering > li {
	background:#F7F7F7;
    border: 1px solid #c6c6c6;
	color:#7f7f7f;
    display: block;
    font-size: 14px;
	padding:1px 0;
	font-weight:300;
    line-height: 29px;
    text-indent: 13px;
	position: relative;    
}
.woo-dropdown > li .order-sub-dropdown {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c6c6c6;
	opacity:0;
    list-style: outside none none;
    padding: 0;
    position: absolute;    
	left:-1px;
	right:-1px;
	top:32px;
    z-index: 100;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	visibility:hidden;
}
.woo-dropdown > li:hover .order-sub-dropdown {
	opacity:1;
	visibility:visible;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.woo-dropdown > li .order-sub-dropdown > li:first-child {
	border-top: none;
}
.woo-dropdown > li .order-sub-dropdown > li {
	border-top: 1px solid #c6c6c6;
	height: 35px;
	line-height: 35px;
}
.woo-dropdown > li .order-sub-dropdown > li:hover {
	background: #f9f9f9;
}
.woo-dropdown > li .order-sub-dropdown > li strong {
	display:block;
}
.woo-dropdown > li .order-sub-dropdown > li a, .woo-sort-ordering > li a {
	color:#7f7f7f;
}
.woo-sort-ordering > li {
	text-indent: 5px;
}
.woo-sort-ordering > li > a {
	display: block;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: left;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	border-color: #D3D3D3;
	height: auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 2%;
}
.woocommerce ul.products.products-2 li.product, .woocommerce-page ul.products.products-2 li.product {
    width: 49%;
}
.woocommerce ul.products.products-3 li.product, .woocommerce-page ul.products.products-3 li.product {
    width: 32%;
}
.woocommerce ul.products.products-4 li.product, .woocommerce-page ul.products.products-4 li.product {
    width: 23.5%;
}
.woocommerce ul.products.products-5 li.product, .woocommerce-page ul.products.products-5 li.product {
    width: 18.4%;
}
.products li.product .product-content-wrapper {
    border: 1px solid #f0f0f0;
    padding: 20px 15px;
}
ul.products.products-2 li.product:nth-child(2n) {
    margin-right: 0;
}
ul.products.products-3 li.product:nth-child(3n) {
    margin-right: 0;
}
ul.products.products-4 li.product:nth-child(4n) {
    margin-right: 0;
}
ul.products.products-5 li.product:nth-child(5n) {
    margin-right: 0;
}
.woocommerce ul.products li.product h3 > a {
	color: #1c1c1c;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		 -ms-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
			 transition: all 0.3s ease 0s;
}
.woocommerce ul.products li.product h5.product-category-title {
	margin:10px 0 5px;
}
.woocommerce ul.products li.product h5.product-category-title a, .woocommerce ul.products li.product h5.product-category-title {
	font-weight:400;
	font-size: 13px;
	text-transform: capitalize;
}
.woocommerce ul.products li.product h5 a {
	color: #1c1c1c;
}
.woocommerce ul.products li.product .product-image-wrapper {
	overflow: hidden;
	position: relative;
}
.woocommerce ul.products li.product .product-image-wrapper > a:before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		 -ms-transition: all 0.4s ease 0s;
		  -o-transition: all 0.4s ease 0s;
			 transition: all 0.4s ease 0s;
}
.woocommerce ul.products li.product:hover .product-image-wrapper > a:before {
	opacity: 1;
} 
.woocommerce ul.products li.product .product-image-wrapper > a:before {
    background: rgba(0, 0, 0, 0.65);
}
.woocommerce ul.products li.product .product-image-wrapper img {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .price {
	color: #444;
}
.product-icons-overlay {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    /*bottom: 15px;*/
	top: 50%;
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #222;
    display: block;
    font-size: 12px;
    left: 15px;
	right: 15px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    width: auto;
    z-index: 11;
}
.woocommerce ul.products li.product:hover .product-icons-overlay {
	opacity: 1;
}
.woocommerce ul.products li .product-buttons-container {
	float: left;
	width: 100%;
	text-align: center;
}
.woocommerce ul.products li .product-buttons-container .product-buttons a {
	padding: 0;   
    position: relative;    
	color: #fff;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    font-size: 0px;
	font-weight: 300;
	line-height: 40px;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
}
.woocommerce ul.products li .product-buttons-container .product-buttons a.woo-show-details {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.woocommerce ul.products li .product-buttons a.added_to_cart.wc-forward {
	float: none;
	margin-left: 7px;
}
.woocommerce ul.products li .product-buttons-container .product-buttons > a.add_to_cart_button:hover, .woocommerce ul.products li .product-buttons-container .product-buttons > a.add_to_cart_button:active, .woocommerce ul.products li .product-buttons-container .product-buttons > a.add_to_cart_button:focus {
	border-color: #6D6D6D;
}
.woocommerce ul.products li .product-buttons a.woo-show-details:after, 
.product-buttons > a.add_to_cart_button:after {
	content: "";
	color: inherit;
    position: absolute;
	text-align: center;
	left: 0;
	right: 0;
}
.woocommerce ul.products li .product-buttons a:after {
	font-size: 16px;
}
.product-buttons > a.add_to_cart_button:after {
	content: "\e04e";
	font-family: 'Simple-Line-Icons';
}
.woocommerce ul.products li .product-buttons a.woo-show-details:after {
	content: "\e08d";
	font-family: 'Simple-Line-Icons';
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	margin-left: 0;
}
.woocommerce ul.products li .product-buttons a.added_to_cart.wc-forward:after { 
	content: "\e04d";
	font-family: 'Simple-Line-Icons';
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
	left: auto;
	right: 16px;
	top: 0;
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
	opacity: 1;
}
.woocommerce ul.products li.product .product-wrapper .price > .amount, .woocommerce ul.products li.product .product-wrapper .price ins > .amount {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}
.woo-catalog-ordering strong {
    font-weight: normal;
}
.woocommerce ul.products li.product .product-content-wrapper h3 {
	margin-bottom: 10px;
	line-height: 1.5;
	padding: 0;
}
.woocommerce ul.products li.product .product-content-wrapper .star-rating {	
	clear: both;
	display: inline-block;
}
.woocommerce span.onsale {
	background: #222a33;
	top:0;
	left:0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 26px;
	font-weight: bold;
}
.woocommerce .quantity .qty {
	margin-right: 8px;
	width: 70px;
	height: 40px;
}
.woocommerce div.product form.cart {
	margin-top: 1em;
}
.woocommerce div.product .product_meta > span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.woocommerce ul.products li.product .price del {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	opacity: 0.7;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	display: inline-block;
}
.woocommerce ul.products li.product .onsale {
	margin: 0;
	z-index: 5;
	background: rgba(34, 42, 51, 0.75) none repeat scroll 0 0;
}
.woocommerce span.onsale {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	min-height: auto;
	line-height: 1;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	font-size: 14px;
	padding: 8px 12px;	
}
.woocommerce div.product p.stock {
	color: #222;
	font-size: 1em;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	margin-bottom: 35px;
}
.woocommerce ul.products li.product .star-rating {
	margin-top: 5px;
}
.woocommerce .star-rating {
    font-family: star !important;
}
.woocommerce .star-rating::before {
	content: "SSSSS";
	color: #c6c6c6;
}
.woocommerce div.product .product_title {
	font-size: 30px;
	font-weight: normal;
}
/* Variable Product */
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	display: block;
	clear: both;
	font-weight: 500;
	font-size: 19px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	display: block;
	clear: both;
	text-decoration: none;
}
.woocommerce div.product form.cart .variations td.label {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 46px;
	vertical-align: middle;
	text-align: left;
}
.woocommerce div.product form.cart .reset_variations {
	line-height: 30px;
}
.woocommerce div.product .single_variation_wrap .single_variation {
	margin-bottom: 10px;
}
/* Buttons */
.woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart {
	display: inline-block;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	background: none;
	border: 2px solid #c6c6c6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	color: #fff;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
	text-shadow: 0 0 0;
	padding: 10px 25px;
	font-size: 16px;
	line-height: 1.42857;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	height: 40px;
    line-height: 25px;
    padding: 5px 30px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover, .woocommerce a.added_to_cart:hover {
	background: #3a4145;
	border-color: #3a4145;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:active, .woocommerce ul.products li.product .button:focus, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #fff;
}
.woocommerce a.added_to_cart {
	margin-top: 1em;
	margin-left: 0.5em;
}
/* Message Boxes */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #f9f9f9;
	line-height: 1.6;
}
.woocommerce .woocommerce-info {
    border-top-color: #2d2d2d;
}
.woocommerce .woocommerce-info::before {
    color: #2d2d2d;
}
/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e9e9e9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    background: #EAEAEA;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	margin: 0 10px 0 -5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    content: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: #f2f2f2;
	background: #fff;
	border-top: 2px solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border-color: #e9e9e9;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {   
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	padding: 20px;
	border-color: #e9e9e9;
	border-top-color: transparent;
	margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.woocommerce #reviews h3 {
	margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position: static;
	margin-right: 10px;
	width: auto;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	line-height: 18px;
}
.woocommerce .related.products h2, .woocommerce .upsells h2, .woocommerce .cross-sells h2, .woocommerce .cart_totals h2, .woocommerce .shipping_calculator h2 {
	font-size: 20px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
}
/* Cart */
.woocommerce table.shop_table {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border: none;
	border-collapse: collapse;
	margin: 30px 0 50px;
	background: #fff;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	padding: 12px;
}
.woocommerce a.remove {
	font-size: 18px;
}
.woocommerce-cart table.cart img {
	width: 80px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 140px;
	padding: 10px 12px;
	height: 47px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin-right: 10px;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	border-collapse: collapse;
	background: #fff;
	margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	border-left: 1px solid #dcdcdc;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	padding: 0 15px;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {    
    padding: 10px;
    text-align: left;
    width: 50%;
	vertical-align: middle;
}
.woocommerce-cart table.cart input {
	line-height: 1.42857;
}
.woocommerce table.shop_table td.product-name > a, .woocommerce-page table.shop_table td.product-name > a {
	clear: both;
	display: block;
	font-size: 17px;
}
.woocommerce td.product-name dl.variation {
	display: inline-block;
	float: none;
	margin: 15px auto 0.25em;
	text-align: center;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
	float: none;
}
.woocommerce table.shop_table td.product-subtotal .amount, .woocommerce-page table.shop_table td.product-subtotal .amount {
	font-size: 16px;
	font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total .amount {
	font-size: 18px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
    border-right: 1px solid #dcdcdc;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal {
    border-top: 1px solid #dcdcdc;
}
/* Checkout */
.woocommerce-billing-fields .select2-container .select2-choice {
	height: 46px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	padding: 10px 16px;
}
.woocommerce-billing-fields .select2-container .select2-choice > .select2-chosen {
	line-height: 26px;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-checkout h3 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;	
	position: relative;
	text-transform: uppercase;
}
.woocommerce-shipping-fields h3 > label {
	display: inline-block;
}
.woocommerce-shipping-fields h3 > .input-checkbox {
	height: auto;
	margin: 0 10px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	background: #fff;
}
.woocommerce form.checkout_coupon input[type="checkbox"], .woocommerce form.login input[type="checkbox"], .woocommerce form.register input[type="checkbox"] { 
	height: auto;
}
.woocommerce form.login .button {
	margin-right: 15px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	color: #2d2d2d;
}
.woocommerce-checkout h3#order_review_heading {
	margin-top: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	height: auto;
}
.woocommerce-checkout #payment {
	background: #fff;
}
.woocommerce-checkout #payment div.payment_box:after {
	top: -2px;
}
.select2-search input, .select2-results .select2-result-label {
	line-height: 1.5;
}
.payment_method_paypal > label {
	display: inline;
}
.woocommerce #payment .place-order {
	margin-bottom: 30px;
}
.woocommerce table.shop_table.customer_details tbody:first-child tr:first-child td, .woocommerce table.shop_table.customer_details tbody:first-child tr:first-child th {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total .amount {
	font-size: 17px;
}
.woocommerce .tpath-woocommerce-thank-you-page .order_details.order_info {
	border: 1px solid #e1e1e1;
	padding: 15px;
}
.woocommerce .order_details.order_info li {
	font-size: 14px;
	border-right: 1px solid #e1e1e1;
}
.woocommerce .order_details.order_info li strong {
	font-size: 16px;
	line-height: 2;
}
.tpath-woocommerce-thank-you-page .thank-you-text {
	font-weight: 500;
	font-size: 17px;
}
.tpath-woocommerce-thank-you-page h2, .tpath-woocommerce-order-details h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tpath-woocommerce-order-details .shop_table.order_details .product-quantity {
	display: block;
}
.tpath-woocommerce-order-details .addresses address {
	line-height: 2;
}
/* Woocommerce Pagination */
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 25px;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	width: 40px;
	height: 38px;
	line-height: 38px;
	border: none;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin: 0 6px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
}
/* ================================================================
 * WOOCOMMERCE WIDGETS
 * ================================================================ */
.woocommerce.widget_shopping_cart li:hover a:before, .woocommerce.widget_shopping_cart li a:hover:before,
.woocommerce.widget_products li:hover a:before, .woocommerce.widget_products li a:hover:before {
	display: none;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	width: 60px;
	float: left;
	margin-top: 6px;
	margin-right:10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 4px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	padding: 12px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border: none;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
	float: right;
}
.sidebar .widget a.button:hover {
	color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
	margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;	
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #eee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 0.7em;
}
.woocommerce .widget_price_filter .ui-slider {
	margin-left: 0;
	margin-right: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	margin-top: 6px;
}
.widget_product_tag_cloud .tagcloud a {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 6px 8px;
}
.widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:active, .widget.widget_product_tag_cloud .tagcloud a:focus {
    background: #2d2d2d;
    color: #fff;
}
/* ================================================================
 * OVERRIDE VC STYLES
 * ================================================================ */
 
.wpb_column .wpb_wrapper > *:last-child {
	margin-bottom:0px !important;
}
.wpb_column .wpb_gallery.wpb_content_element {
	margin-bottom:40px !important;
}
/* ACCORDION */

.wpb_accordion_wrapper {
    border: 1px solid #d8d8d8;
}
.wpb_accordion_section {
    border-bottom: 1px solid #d8d8d8;
    margin: 0 20px;
}
.wpb_accordion_wrapper .wpb_accordion_section:last-child {
    border-bottom: medium none;
}
.wpb_accordion.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_accordion.wpb_content_element .wpb_accordion_header a {
    color: #000;
    padding: 0.5em 0;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
    content: "+";
    font-size: 32px;
    line-height: 40px;
    position: absolute;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
    content: "-";
    font-size: 32px;
    line-height: 40px;
    position: absolute;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    position: relative;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background: none;
    top: 0;
    right: 0;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 1em 0;
}
/* VC PROGRESS BAR */
.vc_progress_bar {
    /*margin-top: 40px;*/
	float: left;
	width: 100%;
}
.vc_progress_bar .vc_single_bar .vc_label {
    font-size: 14px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -40px;
	text-shadow: 0 0 0 !important;
	color: #1c1c1c !important;
}
.vc_progress_bar .vc_single_bar {
    background-color: #ededed;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    height: 3px;
    margin-bottom: 70px;
    position: relative;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}
.vc_label .vc_label_units {
	float: right;
}
/* ------------- VC SHORTCODES - THEME STYLE ------------- */

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent;
    border: none;
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body,
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: transparent;
    border: none;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding: 10px 0 10px 58px;
}
.vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-title > a {
    border-bottom: none;
}
.vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 0 10px 35px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #919191;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #e4e4e4;
    left: 0;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    width: 15px;
    margin: 0 auto;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    top: 50%;
    height: 15px;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading span {
    color: #1c1c1c;
    font-size: 14px;
    padding: 0 0 25px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    right: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-left: 0;
}
/* ------------- VC Column------------- */

.vc_column_container.border-bottom_right_rotate::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #d8d8d8;
    content: "";
    z-index: 9;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
}
.vc_column_container.border-bottom_right::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #d8d8d8;
    content: "";
    z-index: 9;
}
.vc_column_container.border-bottom_right,
.vc_column_container.border-bottom_right_rotate,
.vc_column_container.border-bottom_only {
    border-bottom: 1px solid #d8d8d8;
}
.vc_column_container.border-right_only {
    border-right: 1px solid #d8d8d8;
}
/* ------------- VC ------------- */
.tpath-vc-section {
    padding: 80px 0;
    margin-bottom: 0;
    position: relative;
	z-index: 1;
}
.tpath-vc-section.vc_row-no-margin {
    margin-left: 0;
    margin-right: 0;
	overflow: hidden;
}
.wpb_single_image .vc_single_image-wrapper {
    max-width: 100%;
}
.bg-style.overlay-wrapper .tpath-row-inner-wrapper,
.bg-style.overlay-wrapper.tpath-column-inner-wrapper {
    position: relative;
    z-index: 2;
}
.bg-style.overlay-wrapper:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-style.overlay-wrapper.bg-overlay.dark-overlay-color:before {
    background-color: rgba(37, 41, 47, 0.9);
}
.bg-style.overlay-wrapper.bg-overlay.dark-overlay-color.light-opacity:before {
    background-color: rgba(37, 41, 47, 0.5);
}
.bg-style.overlay-wrapper.bg-overlay.black-overlay-color:before {
    background-color: rgba(0, 0, 0, 0.9);
}
.bg-style.overlay-wrapper.bg-overlay.white-overlay-color:before {
    background-color: rgba(255, 255, 255, 0.9);
}
.dark-wrapper {
    background-color: #000;
}
.white-wrapper {
    background: #fff;
}
.grey-wrapper {
    background: #f9f9f9;
}
.tpath-column-pattern {
	background: url(http://butterflyworld.co.za/wp-content/themes/givinghand/images/pattern_bg.png) top left repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.typo-white,
.typo-white h1,
.typo-white h2,
.typo-white h3,
.typo-white h4,
.typo-white h5,
.typo-white h6,
.typo-white div,
.typo-white p {
    color: #fff;
}
.typo-dark,
.typo-dark h1,
.typo-dark h2,
.typo-dark h3,
.typo-dark h4,
.typo-dark h5,
.typo-dark h6,
.typo-dark div,
.typo-dark p {
    color: #22262a;
}
.typo-grey,
.typo-grey h1,
.typo-grey h2,
.typo-grey h3,
.typo-grey h4,
.typo-grey h5,
.typo-grey h6,
.typo-grey div,
.typo-grey p {
    color: #f3f6f8;
}
/* ------------- VC Column ------------- */

.column_overlaybg {
    min-height: 500px;
}
.column_overlaybg::before {
    border: 4px solid #fff;
    bottom: 3%;
    top: 3%;
    content: "";
    display: block;
    left: 3%;
    right: 3%;
    position: absolute;
}
.column_overlaybg .wpb_wrapper {
    background: rgba(255, 255, 255, 0.9);
    bottom: 3%;
    left: 3%;
    right: 3%;
    padding: 20px;
    position: absolute;
    z-index: 1;
}
/* ------------- VC Carousel ------------- */
.tpath-vc-section .vc_carousel-inner .vc_inner img {
    width: 100%;
}
#main .wpb_images_carousel .vc_slide.vc_images_carousel {
    max-width: 100%;
}
#main .vc_images_carousel .vc_carousel-control .icon-next::before,
#main .vc_images_carousel .vc_carousel-control .icon-prev::before {
    top: 0;
    color: #fff;
}
#main .vc_images_carousel .vc_carousel-control {
    background: rgba(41, 41, 41, 0.4);
}
#main .vc_images_carousel .vc_carousel-control .icon-prev,
#main .vc_images_carousel .vc_carousel-control .icon-next,
#main .vc_images_carousel .vc_carousel-control .glyphicon-chevron-left,
#main .vc_images_carousel .vc_carousel-control .glyphicon-chevron-right {
    top: 0;
    left: 0;
    width: 55px;
    height: 50px;
}
#tpath_wrapper #main .wpb_images_carousel .vc_slide.vc_images_carousel .vc_right.vc_carousel-control,
#tpath_wrapper #main .wpb_images_carousel .vc_slide.vc_images_carousel .vc_left.vc_carousel-control {
    display: block!important;
    left: auto;
    opacity: 1;
}
#main .vc_images_carousel .vc_right.vc_carousel-control {
    right: 0;
}
#main .vc_images_carousel .vc_left.vc_carousel-control {
    right: 60px;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control {
    top: auto;
    bottom: 0;
    margin: 0;
    width: 55px;
    line-height: 50px;
    height: 50px;
    text-shadow: none;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control .icon-prev,
.tpath-vc-section .vc_images_carousel .vc_carousel-control .icon-next {
    margin: 0;
}
#main .vc_images_carousel .vc_carousel-indicators .vc_active {
    background: transparent;
}
.wpb_wrapper .wpb_button {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
}
.main-section .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
/* VC Tour */
/* -------------- Tab Styles ---------------- */
.vc_tta-style-tpath_tour_design.vc_tta.vc_general .vc_tta-panel-body {
    padding-top: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-container .vc_tta-tabs-list {
    margin: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab .vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab {
    border-bottom: 0px;
    margin: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a {
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #272727;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 22px;
    min-width: 270px;
    padding: 4px 22px;
    position: relative;
    text-transform: uppercase;
     border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:hover,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:focus,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus,
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
    color: #fff;
    border-color: transparent;
}
.vc_tta-tabs.vc_tta-tabs-position-left:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a {
    border-right-color: #e4e4e4;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a {
    color: #22262a;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a i {
    font-size: 30px;
    padding-right: 0;
    margin-left: 0;
    width: 40px;
    line-height: 40px;
    display: inline-block;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab .vc_tta-title-text {
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
}
.vc_ttsa-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a,
.vc_ttsa-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus {
    border-color: transparent;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
    border-left-width: 1px;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:before {
    border: 10px solid transparent;
    left: 0;
    content: "";
    display: block;
    height: 0;
    width: 0;
    right: auto;
    position: absolute;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:after {
    border: 9px solid transparent;
    border-left-color: #fff;
    left: -2px;
    right: auto;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
    border-left-width: 1px;
}
.vc_tta-panel-body .vc_chart .vc_chart-with-legend {
    width: 45%;
}
.vc_tta-panel-body .vc_chart .vc_chart-legend {
    width: 47%;
    margin-left: 6%;
}
.vc_chart .vc_chart-legend {
    font-weight: bold;
    font-size: 14px;
    color: #949494;
}
.vc_chart .vc_chart-legend li {
    margin-bottom: 1.2em;
}
.vc_chart .vc_chart-legend span {
    color: #202e31;
}

/* SEPERATOR */
.vc_separator.vc_sep_double .vc_sep_line {
    height: 5px;
}
.wpb_wrapper .wpb_images_carousel {
    margin-bottom: 0;
}
/* VC Toggle */
vc_toggle_default.vc_toggle .vc_toggle_title, .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	padding-left:0;
}
.vc_toggle .vc_toggle_title>h4 {
   font-size: 14px;
}
.vc_toggle .vc_toggle_title .vc_toggle_icon {
	display:none;
}
.vc_toggle .vc_toggle_title:before {
	content: "\e069";
	font-family: Flaticon;
    font-style: normal;
	width: 38px;
    height: 38px;
	line-height: 38px;
	margin-right:15px;
	border:1px solid #ccc;
    display: inline-block;
	text-align:center;
}
.vc_toggle.vc_toggle_active .vc_toggle_title:before {
    content: "\e061";
}
.vc_toggle.vc_toggle_default .vc_toggle_content {
	padding-left: 55px;
}
.vc_column_container.vc-match-height-content > .vc_column-inner,
.vc_column_container.vc-match-height-content > .vc_column-inner .wpb_wrapper {
    height: 100%;
}
/*.vc_column_container.vc-match-height-content .tpath-video-shortcode, .vc_column_container.vc-match-height-content .tpath-video-shortcode * {
	height: 100%;
}*/
.bg-position-left-center .vc_column-inner { 
	background-position: left center; 
}

/* PROJECT SECTION */
.tpath-project-inner .project-sub-title {
    padding-bottom: 10px;
	position:relative;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}
.project-sub-title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    width: 30px;
    height: 2px;
    background: #ffffff;
    color: #ffffff;
}
.project-details-button, .project-extra-button {
    float: left;
    margin-right: 25px;
	font-size: 14px;
}
.tpath-project-buttons-wrapper {
    margin: 30px 0 0;
    display: inline-block;
}
.project-details-button .btn, .project-extra-button .btn {
	font-size: 13px;
    padding: 7px 20px;
    line-height: 24px;
	color:#FFF;
}
.tpath-project-title h3 {
    font-weight: bold;
}
.typo-white .tpath-project-description > p {
	color: #a8a8a8;
}

/* MAP SECTION */
.gmap-wrapper.mapstyle-background {
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	z-index: -1;
}
.gmap-wrapper.mapstyle-background::after {
    content: "";
    background: rgba(255,255,255,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.vc_column_container {
    position: inherit;
}

/* ================================================================
 * MAILCHIMP SECTION
 * ================================================================ */
.mailchimp-section-heading div.mailchimp-widget-title {
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
}
.mailchimp-section-heading .mailchimp-widget-title {
	margin-bottom: 15px;
}
.mailchimp-section-heading .mailchimp-sub-title {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
}
.tpath-vc-mailchimp-form-wrapper {
	display: table;
	width: 100%;
}
.tpath-vc-mailchimp-form-wrapper .mailchimp-section-heading {
	display: table-cell;
	vertical-align: middle;
	padding-right: 40px;
}
.tpath-vc-mailchimp-form-wrapper .tpath-mc-form.mailchimp-form-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
.tpath-vc-mailchimp-form .form-group {
	margin-bottom: 0;
}
.tpath-vc-mailchimp-form .input-group input.form-control {
	background: transparent;
	border: none;
	border-bottom: 2px solid;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	padding-left: 0;
	color: #fff;
}
.typo-white .tpath-vc-mailchimp-form .input-group input.form-control {
	border-color: #fff;
}
.typo-dark .tpath-vc-mailchimp-form .input-group input.form-control {
	border-color: #222;
}
.typo-grey .tpath-vc-mailchimp-form .input-group input.form-control {
	border-color: #eee;
}
.typo-white .form-control::-moz-placeholder {
    color: #f7f7f7;
}
.typo-white .form-control:-ms-input-placeholder {
    color: #f7f7f7;
}
.typo-white .form-control::-webkit-input-placeholder {
    color: #f7f7f7;
}
.tpath-vc-mailchimp-form .input-group .input-group-addon {
	background: transparent;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	padding: 0 0 0 15px;
}
.typo-white .btn.mc-subscribe {
	border: 2px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
.typo-white .btn.mc-subscribe:hover, .typo-white .btn.mc-subscribe:active, .typo-white .btn.mc-subscribe:focus {
	border-color: #25292f;
	background: #25292f;
}
.tpath-vc-mailchimp-form.form-btn-inline .form-control-feedback {
	right: -30px;
}
.tpath-mc-form.mailchimp-form-wrapper .mailchimp-msg {
	padding: 0;
	margin-top: 15px;
	font-weight: 600;
}

/* IMAGE HOVER COMMOM */
.tpath-events-list-wrapper li.ecs-event .event-image img, .posts-inner-container .entry-thumbnail img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tpath-events-list-wrapper li.ecs-event .event-image, .posts-inner-container .entry-thumbnail {
	overflow:hidden;
}
.tpath-events-list-wrapper li.ecs-event:hover .event-image img, .posts-inner-container:hover .entry-thumbnail img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
/* ================================================================
 * REVOLUTION SLIDER
 * ================================================================ */
.rev_slider .tp-caption.largeblackbg, .largeblackbg, .rev_slider .tp-caption.Gym-Menuitem, .Gym-Menuitem {
    background: rgba(37, 41, 37, 0.9);
}
.wrapper-class .rev_slider .tp-caption.rev-btn.btn-border, .wrapper-class .rev_slider .tp-caption.rev-btn.btn-bg, .wrapper-class .rev_slider .tp-caption.rev-btn.btn-bgwhite {
	-webkit-transition: all 0.4s ease 0s !important;
    -moz-transition: all 0.4s ease 0s !important;
    -ms-transition: all 0.4s ease 0s !important;
    -o-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
}
.wrapper-class .rev_slider .tp-caption.rev-btn.btn-border {
	border-color: #FFF!important;
	color: #fff!important;
}
.wrapper-class .rev_slider .tp-caption.rev-btn.btn-bg {
	color: #FFF!important;
}
.wrapper-class .rev_slider .tp-caption.rev-btn.btn-bg:hover {
	background: #fff!important;
	border-color: #fff !important;
}
.wrapper-class .rev_slider .tp-caption.rev-btn.btn-bgwhite {
	background: #FFF!important;
	border-color: #FFF!important;
}
.wrapper-class .rev_slider .tp-caption.rev-btn.btn-bgwhite:hover {
	color: #FFF!important;
}