/*

Theme Name:  Fixology
Theme URI:   http://themeforest.net/user/thememount
Author:      Theme Mount
Author URI:  http://www.thememount.com/
License URI: here: http://themeforest.net/licenses/regular_extended 
Description: Fixology is multi-purpose, responsive and SEO friendly WordPress Theme.
Version:     1.0
Text Domain: fixology
Tags:        HD ready, multi-page, white, responsive, theme-options, retina-ready, woocommerce, bbpress, right-sidebar, left-sidebar, both-sidebar, header-styles, custom-menu, featured-images, post-formats, sticky-menu, translation-ready
License:     This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself. You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended

*/


/*------------------------------------------------------------------
[Table of contents]

 * Basic CSS
 * Header Section
 * Floatingbar Section
 * Topbar Section
 * Titlebar Section
 * Footer Section
 * Events Calendar
 * Common Widget Section
 * Menu Section
 * Call to Action Section
 * Servicebox Section
 * Blogbox Section
 * Portfolio Section
 * Team Member Section
 * Fact in Digit Section
 * Progress Bar Section
 * Row Section
 * Sidebar Section
 * Social Section
 * Flyning Form Section
 * List Style Section
 * Tab
 * Vertical Tab
 * Accordion section
 * VC Map
 * Custom Selectbox
 * Heading Section
 * Social Section
 * Catergory section
 * Testimonials Section 
 * Client logo Section
 * Button Section
 * Global Box spacing
 * Slick Slider
 * Tweeter Section
 * Google map Section 
 * Category filter Section
 * Woocommerce Section
 * Pricing Table
 * 404 Page
 * Search Result Page
 * BBpress-forums
 * Drop Cap Design
 * Global link color 
 
 
-------------------------------------------------------------------*/
.admin-bar .tm-fbar-close{
	top: 32px;
}
.site-content-wrapper {
    position: relative;
    z-index: 11;
	background-color: #fff;
} 

/*** 

====================================================================
	Basic CSS
====================================================================

 ***/ 
.tm-page-featured-wrapper{
    margin: 0 0 1.5em;
}
p {
    margin: 0 0 1em;
    padding: 0;
}
.wpb_wrapper p,
.tm-cta3-content-wrapper p{
    margin: 0 0 10px;
}

.tm-letterspacing-3px {
	letter-spacing: 3px;
}
.tm-letterspacing-5px {
	letter-spacing: 5px;
} 
 footer a,
.entry-content a,
.site-content-wrapper a {    
    -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;
}
.tm-equal-height-image, 
.thememount-hide,
.tm-hide{
	display: none;	
}
.tm-wrap {
    display: table;
    width: 100%;    
}
.tm-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}
.tm-align-right{
	text-align: right;
}
iframe {
    width: 100%;
}
.tm-col-bgimage-yes.tm-col-bgcolor-skincolor,
.tm-col-bgimage-yes.tm-col-bgcolor-white,
.tm-col-bgimage-yes.tm-col-bgcolor-grey,
.tm-col-bgimage-yes.tm-col-bgcolor-darkgrey{
    background-color: transparent
}
.tm-bg.tm-bgcolor-darkgrey > .tm-bg-layer{
	background-color: #000;
}
.tm-col-bgcolor-darkgrey .tm-bg-layer-inner,
.tm-col-bgcolor-darkgrey,
.site-header-menu.tm-sticky-bgcolor-darkgrey.is_stuck,
.tm-bgcolor-darkgrey {
	background-color: #151515;
}
.site-header.tm-sticky-bgcolor-darkgrey.is_stuck,
.tm-header-overlay .site-header.tm-sticky-bgcolor-darkgrey.is_stuck{
	background-color: rgba(21, 21, 21, 0.96);
}
.tm-bg.tm-bgcolor-grey > .tm-bg-layer {
    background-color: #f7f7f7;
}
.tm-col-bgcolor-grey .tm-bg-layer-inner,
.tm-col-bgcolor-grey,
.tm-bgcolor-grey,
.site-header.tm-sticky-bgcolor-grey.is_stuck,
.site-header-menu.tm-sticky-bgcolor-grey.is_stuck,
.tm-header-overlay .site-header.tm-sticky-bgcolor-grey.is_stuck{
	background-color: #f7f7f7;
}


.tm-bg.tm-bgcolor-white > .tm-bg-layer{
    background-color: #fff;
}
.tm-col-bgcolor-white .tm-bg-layer-inner,
.tm-bgcolor-white,
.tm-col-bgcolor-white,
.site-header.tm-sticky-bgcolor-white.is_stuck,
.tm-header-overlay .site-header.tm-sticky-bgcolor-white.is_stuck,
.site-header-menu.tm-sticky-bgcolor-white.is_stuck{
	background-color: #fff;
}

/*** Form fields, general styles first ***/
.main-holder .site #content table.cart td.actions .input-text,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], 
.uneditable-input, select {
	font-family: inherit;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:100%;
	color: #999999;
	padding: 12px 10px;
	font-weight: normal;
	background-color: rgba(0,0,0,.03);
	text-transform: inherit;
	border:1px solid #e5e5e5;
	font-size: 14px;
	outline: none;
    line-height: inherit;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input.input-text:focus, select:focus {
    background-color: transparent;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    color: #666;   
    outline: none !important;   
}
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"],
.woocommerce div.product form.cart .button,
table.compare-list .add-to-cart td a,
.woocommerce .widget_shopping_cart a.button,
.woocommerce #review_form #respond .form-submit input,
.main-holder .site table.cart .coupon input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart #content table.cart td.actions input[type="submit"],
.woocommerce #payment #place_order,
.woocommerce .wishlist_table td.product-add-to-cart a{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 30px;
    border-radius: 0px;
    border: 2px solid transparent;	
	color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;	
	cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}
.tm-full-bt{
	width: 100%;
}
.tm-textarea-con textarea{
	height: 178px;
}
.tm-appo-form .field-group textarea, .tm-appo-form .field-group input[type="text"], .tm-appo-form .field-group input[type="email"] {
	border-radius: 0px;
    color: #838383;
	padding: 10px 10px 10px 35px;
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.65);
    border: 1px solid #e5e5e5;
    font-size: 13px;
}
.tm-appo-form .field-group textarea:focus, .tm-appo-form .field-group input[type="text"]:focus, .tm-appo-form .field-group input[type="email"]:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.tm-appo-form .tm-appo-submit input[type="submit"] {
	width: 100%;
	margin-top: 10px;
}
.tm-appo-form .your-message textarea {
	width: 100%;
	max-height: 125px;
}
.tm-appo-form .field-group:last-child, .tm-appo-form .field-group {
    position: relative;
    background-color: transparent;
    margin-bottom: 10px;
}
.tm-appo-form .field-group i,
.mailchimp-inputbox i {
    position: absolute;
    left: 10px;
    top: 15px;
    opacity: 0.9;
    font-size: 14px;
    z-index: 1;
}
.wpcf7-form .tm-appo-form .field-group .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 10px;
}
.tm-appo-form-border {
	border:3px solid #ededed;
}

/*** Custom Selectbox ***/
.select2-container .select2-choice { 
    padding: 6px 0 6px 10px;
    border: 1px solid #e5e5e5;
    background-color: rgba(0,0,0,.03);
}
.select2-drop-active{
	border: 1px solid #e5e5e5;
}

/*** Topbar Dark text color ***/
.tm-textcolor-dark a, 
.tm-textcolor-dark h1,
.tm-textcolor-dark h2,
.tm-textcolor-dark h3,
.tm-textcolor-dark h4,
.tm-textcolor-dark h5,
.tm-textcolor-dark h6{
	color: rgba(0, 0, 0, 0.8);
}
.tm-textcolor-dark,
.tm-textcolor-dark .vc_tta-panel-body,
.tm-textcolor-dark .vc_tta-panel-body .wpb_text_column {
	color: rgba(0, 0, 0, 0.6);
}
.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.85;
}
.tm-bgcolor-skincolor.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-bgcolor-skincolor.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.92;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer{
    opacity: 0.80;
}
.vc_video-bg-container.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.8;
}
.tm-col-bg,
.tm-bg{
	position: relative;
}
.tm-bg-layer,
.tm-titlebar-wrapper .tm-titlebar-wrapper-bg-layer{
    position: absolute;
    height: 100%;
    width: 100%;
	top:0;
	left: 0;
}
.tm-bgcolor-transparent > .tm-bg-layer,
.tm-bgcolor-transparent{
	background-color: transparent !important;
}
.vc_column-inner > .wpb_wrapper{
	position: relative;
}

/*** Top to bottom ***/
#totop {
    font-weight: 900;
    color: #fff;   
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 5px;
    line-height: 36px;
    border-radius: 50%;
}
#totop:hover {
 	color: #fff;
}
#totop.top-visible {
    height: 50px;
    width: 50px;
    font-size: 25px;
}

/***  Footer left right spacing */
.thememount-topbar-wrapper.container-full,
.container-fullwide .site-content-inner.row,
.footer .container-fullwide{
	padding-left: 15px;
	padding-right: 15px;
}
.thememount-item-thumbnail,
.thememount-item-thumbnail-inner{
	display: block;
} 

/*** 

====================================================================
	Header Section
====================================================================

 ***/  
.tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4 {
    margin-bottom: 5px;
} 
.thememount-topbar-wrapper,
.tm-header-block, 
.site-header,
.site-header-main{
	position:relative;
}
.thememount-topbar-wrapper,
.site-header{
	z-index: 20;
}

/*** Logo Section ***/
.thememount-logo-img.standard{
	max-height: 100px;
	width: auto;
}
.site-branding {
	float: left;
}
.headerlogo img{	
	max-height: 35px;
	width: auto;	
	-webkit-transition: .20s ease;
	-moz-transition: .20s ease;
	-o-transition: .20s ease;
	-ms-transition: .20s ease;
}
.headerlogo img, 
.tm-stickylogo-yes .standardlogo, 
.is-sticky .tm-stickylogo-yes .stickylogo{
	display:inline-block;
}
.site-title a.home-link:hover, a.home-link:hover {
	text-decoration: none;
}
.site-title {
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	color: #fff;	
	display: table;
	vertical-align: middle;
	text-align: center;	
	width: 100%;
	height: 100%;
}
.site-title a {
	display: table-cell;
	vertical-align: middle;
}
.site-description {
	display: none;
}
.tm-header-style-classic-box.tm-header-overlay .site-header.is_stuck .container{
	background-color: transparent !important;
}

/*** Header cart and search icon font size **/
#site-header-menu #site-navigation .tm-header-icon a,
#site-header-menu #site-navigation .thememount-fbar-btn a{ 
	font-size: 16px;
} 
.tm-header-icons .tm-header-wc-cart-link a{
	position: relative;
	border: 1px solid #2b2b2b;
	border-radius: 50%;
	padding: 5px 4px;
}
.tm-header-icons .tm-header-wc-cart-link span.number-cart {
	position: absolute;
    bottom: 23px;    
    left: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    display: block;
    background-color: #edb820;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding-left: 2px;
}
.thememount-fbar-btn.hidefbtn a{
    -webkit-transform: scale(0); 
    -ms-transform: scale(0); 
    -moz-transform: scale(0);
    transform: scale(0);  
}
.thememount-slider-wide{
	background-color: rgb(231, 231, 231);
}

/*** Header full ***/   
.tm-header-overlay .tm-stickable-header-w{
    position: absolute;
    z-index: 21;        
    width: 100%;
    box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

/*** 

====================================================================
	Floatingbar Section
====================================================================

 ***/  

/*** Floating form ***/
.tm-floatingform{
    background-color: rgba(0, 0, 0, 0.41);
    padding: 30px;
}
.tm-textcolor-dark .tm-floatingform{    
    background-color: rgba(255, 255, 255, 0.41);
}
.tm-floatingform .wpcf7-text, 
.tm-floatingform .wpcf7-textarea {
    text-indent: 40px;
}
.tm-floatingform label i {
    position: absolute;    
    z-index: 100;
    font-size: 18px;
    top: 20px;
    left: 17px;
}
.tm-floatingform label{
    display: block;
    position: relative;
}
.tm-floatingform .wpcf7-textarea {
    height: 120px;
}
.tm-floatingform .wpcf7-textarea,
.tm-floatingform .wpcf7-text {
    border: 1px solid rgba(229, 229, 229, 0.26);    
}
.tm-textcolor-dark .tm-floatingform .wpcf7-textarea,
.tm-textcolor-dark .tm-floatingform .wpcf7-text {
    border-color: rgba(0, 0, 0, 0.26);    
}
.tm-floatingform input[type="submit"]{
    padding: 10px 35px;
}    
.tm-textcolor-white .tm-floatingform label i {
    color: rgba(255, 255, 255, 0.38);
}
.tm-textcolor-white .tm-floatingform .wpcf7-textarea::-webkit-input-placeholder,
.tm-textcolor-white .tm-floatingform .wpcf7-text::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.38);   
}
.tm-textcolor-white .tm-floatingform .wpcf7-textarea:-moz-placeholder,
.tm-textcolor-white .tm-floatingform .wpcf7-text:-moz-placeholder{
   color: rgba(255, 255, 255, 0.38);;  
}
.tm-textcolor-white .tm-floatingform .wpcf7-textarea::-moz-placeholder,
.tm-textcolor-white .tm-floatingform .wpcf7-text::-moz-placeholder{
    color: rgba(255, 255, 255, 0.38); 
}
.tm-textcolor-white .tm-floatingform .wpcf7-textarea:-ms-input-placeholder,
.tm-textcolor-white .tm-floatingform .wpcf7-text:-ms-input-placeholder{  
    color: rgba(255, 255, 255, 0.38);    
}
.tm-textcolor-white .tm-floatingform .wpcf7-textarea,
.tm-textcolor-white .tm-floatingform .wpcf7-text{
    color: #fff;
}
.tm-textcolor-dark .tm-floatingform label i {
    color: rgba(0, 0, 0, 0.38);
}
.tm-textcolor-dark .tm-floatingform .wpcf7-textarea,
.tm-textcolor-dark .tm-floatingform .wpcf7-text{
    color: #222;
}
.tm-textcolor-dark .tm-floatingform .wpcf7-textarea::-webkit-input-placeholder,
.tm-textcolor-dark .tm-floatingform .wpcf7-text::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.38);
}
.tm-textcolor-dark .tm-floatingform .wpcf7-textarea:-moz-placeholder,
.tm-textcolor-dark .tm-floatingform .wpcf7-text:-moz-placeholder{
   color: rgba(0, 0, 0, 0.38);
}
.tm-textcolor-dark .tm-floatingform .wpcf7-textarea::-moz-placeholder,
.tm-textcolor-dark .tm-floatingform .wpcf7-text::-moz-placeholder{
    color: rgba(0, 0, 0, 0.38); 
}
.tm-textcolor-dark .tm-floatingform .wpcf7-textarea:-ms-input-placeholder,
.tm-textcolor-dark .tm-floatingform .wpcf7-text:-ms-input-placeholder{  
    color: rgba(0, 0, 0, 0.38);
}
/* End Floating form */

/*** Floating content ***/
.thememount-fbar-main-w  .tm-element-heading-wrapper.tm-heading-style-vertical.tm-seperator-none .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content {
    margin-bottom: 10px;
}
.thememount-fbar-main-w  .wpb_content_element{
    margin-bottom: 25px;
}
/* End Floating content */

.thememount-fbar-position-default .tm-float-overlay,
.tm-fbar-close-icon{
	display: none;
}
.tm-float-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0,0,0,1);
    visibility: hidden;
    opacity: 0;
    z-index: 9997;
}
.tm-float-overlay.animated {
    visibility: visible;
    opacity: 0.9;
}
.tm-float-overlay.animated {
    cursor: url(../images/close.png), auto;
}
.thememount-fbar-btn{
	cursor: pointer;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: right;
}
.site-header-main.container-fullwide .thememount-fbar-btn {
	padding-right: 20px;
}
.tm-header-invert .site-header-main.container-fullwide .thememount-fbar-btn {
    padding-left: 20px;
    padding-right: 0;
}
.thememount-fbar-btn.tm-fbar-btn-cposition-default{
	opacity: 1;
}
.thememount-fbar-btn.tm-fbar-btn-cposition-default.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
	opacity: 0;
}
.tm-header-invert .thememount-fbar-btn {    
    margin-left: 0px;
    float: left;
}
.thememount-topbar-wrapper .thememount-fbar-btn {
	margin-left: 12px;
}
.thememount-topbar-wrapper .thememount-fbar-btn a {
	padding: 0px 10px;
	line-height: 47px;
}
.thememount-topbar-wrapper .thememount-fbar-btn:hover a.tm-bgcolor-skincolor {
	color: rgba(255, 255, 255, 1);
}
.thememount-fbar-box .widget ul > li{
	border: none;
} 
.thememount-fbar-position-default .thememount-fbar-box .widget ul > li{
	padding-top:0px;
} 
.thememount-fbar-position-default .widget_recent_comments li:before{
	top: 6px;
}
.thememount-fbar-box .vc_general.vc_cta3{
	padding: 20px;
}
.thememount-fbar-box .tm-sbox .vc_icon_element-inner.vc_icon_element-have-style-inner.vc_icon_element-size-lg.vc_icon_element-style-none {
	width: 3em !important;
}
.thememount-fbar-box  .tm-sbox .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    padding-left: 1em;
}
.thememount-fbar-box  .vc_cta3-container {
    margin-bottom: 10px;
}
.thememount-fbar-btn.thememount-fbar-open{
	position: fixed;
}
.productbox .roadtip:after, .thememount-fbar-btn{
	border-top-color: #222;
}

/* ThemeMount Widget  --------------------------------*/
.thememount-fbar-box-w{
	-webkit-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);	
}
.thememount-fbar-position-default .thememount-fbar-box{
	padding-top: 0px;
    padding-bottom: 60px;
}
.thememount-fbar-box h2{   
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}
.thememount-fbar-btn a{
	position:relative;	
    display: block;
}
.thememount-fbar-btn.tm-fbar-icon-color-dark a i{
	color: #202020;
}
.thememount-fbar-box-w{
	position:relative;
}
.thememount-fbar-box-w:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: block;
}
.thememount-fbar-bg-darkgrey.thememount-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(0, 0, 0, 0.85);
}
.thememount-fbar-bg-grey.thememount-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(231, 231, 231, 0.85);
}
.thememount-fbar-bg-white.thememount-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(255, 255, 255, 0.85);
}
.thememount-fbar-bg-darkgrey.thememount-fbar-box-w:after {
	background: #282828;
}
.thememount-fbar-bg-grey.thememount-fbar-box-w:after {
	background: #f5f5f5;
}
.thememount-fbar-bg-white.thememount-fbar-box-w:after {
	background: #fff;
}
.thememount-fbar-box{
	position: relative;
	z-index: 10;
}
.thememount-fbar-position-default div.thememount-fbar-box-w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
    border-bottom: 2px solid #999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.thememount-fbar-position-default div.thememount-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.thememount-fbar-position-default .fcloseicon{
    position: fixed;
    top: 17px;
    right: 24px;
    height: 30px;
    width: 30px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 20px;
	cursor: pointer;
}
.thememount-fbar-position-default .fcloseicon:after{   
    content: '\E82D';
    font-family: "tm-fixology-icons";
}
.thememount-fbar-position-default .widget{
    margin: 65px 0 0px;
}
.thememount-team-form-no-group .tm-wrap-cell {
    display: inline-block; 
}
.thememount-team-form-no-group .tm-wrap-cell h2{
	padding-right: 20px;
}
.thememount-fbar-box-w .submit_field button{
	color: #fff;
    box-shadow: none;
    height: 42px;
    font-size: 15px;
    background-color: #2c2c2c;
    border: 2px solid transparent;
    line-height: 42px;
    padding: 0 24px;	
}
.thememount-fbar-box-w .submit_field button:hover{
    background-color: transparent;
    color: #2c2c2c;
    border-color: #2c2c2c;
}
.thememount-fbar-text-white.thememount-fbar-bg-darkgrey.thememount-fbar-box-w .submit_field button{
	border-color: transparent;
	color: #fff;
}
.thememount-fbar-text-white.thememount-fbar-bg-darkgrey.thememount-fbar-box-w .submit_field button:hover{
	background-color: transparent;
}
.tm-fbar-close{
    position: fixed;
    top: 17px;
    right: 24px;
    height: 30px;
    width: 30px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 20px;
	cursor: pointer;
}
.thememount-fbar-position-right .thememount-fbar-box-w {
    position: fixed;
    top: 0;
    right: 0px;
    width: 400px;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tm-header-invert .thememount-fbar-position-right .thememount-fbar-box-w {
    right: auto;
	left: 0;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);   
}
.thememount-fbar-position-right .thememount-fbar-box-w .tm-fbar-close{
	-webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.thememount-fbar-position-right .thememount-fbar-box-w.animated .tm-fbar-close,
.thememount-fbar-position-right .thememount-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.thememount-fbar-position-right .thememount-fbar-box .widget {
    float: none;
	width: auto;
	margin-top: 50px;
}
.thememount-fbar-position-right .thememount-fbar-box .widget:first-child {
	margin-top: 0px;
}
.thememount-fbar-position-right .thememount-fbar-box-w{
	border: none;
}
.thememount-fbar-position-right .thememount-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 80px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 72px;
}
.thememount-fbar-position-right .floatingbar-widgets-inner .widget-area{
	float: none;
	width: 100%;
}
.thememount-fbar-position-right .thememount-fbar-content-wrapper{
	width: 100%;
}
.thememount-fbar-position-default .thememount-fbar-content-wrapper,
.thememount-fbar-position-right .thememount-fbar-content-wrapper {
    overflow: hidden;
    height: 100%;
    padding: 60px 50px 50px 50px;
    z-index: 80;
    position: relative;
}
.thememount-fbar-position-default .thememount-fbar-content-wrapper{ 
    height: 100%;
	padding: 0px;
}
.team-search-form-before-text{	
	padding-bottom: 17px;	
}
.tm-wrap-cell.tm-fbar-input .search_field.selectbox:after{
	font-family: FontAwesome;
	content: '\f107';
	position:absolute;
	right: 13px;
	top: 9px;	
}
.contact-info{
	text-align: center;
	border: 1px solid #fff;
	padding: 25px 15px;
	border-radius: 3px;	
}
.thememount-fbar-box-w.thememount-fbar-text-white .team-search-form-before-text,
.thememount-fbar-box-w.thememount-fbar-text-white .tm-wrap-cell.tm-fbar-input .search_field.selectbox:after{
	color: #fff;
}
.thememount-fbar-box-w.tm-bgcolor-darkgrey .widget .search-form .search-field {
    background-color: transparent;
}

/*** Flaotingbar color white ***/
.thememount-fbar-box-w.thememount-fbar-text-white .widget_calendar table, 
.thememount-fbar-box-w.thememount-fbar-text-white .widget_calendar th, 
.thememount-fbar-box-w.thememount-fbar-text-white .widget_calendar td,
.thememount-fbar-box-w.thememount-fbar-text-white .widget ul > li{
    border-color: rgba(255, 255, 255, 0.21);
}
.thememount-fbar-box-w.thememount-fbar-text-white .widget_tag_cloud .tagcloud a{
	background-color: rgba(255, 255, 255, 0.90);
	color: #2C2C2C;
}
.thememount-fbar-box-w.thememount-fbar-text-white .widget_tag_cloud .tagcloud a:hover{	
	color: #fff;
}
.thememount-fbar-box-w.thememount-fbar-text-white.thememount-fbar-bg-skincolor .widget a:hover,
.thememount-fbar-box-w.thememount-fbar-text-white .widget_calendar caption,
.thememount-fbar-box-w.thememount-fbar-text-white .widget_calendar table, 
.thememount-fbar-box-w.thememount-fbar-text-white .widget_calendar th, 
.thememount-fbar-box-w.thememount-fbar-text-white .widget_calendar td,
.thememount-fbar-box-w.thememount-fbar-text-white .widget ul > li, 
.thememount-fbar-box-w.thememount-fbar-text-white .widget_text{
	color: rgba(255, 255, 255, 0.80);
}
.thememount-fbar-box-w.thememount-fbar-text-white .widget a,
.thememount-fbar-box-w.thememount-fbar-text-white .widget .widget-title{
	color: rgba(255, 255, 255, 0.90);
}
.thememount-fbar-box-w.thememount-fbar-text-white.thememount-fbar-bg-skincolor .widget .widget-title{
	border-color: #fff;
}
.thememount-fbar-btn.tm-fbar-bg-color-darkgrey a:before{
    border-bottom-color: #202020;
}
.thememount-fbar-btn.tm-fbar-bg-color-darkgrey a{
	background-color: #202020;
}
.thememount-fbar-position-right .thememount-fbar-btn.tm-fbar-bg-color-darkgrey a:after{
    border-top-color: #202020;
	border-bottom-color: #202020;
}
.thememount-fbar-btn.tm-fbar-bg-color-grey a{
	background-color: #E4E4E4;
}
.thememount-fbar-position-right .thememount-fbar-btn.tm-fbar-bg-color-grey a:after{
	border-top-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
}
.thememount-fbar-btn.tm-fbar-bg-color-white a{
	background-color: #fff;
}
.thememount-fbar-position-right .thememount-fbar-btn.tm-fbar-bg-color-white a:after{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.thememount-fbar-position-default .thememount-fbar-btn.tm-fbar-bg-color-white a:after{
    border-left-color: #fff;
    border-right-color: #fff; 
}
.thememount-fbar-position-default .thememount-fbar-btn.tm-fbar-bg-color-grey a:after{
	border-left-color: #E4E4E4;
	border-right-color: #E4E4E4;
}
.thememount-fbar-position-default .thememount-fbar-btn.tm-fbar-bg-color-darkgrey a:after{
    border-left-color: #202020;
	border-right-color: #202020;
}

/*** Flaotingbar color dark ***/
.thememount-fbar-box-w.thememount-fbar-text-dark .team-search-form-before-text,
.thememount-fbar-box-w.thememount-fbar-text-dark .widget_text,
.thememount-fbar-box-w.thememount-fbar-text-dark .widget ul > li{
	color: rgba(0, 0, 0, 0.66);
}
.thememount-fbar-box-w.thememount-fbar-text-dark .widget .widget-title, 
.thememount-fbar-box-w.thememount-fbar-text-dark a{
	color: rgba(0, 0, 0, 0.70);
}
.thememount-fbar-box-w.thememount-fbar-text-dark .search_field,
.thememount-fbar-box-w.thememount-fbar-text-dark .contact-info,
.thememount-fbar-box-w.thememount-fbar-text-dark .widget_calendar table, 
.thememount-fbar-box-w.thememount-fbar-text-dark .widget_calendar th, 
.thememount-fbar-box-w.thememount-fbar-text-dark .widget_calendar td,
.thememount-fbar-box-w.thememount-fbar-text-dark .widget ul > li{
    border-color: rgba(0, 0, 0, 0.10);
}
.thememount-fbar-box-w.thememount-fbar-bg-skincolor.thememount-fbar-text-dark .widget .widget-title{
    border-color: rgba(0, 0, 0, 0.80);
}
.thememount-fbar-box-w.thememount-fbar-bg-skincolor.thememount-fbar-text-dark a:hover,
.thememount-fbar-box-w.thememount-fbar-bg-skincolor.thememount-fbar-text-dark .widget li a:before, 
.thememount-fbar-box-w.thememount-fbar-bg-skincolor.thememount-fbar-text-dark .widget li:before,
.thememount-fbar-box-w.thememount-fbar-text-dark .search_field.selectbox:after, 
.thememount-fbar-box-w.thememount-fbar-text-dark .search_field i, 
.thememount-fbar-box-w.thememount-fbar-text-dark .thememount-fbar-box h2, 
.thememount-fbar-box-w.thememount-fbar-text-dark .thememount-fbar-box .search_field select,
.thememount-fbar-box-w.thememount-fbar-text-dark .thememount-fbar-box .search_field input[type="text"]{
	color: rgba(0, 0, 0, 0.80);   
}
.thememount-fbar-box-w.thememount-fbar-text-dark .search_field select, 
.thememount-fbar-box-w.thememount-fbar-text-dark .search_field input::-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.50);   
}
.thememount-fbar-box-w.thememount-fbar-text-dark .search_field input:-moz-placeholder{
   color: rgba(0, 0, 0, 0.50);  
}
.thememount-fbar-box-w.thememount-fbar-text-dark .search_field input::-moz-placeholder{
	color: rgba(0, 0, 0, 0.50);    
}
.thememount-fbar-box-w.thememount-fbar-text-dark .search_field input:-ms-input-placeholder{  
	color: rgba(0, 0, 0, 0.50);    
}
.thememount-fbar-box-w.thememount-fbar-bg-skincolor.thememount-fbar-text-white .tagcloud a:hover,
.thememount-fbar-box-w.thememount-fbar-bg-skincolor.thememount-fbar-text-dark .tagcloud a:hover{
	background-color: #2c2c2c;
	color: #fff;
}

/*** 

====================================================================
	Topbar Section
====================================================================

 ***/  
.topbar-nav-menu{
     display: inline-block;
     list-style: none;
     margin: 0px;
     padding:0px;
}
.topbar-nav-menu li{
     display: inline;
     padding-left: 5px;
     padding-right: 5px;
}
.topbar-nav-menu li:first-child{
    padding-left: 0px;
}

.tm-topbar-content .tm-wrap-cell div{
	display: inline-block;
} 
.site-header .thememount-topbar{
	position: relative;
	z-index: 10;
}  
.table-row {
	display: table;
	width: 100%;
}
.tm-tb-right-content {
	text-align: right;
	display:inline-block;
	padding-left:5px;
}
.tm-center-content .thememount-tb-left-content{
	width: 100%;
    display: block;
}
.thememount-topbar-inner {  
	line-height: 42px;
}
.top-contact {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	display: inline-block;
	position: relative;	
}
.top-contact i {
    margin-right: 8px;
}
.top-contact li {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.top-contact li:last-child {
	padding-right: 0px;
}

/*** 

====================================================================
	Titlebar Section
====================================================================

 ***/
.tm-titlebar-wrapper .tm-titlebar-inner-wrapper{
	padding: 0px;
	display: table;
	width:100%;
}
.tm-titlebar-main {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.tm-titlebar-wrapper{
	position:relative;
	z-index: 1;	
}
.tm-header-style-classic2 .tm-classicheader-text-area .tm-header-text .tm-titlebar-wrapper {
	margin-top: 70px;
} 
.tm-titlebar-wrapper.entry-header{
	margin-bottom:0px;
} 
.tm-titlebar-align-right .tm-titlebar-main {
	text-align: right;
}
.tm-titlebar-align-left .tm-titlebar-main {
	text-align: left;
}
.tm-titlebar-wrapper .entry-header {
	margin-bottom: 0px;
	position: relative;	
}
.thememount-titlebar-main {
	text-align:center;
}
.tm-titlebar-wrapper .entry-title-wrapper a{
	color: rgba(255, 255, 255, 0.90);
	font-weight:bold;
}
.tm-titlebar-wrapper .entry-title-wrapper a:hover{
	color: #fff;
}
.tm-titlebar-main .breadcrumb-wrapper span:last-child {
	padding-right: 0px;	
}
.tm-titlebar-wrapper .entry-title .tm-subtitle{
	font-size: 17px;
	opacity: 0.8;
	font-weight: 300;
}
.tm-titlebar-wrapper .breadcrumb-wrapper a{
	color: #888;	
}
.tm-bread-sep{
	position: relative;
	top: -1px;
	padding-right: 1px;
}
.tm-titlebar-wrapper .breadcrumb-wrapper a:hover{
	text-decoration:none;
}
.thememount-titlebar-main .breadcrumb-wrapper {
	color: #999999;
	vertical-align: middle;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper i {
	font-size: 24px;
	opacity: 0.8;
	transition: all 0.2s ease;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper a {
	margin: 2px;
	display: inline-block;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper a,
.breadcrumb-wrapper .tm-pf-navbar-wrapper .tm-dim{
	margin: 5px;
	display: inline-block;
}
.tm-titlebar-wrapper{
	background-size: 100%;
	background-position: 50% 0px;
	background-repeat: repeat repeat;
}
.thememount-header-style-3 .thememount-slider-wrapper, 
.thememount-header-style-3 .tm-titlebar-wrapper{
	position: relative;
	z-index: 1;
}
.thememount-titlebar-main .entry-title {
	line-height: 27px;
	color: #2d2d2d;
	font-weight: 400;
	font-size: 28px;	
}
.tm-titlebar-align-right .tm-titlebar-main-inner,
.tm-titlebar-align-left .tm-titlebar-main-inner{
	display:table;
	width: 100%;
}
.tm-titlebar-align-right .entry-title-wrapper,
.tm-titlebar-align-left .entry-title-wrapper,
.tm-titlebar-align-right .breadcrumb-wrapper,
.tm-titlebar-align-left .breadcrumb-wrapper {
	display:table-cell;
}
.tm-titlebar-align-left .breadcrumb-wrapper {	
	text-align:right;
	vertical-align:middle;
}
.tm-titlebar-align-right .breadcrumb-wrapper{
	text-align: left;
	vertical-align:middle;
}
.tm-titlebar-wrapper .breadcrumb-wrapper {	
	font-size: 13px;
	color: #999999;
}
.tm-titlebar-align-allleft .tm-titlebar-main {
    text-align: left;
}
.tm-titlebar-align-allright .tm-titlebar-main {
    text-align: right;
}
.entry-title-wrapper  .entry-title{
	margin:0px;
	margin-bottom: 10px;
}

/*** Titlebar Textcolor White ***/
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a {
	color: rgba(255, 255, 255, 0.72);
}
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper,
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a:hover {
	color: rgba(255, 255, 255, 1);
}
.tm-textcolor-white .tm-titlebar-main .entry-title,
.tm-textcolor-white .tm-titlebar-main .entry-subtitle{
	color: #fff;
}

/*** Titlebar Textcolor Dark ***/
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a{
	color: rgba(0, 0, 0, 0.60);
}
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper,
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a:hover{
	color: rgba(0, 0, 0, 0.8);
}
.tm-textcolor-dark .tm-titlebar-main .entry-title,
.tm-textcolor-dark .tm-titlebar-main .entry-subtitle{
	color: rgba(0, 0, 0, 0.9);
}
.thememount-titlebar-main .breadcrumb-wrapper a{
	color: #999999;
}

/*** Custom link color ***/
.tm-titlebar-textcolor-custom .tm-titlebar .breadcrumb-wrapper a{
	opacity: 0.8;
}
.tm-titlebar-textcolor-custom .tm-titlebar .breadcrumb-wrapper a:hover{
	opacity: 1;
}
.tm-titlebar-wrapper.tm-bgimage-no .tm-titlebar-wrapper-bg-layer{
	opacity: 1;
}
.tm-titlebar-main h3.tm-subtitle{
	opacity: 0.8;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper{
    padding: 17px 30px 14px 40px;
    background-color: rgba(0, 0, 0, 0.43);
    color: #fff;
    width: auto;
    border-radius: 3px 3px 0px 0px;    
    display: inline-block;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper{
    position: absolute;    
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper{
    bottom: 0;   
}
.tm-titlebar-wrapper.tm-titlebar-align-allright.tm-breadcrumb-on-bottom .breadcrumb-wrapper{
    right: 0;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container{
    padding: 0;
    position: relative;
    vertical-align: middle;
    display: table;
    height: 100%;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container .tm-titlebar-main-inner{
    vertical-align: middle;
    display: table-cell;
}
.tm-titlebar-wrapper .tm-titlebar-main .breadcrumb-wrapper .container,
.tm-titlebar-wrapper .tm-titlebar-main .entry-title-wrapper .container{
    width: auto;   
}
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {
    padding-left: 0px;
}

/*** Without Titlebar border ***/
hr.tm-titlebar-border {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
	border-top: 1px solid rgba(0,0,0,.05);
    background-color: transparent;
}

/*** 

====================================================================
	Footer Section
====================================================================

 ***/
.thememount-wide.thememount-sticky-footer .site-content-wrapper {
    z-index: 1;
} 
.tm-bordertype-none .bottom-footer-inner {
	border:none !important;
}
.tm-bordercolor-white .bottom-footer-inner,
.tm-bordercolor-white.tm-bordertype-double .bottom-footer-inner,
.tm-bordercolor-white.tm-bordertype-double .bottom-footer-inner:before {
	 border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.tm-bordercolor-dark .bottom-footer-inner,
.tm-bordercolor-dark.tm-bordertype-double .bottom-footer-inner,
.tm-bordercolor-dark.tm-bordertype-double .bottom-footer-inner:before {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.tm-bordertype-double .bottom-footer-inner:before {
	position: absolute;
    content: '';
    width: 100%;
	top: -5px;
}
ul.footer-nav-menu li:after { 
	position: absolute;
    content: "|";
	padding-left: 10px;
}
ul.footer-nav-menu li:last-child:after {
	content: "";
}
.footer-nav-menu{
	list-style: none;
	margin: 0px;
	padding:0px;
}
.footer-nav-menu li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 20px;
}
.footer-nav-menu li:first-child{
	padding-left: 0px;
}
.bottom-footer-inner,
.second-footer-inner{
	position: relative;
}
.tm-footer2-left,
.tm-footer2-right{
	padding-top: 40px;
	padding-bottom: 40px;
} 
.tm-footer2-right{
	text-align: right;
} 
.col-sm-12.tm-footer2-left,.col-sm-12.tm-footer2-right {
	text-align: center;
	line-height: 30px;
}
 .second-footer-inner:before {
	content: "";
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
 }
 
/*** Newsletter Widget ***/ 
.mc4wp-form-fields{
    padding: 0 70px;
}
.mailchimp-inputbox{
    padding-right: 127px;
}
.mailchimp-inputbox,
.mc_form_inside{
	position: relative;
}
.mailchimp-inputbox,
.mc_form_inside .mc_merge_var,
.widget_newsletterwidget .newsletter-widget{
	height: 55px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.mc_form_inside .mc_merge_var:after {
    position: absolute;
    content: '\e826';
    top: 0;
    right: 0;
    font-family: "tm-fixology-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    font-size: 25px;
    color: #fff;   
    width: 60px;
    height: 50px;
    background-color: #0073cc;
    text-align: center;
    line-height: 50px;
}
.mailchimp-inputbox input[type="email"],
.mc_form_inside .mc_merge_var .mc_input,
.widget_newsletterwidget .newsletter-widget .newsletter-email{
    background-color: transparent;
    border: 1px solid #d9d9d9;
    width: 100% !important;
    height: 42px !important;
    padding-left: 40px !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    outline: none !important;
    padding-right: 0px;
    margin-right: 10px;
    /* margin-right: -28px; */
}
.mailchimp-inputbox input[type="submit"],
.mc_form_inside .mc_signup_submit .button,
.main-holder .newsletter-widget .newsletter-submit {
    position: absolute !important;
    top: 0;
    height: 42px;
    border: 1px solid #d9d9d9;
    /* width: 150px; */
    outline: none;
    border-radius: 0;
    z-index: 21;
    padding: 9px 30px;
    right: 0;
}
.tm-bgcolor-darkgrey .mailchimp-inputbox input[type="submit"],
.tm-bgcolor-darkgrey .mc_form_inside .mc_signup_submit .button,
.tm-bgcolor-darkgrey .main-holder .newsletter-widget .newsletter-submit,
.tm-bgcolor-skincolor .mailchimp-inputbox input[type="submit"],
.tm-bgcolor-skincolor .mc_form_inside .mc_signup_submit .button,
.tm-bgcolor-skincolor .main-holder .newsletter-widget .newsletter-submit {
    background-color: #ffffff;
	color: #313131;
}
.tm-bgcolor-darkgrey .mailchimp-inputbox input[type="email"],
.tm-bgcolor-darkgrey .mc_form_inside .mc_merge_var .mc_input,
.tm-bgcolor-darkgrey .widget_newsletterwidget .newsletter-widget .newsletter-email,
.tm-bgcolor-skincolor .mailchimp-inputbox input[type="email"],
.tm-bgcolor-skincolor .mc_form_inside .mc_merge_var .mc_input,
.tm-bgcolor-skincolor .widget_newsletterwidget .newsletter-widget .newsletter-email {
	border: 1px solid #ffffff;
}
.mailchimp-inputbox input[type="submit"]:hover {
	background-color: transparent;
	color:#313131;
}
.tm-bgcolor-skincolor .mailchimp-inputbox input[type="submit"]:hover,
.tm-bgcolor-darkgrey .mailchimp-inputbox input[type="submit"]:hover {
    background-color: transparent;
	color:#ffffff;
}
.tm-bgcolor-skincolor .mailchimp-inputbox input,
.tm-bgcolor-darkgrey .mailchimp-inputbox input{ 
    color: #ffffff;
}
.tm-bgcolor-skincolor .mailchimp-inputbox input::-webkit-input-placeholder,
.tm-bgcolor-darkgrey .mailchimp-inputbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff;
}
.tm-bgcolor-skincolor .mailchimp-inputbox input::-moz-placeholder,
.tm-bgcolor-darkgrey .mailchimp-inputbox input::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
}
.tm-bgcolor-skincolor .mailchimp-inputbox input:-ms-input-placeholder,
.tm-bgcolor-darkgrey .mailchimp-inputbox input:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
}
.tm-bgcolor-skincolor .mailchimp-inputbox input:-moz-placeholder,
.tm-bgcolor-darkgrey .mailchimp-inputbox input:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}
.mc_form_inside .mc_signup_submit #mc_signup_submit.button{
	margin-top: 0px;
	top: 0;
	border-left: none;
}
.main-holder .newsletter-subscription {
    display: block;
    margin: 0;
    max-width: 500px;
    width: 100%;
}
.mc_merge_var .mc_var_label,
.newsletter-widget label {
    display: none;
    color: inherit;
    font-size: 14px !important;
}
.main-holder .widget_mailchimpsf_widget .widget-title{
	margin-bottom: 35px;
}
.mc4wp-form .mailchimp-inputbox i {
	top: 10px;
	opacity: 1;
}
#mc_display_rewards {
	display: none;
}

/*** newsletter border style ***/
.tm-textcolor-white .tm-newsletter-style-border .mailchimp-inputbox input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background-color: transparent;
}
.tm-textcolor-dark .tm-newsletter-style-border .mailchimp-inputbox input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.07) !important;;
    background-color: transparent;
}
.tm-newsletter-style-border .mailchimp-inputbox input[type="submit"] {
    text-indent: inherit;
        width: auto !important;
}
.tm-newsletter-style-border .mailchimp-inputbox:after {
    content: '';
}
.footer-nav-menu li:last-child {
    padding-right: 0;
}

/*** Social ***/ 
.footer .bottom-footer-text .bottom-footer-inner .social-icons li {
    padding-left: 0px;
    padding-right: 0px;
    min-width: auto;
}

/*** 

====================================================================
	Events Calendar
====================================================================

 ***/

.tribe-events-notices {
    background: #f5f5f5;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    color: #20202d;
    margin: 10px 0 18px;
    padding: 15px 35px 15px 20px;
    text-shadow: none;
}
.tribe-events-list-widget .tribe-event-title {
	font-size: 16px;
	font-weight: normal;
} 
.tribe-events-list-widget .tribe-events-list-widget-events {
    padding-left: 0;
	margin-bottom: 20px;
} 
#tribe-bar-form #tribe-bar-views .select2-container{
	display: none;
}
.tribe-events-gmap{
	display: block;
	padding: 10px 0px 5px 0px;
}  
#tribe-bar-views .tribe-bar-views-list{
	z-index: 1;
}
#page #tribe-events-pg-template{
	max-width: none;
}
.events-archive #page .entry-content,.events-archive #page .entry-header{
	width: 100%;
}
#tribe-bar-form #tribe-bar-views, 
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a, 
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover, 
#tribe-events-bar #tribe-bar-collapse-toggle, 
#tribe-events-bar #tribe-bar-form, #tribe-events-bar .tribe-bar-views-inner {
	background: #fff;
}
#tribe-events-bar #tribe-bar-form {
	margin: 0;
	width: 100%;
	border: 1px solid #e3e3e3;
}
#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
	border-right: 1px solid #e3e3e3;
	padding: 2px 22px;
}
#tribe-bar-form .tribe-events-button{
	margin-bottom: 0;
}
.events-list .tribe-events-loop, 
.tribe-events-day .tribe-events-loop, 
.single-tribe_venue .tribe-events-loop, 
.single-tribe_organizer .tribe-events-loop {
	max-width: 100%;	
}
.tribe-events-list .type-tribe_events {
    padding: 25px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -khtml-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    overflow: hidden;
}
.tribe-events-schedule h2 {
    display: inline-block;
    font-size: 19px;
}
.single-tribe_events h1.tribe-events-single-event-title {
    display: none;
}
.tribe-events-list-separator-month:after {	
	border-bottom: 1px solid #eaeaea;	
}
.thememount-post-item-inner .tribe-events-event-cost,
.tribe-events-list .tribe-events-event-cost{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    float: none;
    position: absolute;
    width: 206px;
    right: -64px;
    z-index: 1;
    top: 23px;
}
.thememount-post-item-inner .tribe-events-event-cost span,
.tribe-events-list .tribe-events-event-cost span{
    width: 100%;
}
.thememount-post-item-inner .tribe-events-event-cost{
	color:#fff;
	z-index: 99;
	text-align:center;
	right: -76px;
	top: 15px;
}
.thememount-post-item-inner{
	overflow: hidden;
}
.tribe-events-list .tribe-events-event-cost span{
	color:#fff;
	border: none;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]{
	border:1px solid transparent;
}

.single-tribe_events h2.tribe-events-single-event-title{
	display:none;
}
.tribe-events-schedule {	
	float: right;
}
.tribe-events-back {	
	float: left;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {	
    padding: 5px 15px;
    margin-left: 10px;
    color: #fff;
    text-align: center;
}
.tribe-events-back {
	margin-top: 16px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{
	color:#2d2d2d;
}
body.events-list .tribe-events-ical{
	margin-bottom:30px;
}
#tribe-bar-views .tribe-bar-views-list {
	padding: 0;
	width: 101%;
	left: -1px;
	border-left: 1px solid #e3e3e3;	
}
#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-list {
	padding: 0;
	width: 101%;
	left: -1px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:last-child {
	border-bottom: 1px solid #e3e3e3;
}
body .datepicker.dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	padding: 20px;
	border: 1px solid #eee;
	font-size: 14px;
	z-index: 10 !important;
}
body .datepicker .datepicker-days table tr td {
	color: #999;
	padding: 8px;
	width: 34px;
	height: 34px!important;
	border-top: 0;
}
body .datepicker table tr td span.active.active, 
body .datepicker table tr td.active.active {	
	background: transparent;
	color: #999;
	text-shadow: none;
}
body .datepicker table tr td span.active.active, 
body .datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover, 
.datepicker table tr td span.active.active:hover,
body .datepicker .datepicker-days table tr td:hover{
	color: #ffffff;
}
.events-single .tribe_events{
	clear:both;
}
.post-box-event.post-box .thememount-post-readmore{
	position:relative;
	margin-top: 10px;
}
.single-tribe_events .tribe-events-event-meta dl {
    margin: 0;
    margin-top: 18px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 17px;
    text-transform: uppercase;
}
.tribe-events-list-separator-month {
    text-transform: uppercase;
    font-size: 20px;
}
.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
    float: none;
    position: relative;
    width: auto;
}
.tribe-events-calendar div[id*=tribe-events-daynum-], 
.tribe-events-calendar div[id*=tribe-events-daynum-] a,

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], 
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
    background-color: #232323;
    color: #fff;
}
.thememount-box-events h4{
	font-weight: 600;
    font-size: 17px;
}
.thememount-events-box-view-top-image-details .thememount-box-title {
    padding: 15px 0;
}
.thememount-events-box-view-top-image-details .thememount-box-title .thememount-box-title{
	padding: 0;
}
.thememount-events-box-view-top-image-details .thememount-event-meta-details{
    border: 1px solid #ededed;
    border-left: none;
    border-right: none;    
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    font-style: italic;
}
.thememount-events-box-view-top-image-details .thememount-post-readmore{
	margin-top: 10px;
}
.thememount-events-box-view-top-image-details .thememount-events-meta .tribe-events-event-cost{
	font-weight: bold;
}
.thememount-events-box-view-top-image .thememount-box-bottom-content {
    text-align: center;
}

/*** 

====================================================================
	Common Widget Section
====================================================================

 ***/
 
.widget.fixology_category_list_widget .widget-title{
	display: none;
}
.widget.fixology_category_list_widget ul,
.sidebar .widget.tm_widget_nav_menu ul  {
    margin-bottom: 0px;
	padding: 8px 8px 1px 8px;
	background-color: #f4f4f4;
}
.widget.fixology_category_list_widget ul ul,
.sidebar .widget.tm_widget_nav_menu ul ul{
    padding: 0 !important;
    margin-top: 0;
}
.widget.fixology_category_list_widget .widget-title:after {
	background-color: #fff !important;
}
.widget.fixology_category_list_widget li ,
.sidebar .widget.tm_widget_nav_menu ul li{
	padding: 0;
}
.widget.fixology_category_list_widget li a ,
.sidebar .widget.tm_widget_nav_menu ul li a {
    display: block;
    padding: 15px 0px 15px 29px;
    position: relative;
    font-weight: 700;
    background-color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
}
.widget.fixology_category_list_widget li a:before,
.sidebar .widget.tm_widget_nav_menu ul li a:before {
    position: absolute;
    left: 15px;
    top: 14px;
    font-size: 14px;
    font-family: "tm-fixology-icons";
    content: "\e809";
	line-height: 24px;
}
.widget.fixology_category_list_widget li:last-child a{
	border-bottom: none;
}
.widget.fixology_category_list_widget li.current-cat a, 
.widget.fixology_category_list_widget li a:hover, 
.sidebar .widget.tm_widget_nav_menu ul li a:hover, 
.sidebar .widget.tm_widget_nav_menu ul li.current-menu-item a{
	color: #fff;
	border-color: transparent;
}
.sidebar h3.widget-title {
    margin-top: 0px;
    margin-bottom: 20px;
}
.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget, .wpb_row .wpb_widgetised_column .widget {
	margin: 45px 0 35px;
	word-wrap: break-word;
}
.footer .widget{
    margin: 60px 0 35px;
}
.footer .tm-newsletter-margin {
    margin-top: -23px;
}
.widget ul > li {
    padding: 0px 0px 15px 0;
}
.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget .widget-title {
    margin-bottom: 22px;
	position: relative;
}
/* Only for admin widget view*/
div.widget {
    margin: 40px 25px;
}

/*** Flicker Widget ***/ 
.fixology_flicker_widget_wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: none;
}
.widget_borderstyle3 .widget .fixology_flicker_widget_wrapper a {
	margin: 0 6px 0px 0px;
    width: 70px;
    height: 70px;
}

/*** Contact Info Widget ***/ 
ul.fixology_contact_widget_wrapper{
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.fixology_contact_widget_wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 13px;
}
ul.fixology_contact_widget_wrapper li:before {
    position: absolute;
    left: 0px;
    top: 4px;      
}

/*** Common Widget border ***/ 
/*** Recent Post Widget ***/ 
ul.tm-recent-post-list{
	list-style: none;
	padding: 0;
}
ul.tm-recent-post-list > li img{
    display: block;
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 15px;
	border-radius: 50%;
}
ul.tm-recent-post-list > li > a{
	font-size: 14px;
}
ul.tm-recent-post-list li:after{
	content: " ";
	display: table;
	clear:both;
}
ul.tm-recent-post-list > li .post-date{
	display: block;
}
.main-holder ul.product_list_widget > li,
ul.tm-recent-post-list > li{
	padding: 16px 0;   
	border-top: 1px solid #e8e8e8;
}
.main-holder ul.product_list_widget > li{
	padding: 15px 0;  
}
ul.product_list_widget > li:first-child,
ul.tm-recent-post-list > li:first-child{
	border-top: 0px;
	padding-top: 0px;	
}

/*** Common Widget Arrow ***/
.widget_recent_comments li.recentcomments,
.widget_recent_entries a,
.widget_meta a,
.widget_categories a,
.widget_archive li a,
.widget_pages li a,
.widget_nav_menu li a{
	display: inline-block;
    padding-left: 15px;
    position: relative;
}
.widget_recent_comments li.recentcomments:before,
.widget_recent_entries a:before,
.widget_meta a:before,
.widget_categories a:before,
.widget_archive li a:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
	font-family: "tm-fixology-icons";
    content: "\e809";
    position: absolute;
    top: 4px;
    left: 0px;
	line-height: 1em;
    font-size: 14px;
}

/*** Widget Menu ***/ 
.widget .menu-main-menu-container{
	float: none;
}
.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}

/*** Flex gallery ***/ 
.sidebar .flexslider{
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.sidebar .wpb_gallery .wpb_flexslider .flex-control-nav {
    margin-top: -25px;
}
.sidebar .wpb_gallery  .flex-direction-nav{
	display: none;
}
.sidebar .wpb_gallery.wpb_content_element{
	margin-bottom: 0px;
}

/*** Calendar Widget ***/ 
.widget_calendar table td#today{
	font-weight: bold;
}
.widget_calendar table {
	border-collapse: separate;
	border-color: #e5e5e5;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 10px;
}
.widget_calendar caption { 
	padding: 0px;   
    margin: 0px;
	margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
	font-weight: bold;
}
.widget_calendar tbody a { 
    display: block;
    font-weight: 700;
}
.tm-textcolor-dark .widget_calendar table {
    border-color: rgba(0, 0, 0, 0.07);
}
.tm-textcolor-dark .widget_calendar table th,
.tm-textcolor-dark .widget_calendar table td {
    border-bottom-color: rgba(0, 0, 0, 0.07);
    border-right-color: rgba(0, 0, 0, 0.07);

}

/*** Common border color ***/ 
/*** White Border color ***/
/***  Newslettr color */
.tm-textcolor-white .newsletter-submit,
.tm-textcolor-white .newsletter-widget,

/***  Caleder color */
.tm-textcolor-white .widget_calendar table th, 
.tm-textcolor-white .widget_calendar table td,
.tm-textcolor-white .widget_calendar table{
	border-color: rgba(229, 229, 229, 0.12);   
}

/*** White color ***/
/***  Newslettr color ***/
.tm-textcolor-white .newsletter-widget .newsletter-email {
    color: rgba(255, 255, 255, 0.34);
}
.tm-textcolor-white .mc_form_inside .mc_merge_var:after,
.tm-textcolor-white .newsletter-widget:after {
    color: rgba(255, 255, 255, 0.4);
}
/*** Dark Border color ***/
/***  Newslettr color ***/
.tm-textcolor-dark .mc_form_inside .mc_merge_var,
.tm-textcolor-dark .newsletter-submit,
.tm-textcolor-dark .newsletter-widget{
    border-color: rgba(0, 0, 0, 0.07);
}

/*** 

====================================================================
	Menu Section
====================================================================

 ***/
.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap{
	background: none;
}
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item .calendar_wrap a{
	padding: 0px;
	text-align: left;
	border-bottom: 0px;
}
#site-header-menu #site-navigation div.nav-menu > ul {
	margin: 0px;
	padding: 0px;
}
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item > a:after{
    margin: 0px;
    padding-left: 3px;
    opacity: 0.7;
    margin-top: 2px;
    font-size: 11px;
}
#site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu a,
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal ul.mega-sub-menu li.mega-menu-item a:focus {
	background: none;
}
.righticon,
#site-header-menu #site-navigation .mega-menu-toggle:after{
	display: none;
}
.header-controls .search_box a > .ti-close,
.header-controls .search_box a > .ti-search, 
.header-controls .ti-bag{
	height:33px;
	width:33px;
	line-height:33px;
	border-radius:50%;	
	color:#fff;
	display:inline-block;
	text-align:center;
	font-size: 15px;
}

/*** Overaly search box ***/
.tm-search-overlay {
	position: absolute;
	top: 100%;
	right: -20px;
	width: 400px;
	background: #ffffff;
	border-top: 3px solid;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.tm-search-overlay.st-show {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.tm-search-overlay .w-search-form-h {
	display: table;
	height: 100%;
	width: 100%;
}
.tm-search-overlay .w-search-form-row {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	position: relative;
	padding: 20px;
}
.tm-search-overlay .w-search-form-row:before {
	border-bottom-color: #f7b71e;
}
.tm-search-overlay .w-search-form-row:before {
	position: absolute;
	right: 20px;
	top: -8px;
	width: 47px;
	height: 47px;
	text-align: center;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid;
	content: " ";
}
.tm-search-overlay .tm-search-outer {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    clear: both;
    min-height: 350px;
    border: 2px solid rgba(255, 255, 255, 0.62);
    width: 1000px;
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    display: inline-block;
	padding: 100px 20px 100px 20px;
}
.tm-search-overlay.st-show .tm-search-outer {
    transform: translateY(-50%);
}
.tm-search-overlay .tm-site-searchform input[type="search"] {
	font-size: 14px;
	text-align: left;
	height: 50px;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
	background-color: #eeeeee;
	color: #333;
	width: 85%;
	line-height: 1.3em;
	float: left;
}
.tm-site-searchform button {
    background: #fab442;
    color: #000;
    top: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    outline: none;
    padding: 0;
    font-size: 12px;
}
.tm-search-overlay .tm-site-searchform button {
	font-size: 21px;
	width: 15%;
	border: 0;
	border-radius: 0;
	height: 50px;
	text-align: center;
	display: block;
	line-height: 50px;
	color: #fff;
	float: left;
}
body.st-prevent-scroll {    
    height: 100%;
}
.close-box i{
    top: 60px;
    color: #ababab;
    opacity: 0;
    font-size: 35px;
    position: fixed;
    cursor: pointer;
    right: 30px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.close-box i.showicon{
    opacity: 1;
	top: 30px;
}
.tm-search-overlay .tm-site-searchform input[type="search"]:-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.50);   
}
.tm-search-overlay .tm-site-searchform input[type="search"]::-moz-placeholder{
   color: rgba(0, 0, 0, 0.50);  
}
.tm-search-overlay .tm-site-searchform input[type="search"]:::-moz-placeholder{
	color: rgba(0, 0, 0, 0.50);    
}
.tm-search-overlay .tm-site-searchform input[type="search"]::-ms-input-placeholder{  
	color: rgba(0, 0, 0, 0.50);    
}

/*** 

====================================================================
	Call to Action Section
====================================================================

 ***/
 
.tm-bgcolor-darkgrey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.tm-bgcolor-skincolor .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.tm-bgcolor-darkgrey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4,
.tm-bgcolor-skincolor .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4{
	color: #fff;
}
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.tm-bgcolor-white .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.tm-bgcolor-grey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-headers h2{
	color: #202020;
}
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4,
.tm-bgcolor-white .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4,
.tm-bgcolor-grey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4{
	color: #4a4a4a;
}
.tm-bgcolor-darkgrey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-cta3-content-wrapper,
.tm-bgcolor-skincolor .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-cta3-content-wrapper{
	color: rgba(255, 255, 255, 0.77);
}
.tm-bgcolor-white .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only,
.tm-bgcolor-grey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only,
.tm-bgcolor-skincolor .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only,
.tm-bgcolor-darkgrey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only{
	background-color: transparent;
	border: none;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-left .tm-vc_cta3_content-container,
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-right .tm-vc_cta3_content-container{
	display: table;
    width: 100%;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3 h2{
	font-size: 45px;
	line-height: 50px;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3 h4{
	margin-top: 5px;
    font-size: 28px;
	line-height: 32px;
    font-weight: 400;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper{
	margin-top: 0px;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-center .tm-vc_cta3-actions {
	margin-top: 20px;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent {
    padding: 0;
}
.tm-play-icon {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
}
.reset-column-margin-768 .vc_column-inner{
  margin: 0px !important;
}
/*** 

====================================================================
	Servicebox Section
====================================================================

 ***/
div .tm-sbox.tm-sbox-bgcolor-transparent > .tm-vc_cta3-container > .tm-vc_general{
    padding: 0;
    border: 0;
}
.top-overlay-index {
    z-index: 99;
	position: relative;
}

/*** Service box equal height ***/
.tm-servicebox-bgimage.vc_row-o-equal-height .vc_column-inner .wpb_wrapper,
.tm-servicebox-bgimage.vc_row-o-equal-height .vc_column-inner .wpb_wrapper .tm-sbox {
	height: 100%;
}
.tm-sbox .tm-vc_cta3-container.tm-sbox-iconalign-topheading .tm-vc_general.tm-vc_cta3 {
    margin-left: 0;
    padding: 0;
}
.tm-sbox .tm-vc_cta3-container.tm-sbox-iconalign-topheading .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3-icons {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.tm-sbox .tm-vc_cta3-container.tm-sbox-iconalign-topheading .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3_content-container{
    padding-top: 70px;
}
.tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-content-header {
    padding-bottom: 10px;
}
.tm-servicebox-bgimage .vc_column-inner{
	height: 350px;
} 
.tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-icons {
	transition: transform 0.45s;
	-webkit-transition: transform 0.45s;
	transform: translateY(180%) !important;   
	-webkit-transform: translateY(180%) !important; 
}
.tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-content-header {
	transition: transform 0.35s;
	-webkit-transition: transform 0.35s;
	transform: translateY(250%);   
	-webkit-transform: translateY(250%);
}
.tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-content p{
    transition: opacity 0.2s, transform 0.35s;
	-webkit-transition: opacity 0.2s, transform 0.35s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);  
    opacity: 0;
}
.tm-sbox:hover .tm-sbox-iconalign-topheading .tm-vc_cta3-icons,
.tm-sbox:hover .tm-sbox-iconalign-topheading .tm-vc_cta3-content p,
.tm-sbox:hover .tm-sbox-iconalign-topheading .tm-vc_cta3-content-header{
    transform: translateY(0) !important; ;
    -webkit-transform: translateY(0) !important; ;
	opacity: 1;
}
.vc_col-sm-6 .tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-content p{
	 width: 56%;
}

/*** Transparent service box style ***/
.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-style-transparent {
    padding: 0px;
}
.tm-sbox .tm-vc_cta3-content-header h2{
	font-size: 20px;	
	margin-bottom: 5px;
	line-height: 27px;
}
.tm-sbox .tm-vc_cta3-content-header h4{
	font-size: 18px;
	font-weight: 400;	
}
.tm-sbox.tm-sbox-iconalign-top-center .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-style-none{
	margin-bottom: -10px;
}

/*** Servicebox separator border ***/
.tm-sbox-separator .tm-sbox .tm-vc_cta3-container {
	margin-bottom: 15px;
}
.tm-sbox-separator .wpb_column.vc_col-sm-4:nth-child(1) .wpb_wrapper>.tm-sbox, 
.tm-sbox-separator .wpb_column.vc_col-sm-3:nth-child(1) .wpb_wrapper>.tm-sbox, 
.tm-sbox-separator .wpb_column.vc_col-sm-6:nth-child(1) .wpb_wrapper>.tm-sbox {
    border-left: none;
}
.tm-sbox-separator .wpb_column.vc_col-sm-4 .wpb_wrapper>.tm-sbox, 
.tm-sbox-separator .wpb_column.vc_col-sm-3 .wpb_wrapper>.tm-sbox, 
.tm-sbox-separator .wpb_column.vc_col-sm-6 .wpb_wrapper>.tm-sbox {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -10px;
    padding-right: 20px;
}
.tm-sbox-separator .wpb_column.vc_col-sm-4 .wpb_wrapper>.tm-sbox:nth-last-child(1), 
.tm-sbox-separator .wpb_column.vc_col-sm-3 .wpb_wrapper>.tm-sbox:nth-last-child(1), 
.tm-sbox-separator .wpb_column.vc_col-sm-6 .wpb_wrapper>.tm-sbox:nth-last-child(1) {
    border-bottom: none;
}

/***FAQ section ***/
.tm-faq-seprater .vc_toggle {
	position:relative;
}
.tm-faq-seprater .vc_toggle:after {
    content: '';
    position: absolute;
    left: 14px;
    top: 32px;
    height: 100%;
	border-right: 1px dashed rgba(0, 0, 0, 0.41);
}
.tm-faq-seprater .vc_toggle:last-child:after {
	display:none;
}

/*** Servicebox Extra large Icon ***/
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-xl.tm-vc_icon_element-have-style-inner {
    width: 9.15em!important;
    height: 9.15em!important;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-xl.tm-vc_icon_element-have-style-inner .tm-vc_icon_element-icon {
    font-size: 3.8em!important;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-outline{
	border-width: 1px;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-background-color-grey.tm-vc_icon_element-outline {
    border-color: #f5f5f5;
    background-color: #fff;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-lg.tm-vc_icon_element-have-style-inner {
    width: 7em!important;
    height: 7em!important;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-md.tm-vc_icon_element-have-style-inner {
    width: 4.7em!important;
    height: 4.7em!important;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-sm.tm-vc_icon_element-have-style-inner {
    width: 4em!important;
    height: 4em!important;
}

/*** Top Left Icon with content ***/
.tm-sbox.tm-sbox-iconalign-top-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons{
	text-align: left;
}

/*** Left / Right Icon with content ***/
.tm-sbox-iconalign-left-spacing:not(.tm-sbox-both-headings) .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content,
.tm-sbox-iconalign-right-spacing:not(.tm-sbox-both-headings) .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content{
	margin-bottom: 0px;
}
.tm-sbox.tm-sbox-iconalign-left-spacing  .tm-vc_cta3-icons-left.tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons, 
.tm-sbox.tm-sbox-iconalign-right-spacing  .tm-vc_cta3-icons-right.tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons {
    vertical-align: top;
}
.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-right.tm-vc_cta3-icon-size-lg .tm-vc_cta3_content-container{
	padding-right: 2em;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3{
	margin-left: 36px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xs,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xs{
	margin-left: 20px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-sm,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-sm{
	margin-left: 24px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md{
	margin-left: 30px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-lg,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-lg{
	margin-left: 36px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl{
	margin-left: 52px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3{
	margin-right: 36px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3{
	margin-right: 36px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xs,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xs{
	margin-right: 20px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-sm,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-sm{
	margin-right: 24px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md{
	margin-right: 30px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-lg,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-lg{
	margin-right: 36px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl{
	margin-right: 52px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3-icons,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-bottom .tm-vc_cta3-icons {
    left: 0;  
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3-icons,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-bottom .tm-vc_cta3-icons {
    right: 0;
    left: auto;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3-icons{
	-webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.tm-sbox-iconalign-left-spacing.tm-sbox-istyle-boxed-outline.tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-vc_cta3-icon-size-xl) .tm-vc_cta3-icons {
    padding-right: 10px;
}
.tm-sbox-iconalign-right-spacing.tm-sbox-istyle-boxed-outline.tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-vc_cta3-icon-size-xl) .tm-vc_cta3-icons {
	padding-left: 10px;
}

/*** Before Heading Icon ***/
.tm-sbox.tm-sbox-iconalign-after-heading  .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content,
.tm-sbox.tm-sbox-iconalign-before-heading  .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content,
.tm-sbox.tm-sbox-iconalign-after-heading  .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content,
.tm-sbox.tm-sbox-iconalign-before-heading  .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content{
	margin-bottom: 15px;
}
.tm-sbox.tm-sbox-iconalign-after-heading .tm-wrap-cell,
.tm-sbox.tm-sbox-iconalign-before-heading .tm-wrap-cell{
	display: table-cell;
}
.tm-sbox .tm-wrap-cell{
	display: block;
}
.tm-sbox-iconalign-after-heading.tm-sbox .tm-wrap,
.tm-sbox-iconalign-before-heading.tm-sbox .tm-wrap{
	width: auto;
}
.tm-sbox-iconalign-before-heading.tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-vc_cta3-icon-size-xl) .tm-vc_cta3-icons {
    padding-right: 10px;
}
.tm-sbox-iconalign-before-heading.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl .tm-vc_cta3-icons {
    padding-right: 15px;
}
.tm-sbox-iconalign-after-heading.tm-sbox .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons {
    padding-left: 15px;
}
.tm-sbox-iconalign-after-heading.tm-sbox .tm-wrap{
	float: right;
}
.tm-sbox-iconalign-after-heading.tm-sbox .tm-vc_cta3-content:after,
.tm-sbox-iconalign-after-heading.tm-sbox .tm-wrap:after,
.tm-sbox-iconalign-after-heading.tm-sbox .tm-vc_cta3_content-container > .tm-cta3-desc-btn-wrapper:before {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.tm-sbox.tm-sbox-iconalign-before-heading .tm-vc_cta3.tm-vc_cta3-icon-size-lg .tm-vc_icon_element .tm-vc_icon_element-inner.tm-vc_icon_element-style-none{
	margin-left: -8px;
}
.tm-sbox.tm-sbox-iconalign-before-heading .tm-vc_cta3.tm-vc_cta3-icon-size-sm .tm-vc_icon_element .tm-vc_icon_element-inner.tm-vc_icon_element-style-none,
.tm-sbox.tm-sbox-iconalign-before-heading .tm-vc_cta3.tm-vc_cta3-icon-size-md .tm-vc_icon_element .tm-vc_icon_element-inner.tm-vc_icon_element-style-none{
	margin-left: -6px;
}
.tm-sbox.tm-sbox-iconalign-before-heading .tm-vc_cta3.tm-vc_cta3-icon-size-sm .tm-vc_cta3-icons {
    padding-right: 10px;
}

/*** Iconalign Top Center ***/
.tm-sbox-iconalign-top-center .tm-cta3-desc-btn-wrapper{
	padding-top: 0px;
}

/*** Iconalign Top Left ***/
.tm-sbox-iconalign-before-heading .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content,
.tm-sbox-iconalign-top-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content{
	text-align: left;
}

/*** Iconalign Top Center ***/
.tm-sbox-iconalign-top-center .tm-vc_btn3-container.tm-vc_btn3-left,
.tm-sbox-iconalign-top-center .tm-cta3-desc-btn-wrapper,
.tm-sbox-iconalign-top-center  .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-left .tm-vc_cta3-content,

.tm-sbox-iconalign-bottom-center .tm-vc_cta3-headers,
.tm-sbox-iconalign-bottom-center .tm-cta3-desc-btn-wrapper{
	text-align: center;
}

/*** Iconalign Top Right ***/
.tm-sbox-iconalign-after-heading .tm-vc_cta3-headers,
.tm-sbox-iconalign-right-spacing .tm-vc_cta3-headers,
.tm-sbox-iconalign-top-right .tm-vc_cta3-headers,
.tm-sbox-iconalign-top-right .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons,
.tm-sbox-iconalign-top-right .tm-cta3-desc-btn-wrapper,
.tm-sbox-iconalign-after-heading .tm-cta3-desc-btn-wrapper,
.tm-sbox-iconalign-right-spacing .tm-cta3-desc-btn-wrapper{
	text-align: right;
}

/*** Servicebox button ***/
.tm-sbox .tm-vc_general.tm-vc_cta3 .tm-vc_general.tm-vc_btn3{
	margin-top: 15px;
}
.tm-sbox .tm-vc_general.tm-vc_cta3{
    border-color: transparent;
    background-color: transparent;
}
/*** Service box Normal Button ***/
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-default,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-primary,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-info,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-success,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-warning,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-danger,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-inverse,

.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-blue,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-turquoise,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-pink,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-violet,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-peacoc,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-chino,

.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-mulled-wine,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-vista-blue,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-orange,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sky,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-green,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-pink,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sandy-brown,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sandy-purple,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-black,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-grey,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-white,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-skincolor{
	background-color:transparent !important;
	margin-top:10px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty).tm-vc_btn3-style-text .tm-vc_btn3-icon{
	left: 0px;
}
.tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) {
    padding-left: 34px;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-default{
	color: #f7f7f7;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-default:hover{
	color: #e8e8e8;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-primary{
	color: #0088cc;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-primary:hover{
	color: #0074ad;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-info{
	color: #58b9da;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-info:hover{
	color: #3fafd4;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-success{
	color: #6ab165;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-success:hover{
	color: #59a453;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-warning{
	color: #ff9900;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-warning:hover{
	color: #e08700;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-danger{
	color: #ff675b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-danger:hover{
	color: #ff4b3c;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-inverse{
	color: #555555;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-inverse:hover{
	color: #464646;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-blue{
	color: #5472d2;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-blue:hover{
	color: #3c5ecc;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-turquoise{
	color: #00c1cf;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-turquoise:hover{
	color: #00a4b0;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-pink{
	color: #fe6c61;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-pink:hover{
	color: #fe5043;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-violet{
	color: #8d6dc4;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-violet:hover{
	color: #7c57bb;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-peacoc{
	color: #4cadc9;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-peacoc:hover{
	color: #39a0bd;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-chino{
	color: #cec2ab;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-chino:hover{
	color: #c3b498;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-mulled-wine{
	color: #50485b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-mulled-wine:hover{
	color: #413a4a;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-vista-blue{
	color: #75d69c;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-vista-blue:hover{
	color: #5dcf8b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-orange{
	color: #75d69c;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-orange:hover{
	color: #5dcf8b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sky{
	color: #5aa1e3;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sky:hover{
	color: #4092df;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-green{
	color: #6dab3c;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-green:hover{
	color: #5f9434;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sandy-brown{
	color: #f79468;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sandy-brown:hover{
	color: #f57f4b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-purple{
	color: #b97ebb;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-purple:hover{
	color: #ae6ab0;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-black{
	color: #2a2a2a;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-black:hover{
	color: #1b1b1b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-white{
	color: #fff;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-white:hover{
	color: #eaeaea;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor.tm-vc_btn3-style-outline {
    background-color: transparent;
}


/*** Service box Bg image animation ***/

/*** Normal settings ***/
.tm-sbox-bgimage-layer.tm-bgimage-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.tm-sbox.tm-bg.tm-bgimage-yes .tm-bg-layer {
	z-index: 2;
}
.tm-sbox .tm-vc_cta3-container {
	z-index: 3;
	position: relative;
	width: 100%;
}
.tm-sbox .tm-bgimage-layer{
	-webkit-transition: all .35s ease-in;
	transition: all .35s ease-in;
}
.tm-sbox.tm-sbox-bghover-zoomin,
.tm-sbox.tm-sbox-bghover-zoomout {
    overflow: hidden;
}

/*** Hover effect ***/

/*** Zoomin ***/
.tm-sbox.tm-sbox-bghover-zoomin.tm-bgimage-yes:hover .tm-bgimage-layer{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tm-sbox-bgcolor-darkgrey.tm-sbox.tm-sbox-bghover-zoomout.tm-bgimage-yes .tm-bg-layer,
.tm-sbox-bgcolor-darkgrey.tm-sbox.tm-sbox-bghover-zoomin.tm-bgimage-yes .tm-bg-layer{
	-webkit-transition: all .35s ease-in;
	transition: all .35s ease-in;
}
.tm-sbox-bgcolor-darkgrey.tm-sbox.tm-sbox-bghover-zoomout.tm-bgimage-yes:hover .tm-bg-layer,
.tm-sbox-bgcolor-darkgrey.tm-sbox.tm-sbox-bghover-zoomin.tm-bgimage-yes:hover .tm-bg-layer{
	opacity: 0.80;
}

/*** Zoomin with rotate ***/
.tm-sbox.tm-sbox-bghover-zoomin.tm-sbox-hover-bgrotate-true.tm-bgimage-yes:hover .tm-bgimage-layer{
    -ms-transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

/***  Zoomin with blur */
.tm-sbox.tm-sbox-bghover-zoomin.tm-sbox-hover-bgblur-true.tm-bgimage-yes:hover .tm-bgimage-layer{
	 filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/***  Zoomin with blur and rotate  ***/
.tm-sbox.tm-sbox-bghover-zoomin.tm-sbox-hover-bgblur-true.tm-sbox-hover-bgrotate-true.tm-bgimage-yes:hover .tm-bgimage-layer{
	 filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -ms-transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

/*** Zoomout ***/
.tm-sbox.tm-sbox-bghover-zoomout .tm-bgimage-layer{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.tm-sbox.tm-sbox-bghover-zoomout:hover .tm-bgimage-layer{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/***  Zoomout with rotate  ***/
.tm-sbox.tm-sbox-bghover-zoomout.tm-sbox-hover-bgrotate-true:hover .tm-bgimage-layer{
    -ms-transform: scale(1) rotate(5deg);
    -webkit-transform: scale(1) rotate(5deg);
    transform: scale(1) rotate(5deg);
}

/***  Zoomout with blur  ***/
.tm-sbox.tm-sbox-bghover-zoomout.tm-sbox-hover-bgblur-true:hover .tm-bgimage-layer{
	 filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/***  Zoomout with blur and rotate  ***/
.tm-sbox.tm-sbox-bghover-zoomout.tm-sbox-hover-bgblur-true.tm-sbox-hover-bgrotate-true:hover .tm-bgimage-layer{
	 filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -ms-transform: scale(1) rotate(5deg);
    -webkit-transform: scale(1) rotate(5deg);
    transform: scale(1) rotate(5deg);
}

/*** Equal Service Box ***/
.vc_row-o-equal-height{
    display: flex;
}
.vc_row-o-equal-height.vc_row-flex .tm-sbox,
.vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tm-bgimage-yes .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only), 
.tm-bgcolor-yes .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only){
	padding: 60px 40px 0px 40px;
}

/*** Service box connect ***/
.tm-hr-connect-box .tm-vc_icon_element:before {
	content: '';
	position: absolute;
	top: 45px;
	right: -15px;
	width: 55%;
	height: 1px;
	background: #cccccc;
	z-index: 4;
}
.tm-hr-connect-box .tm-vc_icon_element:after {
	content: '';
	position: absolute;
	top: 45px;
	left: -15px;
	width: 55%;
	height: 1px;
	background: #cccccc;
	z-index: 4;
}
.tm-hr-connect-box .tm-sbox {
    overflow: visible;
}
.tm-hr-connect-box .tm-sbox .tm-vc_icon_element-inner {
    z-index: 11;
}
.tm-hr-connect-box .wpb_column:first-child .tm-vc_icon_element:after{
	display: none;
}
.tm-hr-connect-box .wpb_column:last-child .tm-vc_icon_element:before{
	display: none;
}
.tm-bgcolor-darkgrey.tm-hr-connect-box .tm-vc_icon_element:before,
.tm-bgcolor-darkgrey.tm-hr-connect-box .tm-vc_icon_element:after,

.tm-bgcolor-skincolor.tm-hr-connect-box .tm-vc_icon_element:before,
.tm-bgcolor-skincolor.tm-hr-connect-box .tm-vc_icon_element:after {
	background: rgba(255, 255, 255, 0.50);
}
.tm-bgcolor-white.tm-hr-connect-box .tm-vc_icon_element:before,
.tm-bgcolor-white.tm-hr-connect-box .tm-vc_icon_element:after,
.tm-bgcolor-grey.tm-hr-connect-box .tm-vc_icon_element:before,
.tm-bgcolor-grey.tm-hr-connect-box .tm-vc_icon_element:after {
	background: rgba(0, 0, 0, 0.20);
}

/*** Service box Padding ***/
.tm-sbox.tm-bgimage-yes .tm-vc_general.tm-vc_cta3, 
.tm-sbox.tm-bgcolor-yes .tm-vc_general.tm-vc_cta3,

div .tm-sbox.tm-sbox-bgcolor-transparent.tm-bgimage-yes > .tm-vc_cta3-container > .tm-vc_general,
div .tm-sbox.tm-sbox-bgcolor-transparent.tm-bgcolor-yes > .tm-vc_cta3-container > .tm-vc_general {
    padding: 45px 40px 0px 40px;
}
.tm-sbox.tm-bgimage-yes.reset-padding-servicebox .tm-vc_general.tm-vc_cta3{
	 padding: 45px 0px 0px 0px;
}
.tm-sbox.tm-bgimage-yes.tm-sbox-effect-one .tm-vc_general.tm-vc_cta3{
    padding: 22px 22px 57px 20px;
}
.vc_row-no-padding .tm-sbox:not(.tm-bgimage-yes),
.vc_row-no-padding .tm-sbox:not(.tm-bgcolor-yes){
	padding: 0;
}
.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content {
    margin-bottom: 0;
}


.tm-bgcolor-skincolor .tm-sbox.tm-bgcolor-transparent .tm-cta3-content-wrapper,
.tm-bgcolor-darkgrey .tm-sbox.tm-bgcolor-transparent .tm-cta3-content-wrapper{
    color: rgba(255, 255, 255, 0.80);
}

/*** 

====================================================================
	Blogbox Section
====================================================================

 ***/

article.post .entry-content p, 
article.post .entry-title{
    margin-bottom: 15px;
}
article.post .entry-content blockquote{
    line-height: 30px;
}
.tm-featured-wrapper .tm-slick-carousel-wrapper .tm-slick-carousel > div:not(:first-child){
	display: none;
}
.thememount-box-blog .thememount-box-content{	
	padding-top: 22px;
	position: relative;
    overflow: hidden;
}
.thememount-box-blog,
article.post,
.thememount-post-item-thumbnail,
.tm-featured-wrapper {
    position: relative;    
}
.thememount-box-blog.thememount-blogbox-format-video .tm-post-format-icon-wrapper,
.thememount-box-blog.thememount-blogbox-format-gallery .tm-post-format-icon-wrapper{
	display: none;
}
.thememount-box-blog .tm-entry-meta-wrapper{
	margin-top: 6px;
    padding-bottom: 0px;
    padding-top: 6px;
    margin-bottom: 17px;
    font-style: normal;
	text-transform: uppercase;
    font-size: 13px;
}
.tm-bgcolor-skincolor .tm-post-format-icon-wrapper{
	background-color: #2b2b2b;
}
.thememount-blogbox-format-link .thememount-box-meta{
	margin-top: 0px;
}
.thememount-blogbox-footer-readmore{
	padding-top: 20px;
	padding-bottom: 5px;
}
.thememount-events-box-view-top-image-details .thememount-post-readmore a,
.tm-bgcolor-darkgrey .thememount-box-view-right-image .thememount-blogbox-footer-readmore a {
	border: 1px solid;
    padding: 10px 19px; 
    display: inline-block;
}
.thememount-events-box-view-top-image-details .thememount-post-readmore a,
.thememount-blogbox-footer-readmore a,
.tm-bgcolor-darkgrey .thememount-box-view-right-image .thememount-blogbox-footer-readmore a {
	color: #0a0c0e;
	font-size: 12px;
	font-weight: 700;
}
.thememount-box-blog-classic .thememount-blogbox-footer-readmore a {
	padding: 9px 22px;
    display: inline-block;
    font-weight: 500;
}
.thememount-box-view-content-overlay .thememount-blogbox-footer-readmore a{
	border: 0px solid;
    padding: 0px;
}
.thememount-box-blog.thememount-box-view-content-overlay .thememount-blogbox-footer-readmore a:hover {
	background:none;
	border:none;
}
.thememount-events-box-view-top-image-details .thememount-post-readmore a:after,
.thememount-box-blog-classic .more-link-wrapper a.more-link:after,
.thememount-blogbox-footer-readmore a:after {
    font-family: "tm-fixology-icons";
 	content: '\e85e';
    font-style: normal;
    font-weight: 700;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	 margin-left: 8px;
}
.thememount-box-blog .thememount-meta-details .thememount-blogbox-meta-row-date{
	position: relative;
	padding-right: 24px;
}
.thememount-box-blog .tm-featured-outer-wrapper {
	position: relative;
	overflow: hidden;
}
.thememount-box-blog:not(.thememount-blogbox-format-gallery):hover .tm-featured-outer-wrapper .tm-post-featured-wrapper img {
    opacity: 0.5;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.thememount-box-blog.thememount-blog-box-view-content-overlay:hover .tm-featured-outer-wrapper .tm-post-featured-wrapper img {
	opacity: 1;
}	
.thememount-box-blog .tm-featured-outer-wrapper .thememount-box-post-date {
	position: absolute;
	bottom: 0px;
	width: auto;
	height:29px;
	padding: 3px 10px 0px 7px;
	font-size: 12px;
	font-weight: 700;
}
.thememount-box-blog .tm-featured-outer-wrapper .tm-post-format-icon-wrapper{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 44px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: -22px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    z-index: 2;
}
.thememount-box-blog:hover .tm-post-format-icon-wrapper {
    opacity: 1;
    margin-top: -46px;
}
.thememount-box-blog.thememount-blogbox-format-audio .tm-featured-outer-wrapper .tm-post-format-icon-wrapper,
.thememount-box-blog.thememount-blogbox-format-gallery .tm-featured-outer-wrapper .tm-post-format-icon-wrapper,
.thememount-box-blog.thememount-blogbox-format-video .tm-featured-outer-wrapper .tm-post-format-icon-wrapper{
    display: none
}

/*** Left Image Right content ***/
.thememount-box-img-left {
    padding-left: 0;
    padding-right: 0;
}


/*** Content Overlay Blog content ***/
.thememount-blogbox-format-link.thememount-box-view-content-overlay .thememount-box-content, 
.thememount-blogbox-format-quote.thememount-box-view-content-overlay .thememount-box-content{
	display: none;
}
.thememount-box-view-content-overlay .post-item{
	position: relative;
	overflow: visible;
}
.thememount-box-view-content-overlay .tm-entry-meta-wrapper{
	border: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.thememount-box-blog.thememount-box-view-content-overlay .thememount-box-content h4 {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;	
}
.thememount-box-blog.thememount-box-view-content-overlay .thememount-box-content h4 a {
	color:#fff;
}
.thememount-box-blog.thememount-blog-box-view-content-overlay .tm-overlay-content-inner .tm-post-format-icon-wrapper,
.thememount-box-blog.thememount-blog-box-view-content-overlay .thememount-box-content h4 {
    display: table-cell;
    vertical-align: middle;
}
.thememount-box-blog.thememount-box-view-content-overlay .thememount-box-content h4 a:hover {
    color: rgba(255, 255, 255, 0.78);
}
.thememount-blog-box-view-content-overlay .thememount-box-content .thememount-box-title{
    padding: 10px 10px 9px 13px;
	text-transform: uppercase;
    display: table-cell;
	background-color: rgba(0, 0, 0, 0.63);		
}
.thememount-blogbox-format-video.thememount-blog-box-view-content-overlay .thememount-box-content .thememount-box-title {
	padding: 15px 10px 15px 15px;
}
.thememount-boxes-spacing-0px .thememount-blog-box-view-content-overlay .thememount-box-content .tm-overlay-content-inner,
.thememount-boxes-spacing-5px .thememount-blog-box-view-content-overlay .thememount-box-content .tm-overlay-content-inner,
.thememount-boxes-spacing-10px .thememount-blog-box-view-content-overlay .thememount-box-content .tm-overlay-content-inner,

.thememount-boxes-blog.thememount-boxes-view-carousel .thememount-blog-box-view-content-overlay .thememount-box-content .tm-overlay-content-inner {
	left:0px;
}
.thememount-blog-box-view-content-overlay .thememount-box-content {
    position: absolute;
    overflow: hidden;
    padding-top: 0px;
    bottom: 0;
    width: 100%;
}
.thememount-blog-box-view-content-overlay .tm-blogbox-inner-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.thememount-box-blog.thememount-blog-box-view-content-overlay .tm-blogbox-inner-overlay{
	display: none;
}
.thememount-box-blog.thememount-blog-box-view-content-overlay .tm-post-format-icon-wrapper {
	font-size:24px;
}
.thememount-blogbox-format-video.thememount-blog-box-view-content-overlay .tm-blogbox-inner-overlay,
.thememount-blogbox-format-audio.thememount-blog-box-view-content-overlay .tm-blogbox-inner-overlay {
	position:relative;
}

.thememount-blogbox-format-video.thememount-blog-box-view-content-overlay .tm-overlay-content-inner,	
.thememount-blogbox-format-audio.thememount-blog-box-view-content-overlay .tm-overlay-content-inner { 
	opacity: 0;
}	
.thememount-box.thememount-box-blog.thememount-blog-box-view-content-overlay .tm-post-format-icon-wrapper { 
    position: relative;
    text-align: center;
    right: auto;
    left: 0;
	opacity: 1;
	-webkit-transform: translate3d(0px,0px,0px); 
	transform: translate3d(0px,0px,0px);
	width: 50px;
	border-radius: 0;
}

/*** Blog box meta details ***/
.thememount-box-blog .thememount-meta-details .thememount-blogbox-meta-row-date:after{	
    position: absolute;
    right: 11px;
    top: -3px;
    width: 0;
    height: 0;
    content: " / ";
    font-size: 15px;
}
.thememount-meta-details, 
.thememount-meta-details a,
.thememount-meta-details i{
	font-size: 14px;
	color: #969696;	
}
.thememount-meta-details i{
	padding-right: 3px;
}
.thememount-meta-details a:hover{
	text-decoration:none;
}

/*** Blog Classic meta details ***/
.tm-entry-meta-wrapper{
    font-style: normal;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding: 0px;
}
.single .post.type-post .tm-entry-meta-wrapper {
	padding-top: 20px;
}

/***  No image view ***/
.thememount-box-blog.tm-no-featured-content .tm-entry-meta-wrapper {   
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;	
	margin-top: 20px;
}
.tm-no-featured-content .thememount-box-content .thememount-box-title{	
	padding-left: 60px;		
}
.tm-no-featured-content .thememount-box-content{
	padding-top: 10px;
}
.thememount-box-blog.tm-no-featured-content .tm-post-format-icon-wrapper {
    top: 0px;
}
.tm-no-featured-content .tm-post-format-icon-wrapper {
	left: 0px;
    top: 8px;
}
.tm-no-featured-content .tm-post-format-icon-wrapper:before {
	display: none;
}

/***  End No image view ***/
.tm-entry-meta-wrapper .tm-social-share-wrapper {  
    padding-bottom: 0px;
}
.tm-entry-meta-wrapper  .tm-social-share-links ul li {  
    padding-right: 10px;
    padding-top: 0;
}
.tm-entry-meta-wrapper .tm-social-share-links ul {
    padding-right: 0px;
}
.tm-entry-meta .tm-meta-line{
    padding-right: 30px;
    position: relative;
	color: #cccccc;
}
.thememount-box-blog .thememount-box-content .tm-entry-meta .tm-meta-line {
    padding-right: 22px;
}
.tm-entry-meta .tm-meta-line a,.tm-post-cat .tm-meta-line a{
	color: #4c4c4c;
}
.tm-entry-meta .tm-meta-line:after{
    position: absolute;
    content: "|";
    left: -19px;
    top: -2px;
}
.thememount-box-blog .thememount-box-content .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "|";
    left: -15px;
    top: -3px;
}
.tm-entry-meta .tm-meta-line i{
	padding-right: 2px;
}
.tm-entry-meta .tm-meta-line:first-child:after{
	display: none;
}
.thememount-box-blog:hover .tm-post-format-icon-wrapper {
    opacity: 1;
    margin-top: -46px;
}
.thememount-box-blog .tm-post-format-icon-wrapper:before, .thememount-post-box-icon-wrapper:before {
	content:none;
}

/*** Blog Classic ***/
article.post .entry-header{
	margin-top: 20px;
}
article.post .entry-content{
	margin-bottom: 60px;
	clear: both;
	margin-top: 25px;
}

/*** Blog Classic ( no image)***/
article.post.tm-no-featured-content.thememount-box-blog-classic .entry-header {
    padding-right: 80px;
}
article.post.tm-no-featured-content.thememount-box-blog-classic .tm_classicpost_meta .tm-social-share-links ul li {
    padding-top: 8px;
}
article.post.tm-no-featured-content.thememount-box-blog-classic .tm_classicpost_meta {
    margin-top: 4px;
}
.single article.post.tm-no-featured-content.thememount-box-blog-classic .tm_classicpost_meta {
    margin-top: -13px;
}
article.post.thememount-box-blog-classic .tm-post-featured-quote blockquote {
    margin: 50px 40px 22px;
}
article.post.tm-no-featured-content.thememount-box-blog-classic .tm-post-cat{
    padding-right: 240px;
}
.more-link-wrapper{
	display: block;
}
.more-link-wrapper a{
	display: inline-block;
}
.more-link-wrapper{	
    margin-top: 27px;
    border-top: 1px solid #e7e7e7;
    padding-top: 27px;
}
article.post .more-link-wrapper a.more-link{
	padding: 10px 20px;
}

/*** Blog Author details ***/
.author-info{
    padding: 30px 0px;
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #eaeaea;
}
body.author .author-info{
	margin-bottom: 80px;
}
.author-info .author-title{
    margin-bottom: 5px;
    font-size: 26px;
}
.author-info .author-avatar {
    margin: 0 30px 0 0;
    float: left;
}
.author-info .author-avatar img{
	border-radius: 50%;
    width: 100px;
    height: 100px;
}
.author-info .author-description{
	overflow:hidden;
}
.tm-author-social-links{
    margin: 0;
    margin-left: 116px;
    padding: 0;
    margin-top: 12px;
}
.tm-author-social-links ul{
	list-style: none;
}
.tm-author-social-links li{
	display: inline-block;
	margin-left: 10px;
}
.tm-author-social-links li a{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #cacaca;
	margin-bottom: 5px;
}

/*** Blog Format (Sticky) ***/
article.sticky {
    padding: 20px;
    background-color: #FAFAFA;
    border: 3px solid #E6E6E6;
    margin-bottom: 60px;
}
article.sticky .entry-content{
	margin-bottom: 0px;
    margin-top: 0px;
}
article.sticky .tm-post-format-icon-wrapper {
    left: 21px;
    top: 25px;
}
article.sticky .tm-post-entry-header{
    position: relative;
}

/*** Blog Format (Gallary) ***/
article.thememount-blogbox-format-gallery .slick-dotted.slick-slider,
article.post.format-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}
article.thememount-blogbox-format-gallery .slick-dots,
article.post.format-gallery .slick-dots {
	position: absolute;
    top: auto;
    z-index: 10;
    text-align: center;
    margin: 0;
    width: 100%;
    bottom: 15px;
}
article.thememount-blogbox-format-gallery .slick-dots li,
article.post.format-gallery .slick-dots li {
    width: 12px;
}
article.thememount-blogbox-format-gallery .slick-dots li button,
article.post.format-gallery .slick-dots li button {
	background-color: transparent;
    display: block;
    cursor: pointer;
	padding: 0;
    text-indent: -9999px;
    width: 10px!important;
    height: 10px!important;
    border: 1px solid #FFF;
	box-shadow: none;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
article.thememount-blogbox-format-gallery .slick-dots li.slick-active button,
article.thememount-blogbox-format-gallery .slick-dots li button:hover,

article.post.format-gallery .slick-dots li.slick-active button,
article.post.format-gallery .slick-dots li button:hover {
	background-color: #fff;
}

/*** Blog Format (MP3) ***/
article.thememount-blogbox-format-audio .tm-post-format-audio-mp3,
article.format-audio .tm-post-format-audio-mp3{
	background-color: #222;
    padding: 22px 47px;
}

/*** Blog Format (Link) ***/
.post_format-post-format-link .entry-content a{
	font-size: 15px;
	font-weight:bold;
}
.tm-post-featured-link-wrapper .tm-post-featured-link {
    background: rgba(0, 0, 0, 0.74);
    padding: 70px 50px;
    text-align: center;
}
.tm-post-featured-quote,
.tm-post-featured-link-wrapper{
	background-size: cover;
	background-position: 100%;
}
article.thememount-blogbox-format-link .tm-format-link-title,
article.post.format-link .tm-format-link-title{
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 0px;
	color: #fff;
    font-weight: 600;
}
article.thememount-blogbox-format-link .tm-format-link-url,
article.post.format-link .tm-format-link-url{
	font-size: 18px;
	font-style: italic;
}

/*** Blog Format (Qoute) ***/
.tm-post-featured-quote:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
    top: 0;
    left: 0;
    z-index: 1;
}
.tm-post-featured-quote {
    padding: 20px;
}
.tm-post-featured-quote blockquote {
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: white;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 10px 40px;
}
.thememount-boxes-blog.thememount-boxes-col-five .tm-post-featured-quote blockquote {
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 15px 0;
}

.tm-post-featured-quote blockquote cite {
    color: #d93714;
    font-size: 19px;
    padding-top: 20px;
    text-align: right;
    font-weight: bold;
}

/*** Fluid Video Iframe ***/
article.post_format-post-format-video .tm-post-format-video,
article.thememount-blogbox-format-video .tm-post-format-video,
article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .thememount-blogbox-format-audio,
article.thememount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w{
    position: relative;
    padding-bottom: 66.7%;
    height: 0;
    overflow: hidden;
}

article.post_format-post-format-video .tm-post-format-video iframe,
article.thememount-blogbox-format-video .tm-post-format-video iframe,

article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .thememount-blogbox-format-audio iframe,
article.thememount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*** Single Media ***/
.single-post span.edit-link {
    padding: 0;
}
.single-post article.post .entry-content {
    margin-bottom: 20px;
}
.single-post .tm-post-prev-next-buttons {
    padding-top: 40px;
}
.single-post .comments-area {
    margin-top: 30px;
}
article.type-attachment .entry-attachment {
	text-align: center;
	border: 1px solid #dadada;
	background: #f3f3f3;
	padding: 15px;
}
span.tm-publised-in-wrapper {
    border: 1px solid #dadada;
    display: block;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}
.tm-publised-in-wrapper span.meta-nav {
    font-size: 12px;
}
.tm-publised-in-wrapper span.post-title {
    font-size: 25px;
    display: block;
}

/*** Single Media Next Previous ***/
#image-navigation.navigation .nav-previous {
	float: left;
}
#image-navigation.navigation .nav-next {
	float: right;
}
.navigation a:hover {	
	text-decoration: none;
}

/*** Comment section ***/
.comment-list .children {
    margin-left: 35px;
}
.tm-comment-owner{
	display: block;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 25px 19px;
    margin-left: 0px;
    background-color: #f5f5f5;
    margin-bottom: 25px;
}
.pingback .comment-author {
	display:none;
}
.comment-author {
    float: left;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
    overflow: hidden;
    margin-left: 0px;
}
.comment-author img{
	max-width: 100%;
	height: auto;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn, 
.comment-author .url, 
.comment-reply-link, 
.comment-reply-login {
	color: #838383;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.comment-author .fn{
	color: rgba(0, 0, 0, 0.6);
}
.comment-reply-link:after{
	font-family: 'tm-fixology-icons';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: .2em;
	text-align: center;
	opacity: .8;
	font-variant: normal;
	text-transform: none;
	line-height: 22px;
	font-size: 14px;
	content: "\e809";
	margin-left: 7px;
	vertical-align: bottom;
}
.comment-reply-link:before, 
.comment-reply-login:before {	
	margin-right: 7px;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata, 
.no-avatars .comment-content, 
.no-avatars .comment-list .reply {
	width: 100%;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-meta, .comment-meta a {
	color: #a2a2a2;
	font-size: 14px;
}
.comment-meta a:hover {
	color: #ea9629;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 1;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}

/***  Comment form  ***/
.comment-form p:not(.comment-notes){
	margin-bottom:20px;
}
.thememount-page-full-width.thememount-boxed .comments-area {    
    margin: 30px 15px 60px 15px;
}
.comments-area{
	margin-top: 60px;
	margin-bottom: 60px;
}
.comment-form{
	margin-bottom:20px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
ol.comment-list li #respond{
	width: calc(100% - 100px);	
	padding: 20px 0;
	margin-left: 100px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	font-family: FontAwesome;
	content: "\f00d";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, 
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 25px;
	font-style: italic;
}
.tm-comment-date-link{
	float: right;
}
.tm-fn{
	font-size: 17px;
	color: #2c2c2c;
	font-weight: bold;
}
.comment-body .tm-fn a{
	font-size: 17px;
	color: #2c2c2c;
}
.comment-body .tm-fn{
	color: #a2a2a2;
}
.comment-reply-link{
	font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.tm-comment-date-link:before{
	font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 13px;
    content: "\f017";
}
.comment-body p{
    margin-top: 30px;
    display: block;
}

.comment-reply-title{
	text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.tm-post-prev-next-buttons{
	padding-top: 60px;
}
.tm-post-prev-next-buttons .tm-right-align-btn{
	float: right;
}

/*** Blog Navigation section ***/
.woocommerce-pagination,
.thememount-pagination {
	display: block;
	margin-bottom: 60px;
	margin-top: 30px;	
	text-align:center;	
}
.main-holder .site-content nav.woocommerce-pagination ul li span,
.main-holder .site-content nav.woocommerce-pagination ul li a,
.thememount-pagination .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
    color: #202020;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    margin: 0px 2px;
	padding: 0;
    -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;
}
.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current,
.main-holder .site-content nav.woocommerce-pagination ul li a:hover,

.thememount-pagination .page-numbers.current, 
.thememount-pagination .page-numbers:hover {
	border-color: transparent;
	color:#fff;
}
.tm-bgcolor-skincolor .thememount-pagination .page-numbers.current, 
.tm-bgcolor-skincolor .thememount-pagination .page-numbers:hover{
	 background-color: #f5f5f5;
}
.woocommerce nav.woocommerce-pagination ul {
     border: none;      
     margin: 0; 
}
.woocommerce nav.woocommerce-pagination ul li{
	border-right: none;
}
.woocommerce form .form-row .input-checkbox {
	position: static;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

 ***/
.vc_row:not(.vc_row-no-padding) .thememount-boxes-portfolio.thememount-boxes-view-default .tm-box-col-wrapper.col-lg-4 {
	margin-left: -1px;
} 
.thememount-boxes.thememount-boxes-view-default:not(.thememount-boxes-blog):not(.thememount-boxes-client){
	overflow: hidden;
} 
.tax-tm_portfolio_category .tm-box-col-wrapper,
.tax-tm_team_group .tm-box-col-wrapper .thememount-box{
	margin-bottom: 30px;
}
.thememount-post-item,
.thememount-post-item-inner, 
.thememount-boxes .thememount-box-portfolio{
	position: relative;
	overflow: hidden;
}
.thememount-box-portfolio.thememount-portfolio-box-view-overlay .thememount-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thememount-box-portfolio.thememount-portfolio-box-view-overlay:hover .thememount-overlay {
	opacity: 0.79;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.thememount-box-portfolio.thememount-portfolio-box-view-top-image .thememount-overlay {
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 100%;
    width: 100%;
}
.thememount-box-portfolio.thememount-portfolio-box-view-top-image:hover .thememount-overlay {
	opacity: 0.85;
}
.thememount-portfolio-box-view-overlay .thememount-box-content-inner{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -28px;
    width: 100%;
    text-align: center;
}
.thememount-box-portfolio .thememount-item-thumbnail-inner img.wp-post-image {
    transition: transform 0.5s ease-in-out;
}
.thememount-box-portfolio:hover .thememount-item-thumbnail-inner img {
    transform: scale(1.1);
}
.thememount-portfolio-box-view-overlay .thememount-icon-box{
    width: 100%;    
    font-size: 25px;
    margin-bottom: 10px;
	display: none;
}
.thememount-portfolio-box-view-overlay:hover .thememount-icon-box,
.thememount-portfolio-box-view-top-image:hover .thememount-icon-box {   
    opacity: 1;
}
.thememount-box-portfolio .thememount-box-content .thememount-box-title h4 a,
.thememount-box-portfolio .thememount-box-content .thememount-box-title h4,
.thememount-box-portfolio .thememount-box-category a,
.thememount-portfolio-box-view-overlay:hover .thememount-icon-box,
.thememount-box-portfolio .thememount-box-category a:hover {
	color:#fff;
}
.thememount-boxes .thememount-box-content.thememount-overlay .thememount-icon-box .tm-fixology-icon-link:before {
	margin-left:0px;
}
.thememount-box-portfolio .thememount-box-category a:hover {
	opacity:1;
	transition: all 0s ease 0s;
	}
.thememount-box-portfolio .thememount-box-category a {
	font-size: 15px;
    font-style: italic;}

.thememount-portfolio-box-view-top-image .thememount-box-bottom-content .thememount-box-title h4 a,
.thememount-box-portfolio .thememount-box-content .thememount-box-title h4 a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.thememount-boxes-col-five .thememount-box-portfolio .thememount-box-content .thememount-box-title h4{
	font-size: 15px;
}
.thememount-box-portfolio .thememount-box-title h4,
.thememount-boxes .thememount-box-portfolio .thememount-box-content .thememount-box-title h4{
	font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
}
.thememount-box-view-top-image .thememount-box-bottom-content{
	padding: 25px 10px 22px 19px;
    background-color: rgb(255, 255, 255);
    position: relative;
    text-align: center;
}
.thememount-box-view-top-image .thememount-box-bottom-content .thememount-box-title h4 {
    padding-bottom: 2px;
}
.thememount-portfolio-box-view-top-image .thememount-icon-box a:hover {
    background-color: #fff;
}
.thememount-portfolio-box-view-top-image .thememount-icon-box.thememount-media-link{
	right: 50%;
	margin-right: -48px;
	-webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
}
.thememount-portfolio-box-view-top-image .tm-featured-wrapper img,
.thememount-blog-box-view-content-overlay .tm-featured-wrapper img,
.thememount-team-box-view-overlay .thememount-item-thumbnail-inner img {
	position: relative;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thememount-portfolio-box-view-top-image:hover .tm-featured-wrapper img,
.thememount-blog-box-view-content-overlay:hover .tm-featured-wrapper img,
.thememount-team-box-view-overlay:hover .thememount-item-thumbnail-inner img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.thememount-blog-box-view-content-overlay.thememount-blogbox-format-gallery:hover .tm-featured-wrapper img{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.thememount-portfolio-box-view-top-image .thememount-icon-box{
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
	top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.thememount-portfolio-box-view-top-image .thememount-icon-box a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    font-size: 19px;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    margin-left: -22px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 1;
    background-color: #fff;
}
.thememount-portfolio-box-view-top-image:hover .thememount-icon-box a {
	margin-top: -44px;
}
.thememount-portfolio-box-view-top-image .thememount-icon-box a:hover {
	background-color:#171717;
	color: #fff;
}
.thememount-portfolio-box-view-top-image .thememount-icon-box a:hover{
	border-color: transparent;
}
.thememount-box-view-top-image .thememount-boxes .thememount-box-content.thememount-overlay .thememount-icon-box:hover a{
	color: #fff;
}
.thememount-box-view-top-image .thememount-portfolio-likes-wrapper{
	right: 0;
    left: 20px;
    background: transparent;
    bottom: 20px;
    color: #fff;
    line-height: 20px;
}
.thememount-box-view-top-image .thememount-portfolio-likes-wrapper a:hover.thememount-portfolio-likes {
    color: #fff;
}

/*** Single Portfolio Left Image Right content ***/
.tm-pf-single-content-wrapper{
	padding-bottom: 100px;
}
.tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
    padding-top: 22px;
}
.single-tm_portfolio .tm-social-top-wrapper{
    text-align: right;
    margin-bottom: 50px;
    min-height: 90px;
    border: 1px solid #efefef;
    background-color: rgb(247, 247, 247);
    padding: 0px 20px;
    border-radius: 3px;
}
.tm-social-share-wrapper{
	float: none;
}
.tm-social-share-wrapper .tm-social-share-title,
.tm-social-share-wrapper .tm-social-share-links,
.tm-social-share-wrapper .tm-single-top-btn{	
	display: inline-block;
}
.tm-social-share-wrapper .tm-single-top-btn .tm-vc_btn3-inline {
    display: block;
}
.tm-social-share-wrapper:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.tm-social-share-links ul{
	list-style:none;
	padding: 0px;
	margin: 0;
	padding-right: 15px;
}
.tm-social-share-links ul li{
	display: inline-block;
    padding-right: 10px;
    padding-top: 12px;
}
.thememount-pf-detailbox-list{
	list-style: none;
	padding-left: 0;
}
.tm-social-share-title{
    padding-right: 10px;
    position: relative;
    margin-right: 20px;
    margin-top: 12px;
	font-weight: 500;
}
.tm-social-share-title:after{
    position: absolute;
    right: -6px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ccc;
    top: 2px;
}
.tm-pf-single-content-wrapper .tm-portfolio-description .container{
	width: auto;
}
.tm-pf-view-left-image .tm-portfolio-description, 
.tm-pf-view-left-image .thememount-pf-single-content-area {
    padding-top: 0px;
}
.tm-pf-view-left-image .tm-portfolio-description .wpb_content_element{
	margin-bottom: 0px;
}
.tm-portfolio-description h3{
	margin-bottom: 10px;
    font-size: 21px;
}
.tm-portfolio-description,
.thememount-pf-single-content-area{
	padding-top: 10px;
}
.thememount-pf-detailbox-inner{
    padding: 0px 0px 0px 15px;
    margin-top: 0px;
    overflow: hidden;
}
.thememount-pf-detailbox-inner .thememount-pf-detailbox-title{
	margin-top: 20px;
}
.thememount-pf-detailbox-list .tm-pf-details-date{
    padding: 18px 0px 18px 0px;
    border-bottom: 1px solid #ececec;
}
.thememount-pf-detailbox-list .tm-pf-details-date:last-child{
    border-bottom: none;
}
.thememount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details{
    font-weight: 600;
    width: 100%;
}
.thememount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details{
    display: inline-block;
	padding-top: 5px;
}
.thememount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details i{
    padding-right: 9px;
    width: 24px;
    text-align: center;
    margin-right: 9px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: inline-block;
    line-height: 38px;
    padding-left: 10px;
}
.tm-pf-view-top-image .thememount-pf-single-content-area {
    padding-top: 45px;
}
.tm-pf-view-top-image .thememount-pf-detailbox-inner {
    margin-top: 50px;
}
.tm-tm_portfolio-featured-wrapper .slick-dots{
	bottom: 16px;
    right: 16px;
	text-align: right;
}
.tm-tm_portfolio-featured-wrapper .slick-dots li button:before{
	font-size: 12px;
}

/*** Related Portfilio ***/
.tm-pf-single-related-wrapper{
	padding-top: 60px;
}
.tm-pf-single-related-wrapper .tm-pf-single-related-title{
	margin-bottom: 35px;
    font-size: 22px;
}

/*** Navigation ***/
.single-tm_portfolio .nav-next a,
.single-tm_portfolio .nav-previous a{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    position: absolute;
    top: 109px;
    left: 20px;
    background-color: #ededed;
    color: #2f2f2f;
    font-size: 22px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.65);
	background-color: rgb(255, 255, 255);
}
.single-tm_portfolio .nav-next a:hover,
.single-tm_portfolio .nav-previous a:hover{
	background-color: #2f2f2f;
    color: #fff;
}
.single-tm_portfolio .nav-next a{
    left: 60px;
}
.single-tm_portfolio .nav-previous a:after{
    content: '\e808';
    font-family: "tm-fixology-icons";
}
.single-tm_portfolio .nav-next a:after{
    content: '\e809';
    font-family: "tm-fixology-icons";
}
.single-tm_portfolio .site-content-wrapper{
	position: relative;
}
.tm-pf-single-content-wrapper.tm-pf-view-left-image,
.tm-pf-single-content-wrapper.tm-pf-view-top-image{
    padding-bottom: 50px;
}

/*** 

====================================================================
	Team Member Section
====================================================================

 ***/
.thememount-box-team{
	position: relative;
	overflow: hidden;
}
.thememount-box-team .thememount-box-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 25px;
}
.thememount-box-team .thememount-box-content h4 a{
	outline: none;
}
.thememount-team-box-view-overlay .thememount-box-content {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;  
	text-align: center;
}
.thememount-team-box-view-overlay:hover .tm_overlay_hoverbox {
    opacity: 1;
}
.thememount-team-box-view-overlay .tm_overlay_hoverbox {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.thememount-team-box-view-overlay .tm_overlay_hoverbox:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 3px solid;
}
.thememount-team-box-view-overlay:hover .thememount-box-content{
    bottom: 0px;
    opacity: 1;
}
.thememount-team-box-view-overlay .thememount-box-content .thememount-box-desc {
	margin: 0 20px;
}
.thememount-team-box-view-overlay .thememount-box-content .thememount-box-footer {
	margin: 2px 0px;
	font-style: italic;
}
.thememount-box-team .tm-team-social-links-wrapper ul{
	list-style: none;
	margin: 0;
    padding: 0;
}
.thememount-team-box-view-overlay .thememount-box-social-links ul a{
	border:none;
	display: block;
	background-color: transparent;
	text-align: center;
}
.thememount-team-box-view-overlay .thememount-box-social-links ul li{
	display: inline-block;
	margin: 0 3px;
}
.thememount-team-box-view-overlay .thememount-box-social-links .tm-team-social-links-wrapper {
	padding-top: 5px;
	margin-bottom: 10px;
}

/*** Left Image Right content ***/
.thememount-box-team.thememount-box-view-left-image .thememount-box-footer{	
	padding-top: 5px;
}
.thememount-box-team.thememount-box-view-left-image .tm-short-desc{
    padding-bottom: 15px;
    margin-top: 12px;
    padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.thememount-box-team.thememount-box-view-left-image .thememount-item-thumbnail{
	position: relative;
	overflow: hidden;
}
.thememount-box-view-left-image .thememount-box-img-left:hover .thememount-item-thumbnail-inner img {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.thememount-box-team.thememount-box-view-left-image .thememount-item-thumbnail img{
	width: 100%;
}
.thememount-box-view-left-image .tm-team-details-list .tm-team-list-title {
    margin-right: 5px;
	font-weight: 600;
}
.thememount-box-view-left-image .tm-team-details-list li {
padding: 5px 0 3px 26px;
}

/*** Single Team member ***/
.tm-team-member-single-position{
	font-size: 14px;
	color: #808080;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 6px;
}
.thememount-team-member-single-content-area .tm-team-member-single-content-wrapper{
    margin-top: 15px;
    padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}
.tm-team-member-single-category{
	margin-top: 20px;
}
.tm-team-member-single-meta-title{
	font-weight:bold;
	text-transform:uppercase;
}
.tm-team-details-list{
	list-style: none;
	padding: 0;
}
.tm-team-details-list li{
    position: relative;
    padding: 5px 0 5px 26px; 
    font-size: 14px;
	line-height: 25px;
}
.tm-team-member-view-wide-image .tm-team-details-list li{
    padding: 9px 0 9px 26px; 
}
.tm-team-member-single-content-wrapper:not(.tm-team-member-view-wide-image) .tm-team-extra-details-wrapper .tm-team-details-list li,
.single-tm_team_member .tm-team-details-list li{
    padding: 15px 0 15px 26px;
}
.tm-team-extra-details-wrapper .tm-team-details-list li i {
	top:5px
}
.tm-team-details-list .tm-team-list-title{
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	position: relative;
	color: #171717;
	font-weight: 700;
}
.tm-team-details-list .tm-team-list-value{
	display: block;
}
.tm-team-list-title i {
    position: absolute;
    left: -30px;
    text-align: center;
    width: 29px;
    display: block;
}
.tm-team-details-list{
    margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .thememount-team-member-single-featured-area .tm-team-extra-details-list{
	margin-top: 0px;
}
.thememount-box-team.thememount-box-view-left-image .tm-team-extra-details-line-website {
	display:none;
}

/*** Single Team member (tm-team-member-view-wide-image ) ***/
.tm-team-member-view-wide-image .tm-team-member-single-excerpt{
	margin-top: 10px;
}
.tm-team-member-view-wide-image .tm-team-member-single-meta-details{
	padding-top: 40px;
	border-top: 1px solid #e4e4e4;
	margin-top: 40px;
}
.single-tm_team_member .tm-team-member-single-content-wrapper .container{
	width: auto;
}
.tm-team-member-view-wide-image .tm-team-member-single-content-wrapper{
	margin-top: 40px;
}
.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-title{
	font-weight: bold;
	color: #202020;
	width: auto;
}
.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-value {
    margin-left: 6px;
	float: none;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-details-list li {
	display: flex;
	border-bottom: none;
	padding: 14px 0 15px 0px;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-details-list li .tm-detail-icon,
.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-details-list li .tm-exdetails {
	float: left;	
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-details-list li .tm-detail-icon i{
	padding-right: 9px;
	text-align: center;
	margin-right: 9px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	height: 45px;
	width: 45px;
	display: inline-block;
	line-height: 45px;
	padding-left: 10px;
	vertical-align: middle;
	margin-top: 3px;
	font-size: 18px;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-details-list li .tm-detail-icon {
	padding-right: 10px;
	vertical-align: middle;
}
/*** 

====================================================================
	Fact in Digit Section
====================================================================

 ***/
 
/*** Top icon view ***/
.inside{	
    text-align: center;
    position: relative; 
    padding: 30px 15px 30px 15px; 
	margin-bottom: 30px;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
	margin-bottom: 10px;
}
.inside.tm-fid-with-border{
    border: 1px solid #E8E8E8;
    background-color: #fff;
}
.inside h3 {
    margin-bottom: 0;
    bottom: -11px;
    width: 100%;
    color: #6d6d6d;
    font-size: 14px;    
    letter-spacing: 1px;
    font-family: inherit;
    font-weight: normal;
    text-transform: uppercase;
}
.inside .thememount-fid-wrapper {
	padding-top: 20px;
}
.inside h4 {
   margin-bottom: 5px;
   padding-bottom: 0px;
   font-size: 37px;
   font-weight: 700;
   line-height: 45px; 
}
.tm-fid-without-icon.inside h4 {
   margin-top: 0px;
}
.inside h3 span {	
	padding: 5px 4px 0px 4px;
	display: block;
}
.tm-fid-inner sub, .tm-fid-inner sup{
	opacity: 0.8;
	font-size: 25px;
	font-weight: normal;
}
.tm-fid-inner sup {
	top: -0.9em;
}
.tm-fid-icon-wrapper i{
	font-size: 2.8em !important;
} 
.tm-bgcolor-skincolor .inside.tm-fid-with-border,
.tm-bgcolor-darkgrey .inside.tm-fid-with-border { 
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(255,255,255,0.08);
}
.tm-bgcolor-skincolor .tm-fid-icon-wrapper i,
.tm-bgcolor-skincolor .inside h4,
.tm-bgcolor-darkgrey .inside h4 {
    color: #fff;
}
.tm-bgcolor-skincolor .inside h3,
.tm-bgcolor-darkgrey .inside h3 {
    color: rgba(255,255,255,0.60);
}
.tm-fid-view-topicon.inside h3 span:before,
.tm-fid-view-centericon.inside h3 span:after {
    display: block;
    content: "";
    width: 25px;
    text-align: center;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.23);
    margin: 0 auto 10px auto;
}
.tm-bgcolor-skincolor .tm-fid-view-topicon.inside h3 span:before,
.tm-bgcolor-skincolor .tm-fid-view-centericon.inside h3 span:after,
.tm-bgcolor-darkgrey .tm-fid-view-centericon.inside h3 span:after,
.tm-bgcolor-darkgrey .tm-fid-view-topicon.inside h3 span:before {
	 background-color: rgba(255, 255, 255, 0.72);
} 
.tm-fid-view-topicon.inside h3 span {
    padding: 0px 4px 0px 4px;
}

/*** center icon view ***/
.tm-fid.inside h3 span {
	font-weight: 500;
	font-size: 17px;
}
.tm-fid-view-centericon.inside h3 span:after {
	margin: 8px auto 10px auto;
}
.tm-fid-view-centericon.inside h4 {
    margin-bottom: 10px;
}
.tm-bgcolor-skincolor .tm-fid-view-centericon.inside h3, .tm-bgcolor-darkgrey .tm-fid-view-centericon.inside h3 {
	color: rgba(255,255,255,0.72);
}

/*** Left icon view ***/
.tm-fid-view-lefticon-border .tm-fld-contents, 
.tm-fid-view-lefticon .tm-fld-contents {
	padding-left: 55px;
	text-align: left;
} 
.tm-fid-view-lefticon.tm-fid-without-icon .tm-fld-contents {
	padding-left: 0px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper,
.tm-fid-view-lefticon-border .tm-fid-icon-wrapper,
.tm-fid-view-righticon .tm-fid-icon-wrapper,
.tm-fid-view-lefticon .tm-fid-icon-wrapper {
    position: absolute;
    top: 36px;
}
.tm-fid-view-righticon.inside h4,
.tm-fid-view-lefticon.inside h4{
	margin-top: 0;
	margin-bottom: -6px;
}

/*** Right icon view ***/
.tm-fid-view-righticon .tm-fld-contents{
	padding-right: 50px;
	text-align: right;
}
.tm-fid-view-righticon.tm-fid-without-icon .tm-fld-contents{
	padding-right: 0px;	
}
.tm-fid-view-righticon .tm-fid-icon-wrapper{
    right: 13px;
    top: 35px;
}

/*** Lefticon Border view ***/
.tm-fid-view-righticon-border.inside h4,
.tm-fid-view-lefticon-border.inside h4 {
    margin-top: 13px;
    margin-bottom: -4px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper,
.tm-fid-view-lefticon-border .tm-fid-icon-wrapper{	
	top: 35px;
}
.tm-fid-view-lefticon-border .tm-fld-contents{	
	padding-left: 76px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper i,
.tm-fid-view-lefticon-border .tm-fid-icon-wrapper i {
    font-size: 2.6em !important;
    line-height: 85px;
}
.tm-fid-view-lefticon-border.tm-fid-without-icon .tm-fld-contents{	
	padding-left: 0px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper:after,
.tm-fid-view-lefticon-border .tm-fid-icon-wrapper:after{
    content: " ";
    height: 85px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 0.13);
    right: -19px;
}
.tm-bgcolor-darkgrey .tm-fid-view-lefticon-border .tm-fid-icon-wrapper:after,
.tm-bgcolor-skincolor .tm-fid-view-lefticon-border .tm-fid-icon-wrapper:after {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.tm-fid-main-border{
	text-align: center;
}
.tm-fid-view-righticon-border.inside,
.tm-fid-view-lefticon-border.inside{
    display: inline-block;
}

/*** Righticon Border view ***/
.tm-fid-view-righticon-border .tm-fld-contents{	
	padding-right: 97px;
    text-align: right;
}
.tm-fid-view-righticon-border.tm-fid-without-icon .tm-fld-contents{	
	padding-right: 0px;   
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper:after{
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    right: 63px;
}
.tm-bgcolor-darkgrey .tm-fid-view-righticon-border .tm-fid-icon-wrapper:after,
.tm-bgcolor-skincolor .tm-fid-view-righticon-border .tm-fid-icon-wrapper:after {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper{
	right: 26px;
    top: 35px;
}
.vc_row .tm-fid-main-border .inside{
	background-color: transparent;
}

/*** Centericon Border view ***/
.tm-facts-colum-sep .wpb_column:after {
	content: "";
	height: 80%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.15);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	top: 50%;
	-khtml-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	transform: translateX(0%) translateY(-50%);
}
.tm-bgcolor-darkgrey.tm-facts-colum-sep .wpb_column:after,
.tm-bgcolor-skincolor.tm-facts-colum-sep .wpb_column:after {
	background-color: rgba(255, 255, 255, 0.23);
}
.tm-facts-colum-sep .wpb_column:last-child:after {
    background-color: transparent;
}

/*** 

====================================================================
	Progress Bar Section
====================================================================

 ***/ 
span.tm-vc_label_units.vc_label_units {
    position: absolute;
    right: -23px;
    z-index: 3;
    margin-top: -40px;
    text-shadow: none;
    color: #fff;   
    font-size: 14px;
    background: #eee;
    padding: 2px 9px;
    border-radius: 0;
    position: absolute;
    margin-left: -24px;    
}
span.tm-vc_label_units.vc_label_units:before {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #eee transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -7px;
    left: 15px;
}
.thememount-progress-bar.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    margin: 14px auto 75px;
    width: 100%;
    background: transparent;
    height: 5px;
    border-radius: 6px;
    transition-property: width, background-color;
    padding: 0;
}
.thememount-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label {
    top: -36px;
    left: 0px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
	text-shadow: none;
}
.thememount-progress-bar.vc_progress_bar .vc_single_bar{
	-webkit-box-shadow: none;
    box-shadow: none;
	background-color: #c0c0c0;
}
.thememount-progress-bar.vc_progress_bar .tm-pbar-icon-w{
	position: absolute;
    top: 48px;
}
.thememount-progress-bar.vc_progress_bar .tm-vc_icon_element-inner{
	width: 30px;
    height: 40px;
    font-size: 15px;
}
.thememount-progress-bar.vc_progress_bar .tm-pbar-single-bar-w .tm-pbar-icon-w{
    position: absolute;
    top: -42px;
}
.tm-pbar-icon-true .tm-vc_icon_element {
    margin-bottom: 0px;
}
.tm-pbar-icon-true .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner {
    width: 46px;
    height: 45px;
}
.tm-pbar-icon-true .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-md .tm-vc_icon_element-icon{
	font-size: 21px !important;
}
.vc_progress_bar .tm-pbar-icon-true .vc_single_bar{
	margin-left: 60px;
}
.tm-pbar-single-bar-w{
	position: relative;
	margin-top: 70px;
	margin-right: 16px;
}

/*** 

====================================================================
	Row Section
====================================================================

 ***/  
body.thememount-page-full-width.header-classic-vertical #content .site-main .entry-content > .wpb_row.vc_row-fluid[data-vc-stretch-content="true"],
.tm-vc-width-auto{
    left: 0 !important;
    width: auto !important;
}
body.thememount-page-full-width #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row.vc_row-fluid,
body.vc_editor #content .site-main .entry-content .wpb-content-wrapper > .vc_container-block > .wpb_row{
    padding-top: 80px;
    padding-bottom: 60px;
	margin-bottom:0px;
}
body.thememount-page-full-width #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row.vc_row-fluid .vc_row.vc_row-no-padding{
	margin:0;
}
body.thememount-page-full-width #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row.vc_row-fluid.vc_row-no-padding,
body.vc_editor #content .site-main .entry-content .wpb-content-wrapper .wpb_row.vc_row-fluid{
	overflow: hidden; 	
}
body.thememount-page-full-width #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row:first-child,
body.vc_editor #content .site-main .entry-content > .wpb-content-wrapper > .vc_container-block:first-child{
	margin-top: -82px;
}
body.vc_editor #content .site-main .entry-content .wpb-content-wrapper .vc_container-block:first-child .wpb_row.vc_row-fluid,
body.vc_editor #content .site-main .entry-content .wpb-content-wrapper .vc_container-block .wpb_row.vc_row-fluid[data-vc-stretch-content=true]:not(.vc_parallax){
	overflow: visible;
}
.site{
	overflow: hidden;
}
.site-main {	
    position: relative;
    padding-top: 82px;
    z-index: 10;
}
.vc_row.container{
	padding:0;
}
body.thememount-page-full-width #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row .vc_row.container{
	margin: auto;
}
.thememount-sidebar-true .vc_row.container{
	width: auto;
	margin: 0 -15px;
}

/***  Lower Space between two row ***/
body.thememount-page-full-width.tm-all-row-20px #content .site-main .entry-content > .wpb_row.vc_row-fluid{
    padding-top: 20px;
    padding-bottom: 10px;	
}
body.thememount-page-full-width.tm-all-row-20px #content .site-main .entry-content > .wpb_row:first-child{
	margin-top: -22px;
}
body.thememount-page-full-width.tm-all-row-20px .site-main {
    padding-top: 22px;
}

/*** 

====================================================================
	Sidebar Section
====================================================================

 ***/
.thememount-sidebar-true.page #primary .site-main{
	padding-bottom: 40px;
}
.thememount-sidebar-true .site-main{
	padding-top: 65px;
} 
body.thememount-sidebar-left .site-content #primary.content-area {
    float: right;
} 
.site-content #sidebar-left.sidebar,
.site-content #sidebar-right.sidebar {
	margin-top: -40px;
	padding-top: 60px;
	padding-bottom: 40px;	
}
.site-content #sidebar-left.sidebar {
	float: left;
}

/***  Thememount Sidebar Both  ***/
body.thememount-sidebar-both .site-content #sidebar-left.sidebar {
    margin-left: -74.8%;
}
body.thememount-sidebar-both .site-content #primary.content-area {
    margin-left: 25% !important;
}

/***  Thememount Sidebar Bothleft  ***/
body.thememount-sidebar-bothleft .site-content #primary.content-area{	
	float:right;
}
body.thememount-sidebar-bothleft .site-content #sidebar-right.sidebar{
	margin-top: -40px;
	padding-top: 60px;
	padding-bottom: 70px;
}
body.thememount-sidebar-bothleft .site-content #sidebar-left.sidebar{
	border:none;
	float:left;
}
body.thememount-sidebar-bothleft .site-content #sidebar-right.sidebar{
	border-left:0px;
	float:right;
}
body.thememount-sidebar-bothleft .site-content  #sidebar-right .widget{
	padding-left: 0px;
	padding-right: 0px;
}
body.thememount-sidebar-bothleft .site-content #sidebar-left .widget{
	padding-right:0px;
}

/***  Thememount Sidebar BothRight  ***/
body.thememount-sidebar-bothright .site-content #sidebar-right.sidebar{
	border:none;
}
body.thememount-sidebar-bothright .site-content #sidebar-left.sidebar{
	border-right:0px;	
}

/***  Sidebar widget  ***/
.widget .woocommerce-product-search, .widget .search-form {
    position: relative;
}
.widget .search-form label{
	display: block;
}
.widget .woocommerce-product-search .search-field, 
.widget .search-form .search-field{
	border-width: 1px;
	background-color: rgba(220, 220, 220, 0.22);
}
.widget .woocommerce-product-search input[type="submit"], 
.widget .search-form .search-submit{
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 0px 3px 3px 0px;
    background-image: url(../images/findicon.png);
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
	opacity: 0.3;
}
.tm-textcolor-dark .widget .search-form .search-field{
    border-color: rgba(0, 0, 0, 0.07);
}

/*** 

====================================================================
	Social Section
====================================================================

 ***/
.social-icons {
	list-style: none;	
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.social-icons li:first-child  {
	border:none;
}
.social-icons li {
	display: inline-block !important;
    padding-left: 1px;
    padding-right: 1px;
    min-width: 20px;
    border: none;
}
.social-icons li > a{
	display: block;
	width: 26px;
	height: 26px;
	line-height: 25px;
	border-radius: 26px;
	font-size: 14px;
	text-align: center;	  
}
.tm-fixology-icon-twitter:before {
    content: '\e83f';
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter{
    background-color: #2cbfd9;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube{
    background-color: #ff0000;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr{
    background-color: #ED1384;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook{
    background-color: #4583bc;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin{
    background-color: #0b84b3;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus{
    background-color: #d3452b;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp{
    background-color: #c41200;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble{
    background-color: #de588b;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest{
    background-color: #cd1f29;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast{
    background-color: #803aac;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing{
    background-color: #006464;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo{
    background-color: #07C0ED;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk{
    background-color: #44678d;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz{
    background-color: #98c742;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu{
    background-color: #ea4925;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive{
    background-color: #f9cb2f;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss{
    background-color: #fb7200;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram{
    background-color: #125688;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link:hover{
    background-color: #fff !important;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter:hover{
    color: #2cbfd9;	
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube:hover{
    color: #ff0000;	
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr:hover{
    color: #ED1384;	
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook:hover{
    color: #4583bc;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin:hover{
   color: #0b84b3;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus:hover{
    color: #d3452b;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp:hover{
    color: #c41200;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble:hover{
    color: #de588b;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest:hover{
    color: #cd1f29;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast:hover{
    color: #803aac;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing:hover{
    color: #006464;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo:hover{
    color: #07C0ED;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk:hover{
    color: #44678d;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz:hover{
    color: #98c742;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu:hover{
    color: #ea4925;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive:hover{
    color: #f9cb2f;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss:hover{
    color: #fb7200;
}
.tm-row-bgtype-skin .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram:hover,
.tm-row-bgtype-dark .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram:hover{
    color: #125688;
}

/*** 

====================================================================
	Flyning Form Section
====================================================================

 ***/
.k_flying_searchform_wrapper {
    display: none;
}


/*** 

====================================================================
	List Style Section
====================================================================

 ***/
.tm-list.tm-list-style-icon{
	list-style: none;
	padding:0;
}
.tm-list.tm-list-style-icon .tm-list-li-content{
	display: inline-block;
	padding-left: 25px;
	font-weight: 500;
    font-family: "Montserrat";
}
.tm-list.tm-list-style-icon li{
	position: relative;	
}
.tm-list.tm-list-style-icon li i{
	position: absolute;
	left: 2px;
    top: 4px;
}
.tm-list.tm-list-textsize-small li{
	font-size: 11px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-small li i {
    top: 7px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-small .tm-list-li-content {
    padding-left: 16px;
}
.tm-list.tm-list-textsize-medium li{
	font-size: 13px;
	padding-bottom: 7px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-medium li i {
    top: 5px;
}
.tm-list.tm-list-textsize-medium.tm-list-style-icon .tm-list-li-content { 
    padding-left: 22px;
}
.tm-list.tm-list-textsize-large li{
	padding-bottom: 18px;
	font-size: 16px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-large li i {
    top: 4px;
}
.tm-list.tm-list-textsize-large.tm-list-style-icon .tm-list-li-content { 
    padding-left: 25px;
}
.lightfont .tm-list.tm-list-textsize-xlarge li{
	font-weight: 300;
}
.tm-list.tm-list-textsize-xlarge li{
	font-size: 18px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-xlarge li i{
	top: 0px;
    font-size: 23px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-xlarge .tm-list-li-content {
	padding-left: 37px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-xlarge li {
    padding-bottom: 23px;
}
.tm-list.tm-list-textsize-xlarge li {
    padding-bottom: 5px;
}
article.post .tm-list.tm-list-textsize-xlarge li{
	font-size: 17px;
}
article.post .tm-list.tm-list-style-icon.tm-list-textsize-xlarge li i{
	top: 2px;
    font-size: 20px;
}
article.post .tm-list.tm-list-style-icon.tm-list-textsize-xlarge .tm-list-li-content {
	padding-left: 30px;
}

/*** 

====================================================================
	Tab
====================================================================

 ***/ 
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active .vc_tta-icon,
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab:hover .vc_tta-icon{
	color: #fff;
	-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;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a{
	border-color: rgba(0, 0, 0, 0.09);
    background-color: #fff;
	color: #000000; 
}
.vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-tab>a span{
	 color: #fff;
}
.vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #666;
}

/*** classic tab top icon  ***/
.wpb-js-composer .tm-tab-top-icon.vc_tta.vc_general .vc_tta-panel-body{
    padding: 0;
}
.tm-tab-top-icon .vc_tta-tab .vc_tta-icon:before {
	display: block;
	top: 30px;
	position: absolute;
	left: 47%;
	text-align: center;
}
.wpb-js-composer .vc_tta.vc_general.tm-tab-top-icon .vc_tta-tab a {
	padding: 50px 50px 20px 50px;
}
.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active:after {
	display: block;
	content: "";
	position: relative;
	bottom: 7px;
	left: 50%;
	width: 13px;
	height: 13px;
	border-width: 0 0 1px 1px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}
.wpb-js-composer .vc_tta.vc_general.tm-tab-top-icon .vc_tta-icon {
	font-size: 1.40em;
}

/*** 

====================================================================
	Vertical Tab
====================================================================

 ***/ 
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg.vc_tta-style-outline .vc_tta-tab>a, 
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg.vc_tta-style-outline .vc_tta-tab>a {
    padding: 15px 15px;
    background-color: #f7f7f7;
}
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg.vc_tta-style-outline .vc_tta-tabs-container, 
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg.vc_tta-style-outline .vc_tta-tabs-container {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
} 
.tm-tourtab-style1 .vc_tta-panel .vc_tta-panel-title>a,
.tm-tourtab-style1 .vc_tta-tabs.vc_tta-controls-size-lg .vc_tta-tab>a{
	font-size: 17px;
}
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab.vc_active>a,
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab>a{
	border-left: none;
}
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab.vc_active>a,
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab>a{
	border-right: none;
}
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab:last-child>a,
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab:last-child>a {
	border-bottom: none;
}
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab:first-child>a,
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab:first-child>a {
	border-top: none;
}
.tm-tourtab-style1.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a,
.tm-tourtab-style1.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active>a{
	border-color: #ffffff;
    border-right: none;
    border-width: 4px;
	font-size: 15px;
}
.tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:focus, 
.tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover,
.tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab.vc_active>a {
	color:#fff;
}
.tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:focus, 
.tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover{
	background-color: transparent;
}
.tm-tourtab-style1.vc_tta.vc_tta-style-outline .vc_tta-panel-body, 
.tm-tourtab-style1.vc_tta.vc_tta-style-outline .vc_tta-panel-heading, 
.tm-tourtab-style1.vc_tta.vc_tta-style-outline .vc_tta-tab>a {
    border-width: 2px;
}

/*** Tab Panel ***/
.vc_tta-panel .vc_tta-panel-title>a{
	font-weight: 500;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body, 
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-outline .vc_tta-tab>a{
    border-width: 1px;
}
.tm-tourtab-style1.vc_tta-tabs-position-left.vc_tta.vc_tta-style-outline .vc_tta-tab {
    margin-top: -2px;
}

/*** 

====================================================================
	Accordion section
====================================================================

 ***/ 
 
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
    font-size: 16px;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #f0f0f0;    
} 
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 63px;
} 
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #e7e7e7;
	background-color: #f4f4f4;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	border-color: transparent;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon {	
	background-color: #595959;
	padding: 13px;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon:before{
	left: 7px;
	width: 12px;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon:after {
	top: 7px;
	height: 12px;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon:before,
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon:after {
	border-color: #fff;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 15px;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-title.vc_tta-controls-icon-position-right>a {
    padding: 14px 15px;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color:#171717;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a .vc_tta-icon {
	color:#474747;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
	bottom: 7px;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
	top: 6px;
}
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon-position-right .vc_tta-title-text {
	margin-right: 35px;
}

/*** 

====================================================================
	VC Map
====================================================================

 ***/
.tm-map .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper{
	height: 100%;   
    position: inherit;
}

/*** 

====================================================================
	Custom Selectbox
====================================================================

 ***/ 
.select2-container--default .select2-selection--single {
	border-radius: 0;
}
.select2-container .select2-selection--single{
    height: 41px;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {   
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
    right: 5px; 
}
.tm-textcolor-white .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;    
}
.tm-textcolor-white .select2-container--default .select2-selection--single {
	background-color: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.07);	
}
.select2-container--default .select2-selection--single{
	background-color: rgba(0,0,0,.03);
}
.select2-container--default .select2-selection--single,
.select2-dropdown{
	border: 1px solid #e5e5e5;
}
.tm-textcolor-dark .select2-container--default .select2-selection--single,
.tm-textcolor-dark .select2-dropdown{
    border-color: rgba(0,0,0,.07);
}

/**
 * Contact Us Page 
 * ----------------------------------------------------------------------------
 */
  
.wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms){
	margin-bottom: 15px;
	display: block;
	padding-top:5px;
} 
 
/*** 

====================================================================
	Heading Section
====================================================================

 ***/ 
.tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 {
    padding: 0px;
    border: none;
	background-color: transparent;
} 
.tm-element-heading-wrapper:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header{
	position: relative;
	padding-bottom: 32px;
}
.tm-element-heading-wrapper.tm-heading-style-vertical:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content-header {   
    padding-bottom: 35px;
}
.tm-element-heading-wrapper.tm-heading-style-vertical:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content-header:after, 
.tm-element-heading-wrapper.tm-heading-style-vertical:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content-header:after {
    bottom: 30px;
}
.tm-element-heading-wrapper:not(.tm-heading-style-horizontal) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell,
.tm-element-heading-wrapper:not(.tm-heading-style-horizontal) .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2{
	margin-bottom: 10px;
}
.tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell{
	display: block;	
}
 
.tm-element-heading-wrapper .tm-vc_cta3-headers h2 strong,
.tm-element-heading-wrapper .tm-vc_cta3-headers h4 strong{
	font-weight: inherit !important;
} 
.tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-justify .tm-vc_cta3-content {
    text-align: center;
} 
 
/***  Horizontal sep line  ***/ 
.tm-seperator-solid.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
    content: "";
    left: 50%;    
    height: 1px; 
    position: absolute;
    bottom: 20px;
    width: 26px;
    margin-left: -17px;
	border-bottom-width: 1px;
	border-bottom-color: #7a7a7a;
}
.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-justify .tm-vc_cta3-content .tm-cta3-content-wrapper,
.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-center .tm-vc_cta3-content .tm-cta3-content-wrapper{
	width: 50%;
	margin: 0 auto;
}
.tm-heading-style-vertical.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
	border-bottom-style: solid;
}
.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
    margin-bottom: 20px;
}
.tm-element-heading-wrapper.tm-heading-style-vertical.tm-seperator-solid .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content {
    margin-bottom: 0px;
}
.tm-element-heading-wrapper.tm-heading-style-vertical.tm-seperator-none .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content{
	margin-bottom: 25px;
}
.tm-heading-style-vertical .tm-vc_cta3-container{
	margin-bottom: 0px;
}
.tm-element-heading-wrapper .tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper{
	margin-top: 0px;
}

/***  Vertical sep line  ***/ 
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header:after{
    content: "";
    right: 40px;    
    height: 100%; 
    position: absolute;
    top: 0px;
    width: 1px;   
	border-right-width: 1px;
	border-right-color: #7a7a7a;
}
.tm-heading-style-horizontal.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
	border-right-style: solid;
}

/***  Dotted sep line  ***/ 
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content{
	display: table;
    width: 80%;
    margin: 0 auto;
}
.tm-heading-style-horizontal.tm-element-align-right .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content{
	float: right;
}
.tm-heading-style-horizontal.tm-element-align-right .tm-vc_general.tm-vc_cta3:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p{
	text-align: left;
}
.tm-heading-style-horizontal.tm-element-align-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
    margin: 0;
}
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header,
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-cta3-content-wrapper{
    display: table-cell;
	padding-bottom: 0;
	vertical-align: middle;	
}
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-cta3-content-wrapper p:last-child{
	margin-bottom: 0px;
}
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header{
	width: 32%;
	text-align: right;
	padding-right: 80px;
	position: relative;
}

/***  Headign align Left  ***/
.tm-heading-style-vertical.tm-element-align-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{   
    left: 0;
	margin-left: 0px;    
}

/***  Headign align Justify  ***/
.tm-heading-style-vertical.tm-element-align-justify .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
	left: 50%;
    margin-left: -17px;
}

/*** Headign align Right  ***/
.tm-heading-style-vertical.tm-element-align-right .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after {
    left: auto;
    right: 0%;
}

/***  Common heading   ***/
.tm-team-member-single-title,
.entry-header:not(.tm-titlebar) .entry-title,
.thememount-box-blog .thememount-box-content h4{
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 28px;
}
.entry-header:not(.tm-titlebar) .entry-title {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 28px;
}
.wpb_heading,
.tm-team-member-single-title,
.entry-header .entry-title{
	font-size: 22px;
}
.wpb_heading{
	margin-bottom: 30px;
	text-transform: uppercase;
}
.thememount-boxes-view-carousel .thememount-box-heading-wrapper.tm-element-align-left,
.thememount-boxes-view-carousel .thememount-box-heading-wrapper.tm-element-align-right{
	position: relative;
}
.thememount-boxes-view-carousel .thememount-box-heading-wrapper.tm-element-align-left .tm-element-heading-wrapper{
	padding-right: 100px;
}
.thememount-boxes-view-carousel .thememount-box-heading-wrapper.tm-element-align-right .tm-element-heading-wrapper{
	padding-left: 100px;
}
.thememount-boxes-view-carousel .thememount-box-heading-wrapper.tm-element-align-left .tm-heading-carousel-arrows,
.thememount-boxes-view-carousel .thememount-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows{
	position: absolute;
    right: 0;
    top: 7px;
}
.thememount-boxes-view-carousel .thememount-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows{
	right: auto;
	left: 0px;
}

/*** 

====================================================================
	Social Section
====================================================================

 ***/ 
 
/***  Team Member Section ***/
.single-tm_team_member .tm-team-social-links-wrapper ul{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-social-links-wrapper ul{ 
	text-align: left;
}
.single-tm_team_member .tm-team-social-links-wrapper ul li{
	display: inline-block;
	margin-left: 10px;
	border-right: 1px solid #e6e6e6;
}
.single-tm_team_member .tm-team-social-links-wrapper ul li:last-child{
	border: none;
} 
.single-tm_team_member .tm-team-social-links-wrapper ul li a{
    width: 22px;
    line-height: 46px;
    text-align: center;
    display: block;
    border: none;
    color: #fff;
    font-size: 16px;
} 
.single-tm_team_member .tm-team-member-view-default .tm-team-social-links-wrapper ul li a{
	width: 90px;
	line-height: 30px;
	text-align: center;
	display: block;
	border: none;
	color: #bababa;
	font-size: 28px;
	margin: 0 5px;
	padding: 8px 0px;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-social-links-wrapper ul li a span.tm-hide{
	display: block;
	font-size: 14px;	
}
.single-tm_team_member .tm-team-social-links-wrapper ul li a:hover{
	color: #fff;
	border-color: transparent;
} 
.single-tm_team_member .tm-team-member-view-default .thememount-team-img {
    background: #f6f6f6;
}
.single-tm_team_member .tm-team-member-view-default .thememount-team-img img {
    border-radius: 0;
    width: 100%;
}
.single-tm_team_member .tm-team-member-view-default .thememount-team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-data {
	padding-top: 25px;
	margin: 0;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-social-links-wrapper {
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 30px 0px;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-member-single-category {
    margin-top: 0px;
	margin-bottom: 7px;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-member-single-content-wrapper {
	margin-top: 15px;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-data .col-sm-6:first-child .tm-team-details-wrapper {
	border-right: 1px solid #e6e6e6;
}

/***  Social icon Section ***/  
.tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
	display: block;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #ccc;
}
.tm-socialbox-icon-size-large .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}
.tm-socialbox-icon-size-medium .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.tm-socialbox-icon-size-small .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.thememount-socialbox-wrapper .tm-socialbox-i-wrapper {
    margin-bottom: 40px;
}

/*** 

====================================================================
	Catergory section
====================================================================

 ***/

.tm-term-featured-img img {
    width: 100%;
}
.tm-term-featured-img {
    padding-bottom: 30px;
}
.content-area .tm-term-desc {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


/*** 

====================================================================
	Testimonials Section
====================================================================

 ***/
 
 
/*** Testimonials Design 1 ***/
.thememount-box-view-default .thememount-box-content {
    position: relative;
    border: 1px solid #eeeeee;
    background: #ffffff;
    font-size: 14px;
	padding: 0px;
    text-align: center;
	border-bottom: 3px solid #eeeeee;
}
.thememount-box-view-default .thememount-box-content blockquote{
    color: #646464;
}
.thememount-boxes-view-carousel .thememount-box-view-default .thememount-box-title h3 {
	padding-top: 10px;
}
.thememount-boxes-testimonial.thememount-boxes-view-slickview .thememount-box-desc blockquote{
    padding: 15px 100px 15px 100px;
    font-size: 18px;
    line-height: 32px
}
.thememount-boxes-testimonial.thememount-boxes-view-slickview .thememount-box-desc .thememount-box-img {
    border-radius: 50%;
    display: inline-block;
    z-index: 9;
    width: 90px;
    height: 90px;
	position: relative;
}
.thememount-boxes-testimonial.thememount-boxes-view-slickview .thememount-box-desc .thememount-box-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0);
}
.thememount-boxes-testimonial .thememount-box-desc blockquote{
	padding: 10px 100px 40px 100px;
}
.testimonials-nav .nav_item_wrap:not(.slick-active) {
	cursor: pointer;
}
.thememount-boxes-testimonial .thememount-box-desc blockquote{
    border: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: inherit;
	background-color: transparent;
	outline:none;
}
.thememount-box-view-default .thememount-box-desc:before {
    content: '\e82c';
    font-family: "tm-fixology-icons";
    color: #237dc8;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid;
    height: 42px;
    width: 42px;
    line-height: 42px;
    display: inline-block;
	margin-bottom: 18px;
}
.thememount-box-view-default .thememount-box-author {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px;
}
.thememount-box-view-default .thememount-box-desc {
	padding: 30px 20px 30px 20px;
}
.thememount-box-view-default .thememount-box-desc blockquote {
    font-size: 16px;
    line-height: 28px;
}
.thememount-box-view-default .thememount-box-author .thememount-box-img{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.thememount-box-view-default .thememount-box-author .thememount-box-img .thememount-icon-box{
	line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;    
    display: block;
    background-color: #0186d5;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.thememount-box-view-default .thememount-box-title {
	text-align: center;
}
.thememount-box-view-default .thememount-box-author .thememount-author-name{
    display: block;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    padding-top: 13px;
    margin: 0;
    clear: none;
}
.thememount-box-view-default .thememount-box-author .thememount-box-footer{
	font-size: 13px;
	opacity: 0.9;
}
.tm-bgcolor-skincolor .thememount-box-view-default .thememount-box-author .thememount-author-name a:hover{
	opacity: 0.8;
}
.thememount-boxes-testimonial:not(.thememount-boxes-view-carousel) .thememount-testimonial-box-view-default{
	margin-bottom: 40px;
}

/*** Six colum default view ***/
.thememount-boxes-view-default.thememount-boxes-col-six .thememount-box-desc {
    padding: 20px 20px 20px 43px;
}
.thememount-boxes-view-default.thememount-boxes-col-six .thememount-box-desc:after {
    left: 10px;
}
.thememount-boxes-view-default.thememount-boxes-col-six .thememount-box-author .thememount-box-img {
    width: 40px;
    height: 40px;    
    margin-right: 10px;
    margin-left: 15px;
}
.thememount-boxes-view-default.thememount-boxes-col-six .thememount-box-author .thememount-box-title{
    margin-left: 60px;
}

/*** Testimonials One Colume Carsoul ***/
.testimonial_wrapper {
	position:relative;
	padding-top: 0px;
	padding-bottom: 3px;
}
.testimonial_wrapper .thememount-box-desc {   
    border: none;
	text-align: center;
}
.slick_testim_info {
	padding-bottom: 21px;
}
.slick_testim_info p {
	line-height: 27px;
	font-size: 18px;
	font-style: italic;
}
.testimonials-nav.slick-slider {
    max-width: 146px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;	
}

.testimonials-nav .nav_item_wrap {
	padding: 0;
	margin: 0 10px;
	width: 80px;
	outline: none;
	float: left;
}
.testimonial_item,
.testimonial_nav_info {
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
.slick-center .testimonial_item,
.testimonial_nav_info {
	margin-left: -30px;
	margin-right: -30px;
}
.thememount-boxes-view-slickview.thememount-boxes-col-one .testimonial_item{
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

.slick-center .testimonial_nav_info {
	margin-left: 0;
	margin-right: 0;
}
.testimonial_item .thememount-box-img {
	padding: 10px 0;
	margin-top: 10px;
	width: 80px;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
.testimonial_item .thememount-box-img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	transform: translateZ(0) !important;
	-webkit-transform: translateZ(0) !important;
}
.slick-center .testimonial_item .thememount-box-img img {
	opacity: 1;
}
.testimonial_item h6 {
	margin-bottom: 5px;
}
.testimonial_item span {
	display: block;
	line-height: 20px;
}
.testimonial_item .thememount-author-name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.testimonial_item .thememount-box-footer{
	font-size: 14px;
	font-weight: normal;
	color: #888888;
}

.slick-center .testimonial_item h6,
.slick-center .testimonial_item h3,
.slick-center .testimonial_item span {
	opacity: 1;
	visibility: visible;
}

.thememount-box-view-default .testimonial_wrapper .thememount-box-desc{
	background: none;
	padding: 20px 80px 20px 80px;
}
.tm-bgcolor-darkgrey .testimonial_wrapper:after,
.tm-bgcolor-skincolor .testimonial_wrapper:after {    
    border-color: #fff;
}
.tm-bgcolor-darkgrey .testimonial_wrapper:after,
.tm-bgcolor-skincolor .testimonial_wrapper:after,
.tm-bgcolor-skincolor .testimonials-nav .nav_item_wrap.slick-slide .thememount-author-name,
.tm-bgcolor-skincolor .testimonials-nav .nav_item_wrap.slick-slide .thememount-box-title a{
	color: #fff;
	opacity:0.75;
}

.tm-bgcolor-grey .thememount-boxes-row-wrapper .slick-prev::before,
.tm-bgcolor-grey .thememount-boxes-row-wrapper .slick-next::before {
	color: #171717;
}
.tm-bgcolor-darkgrey .testimonial_wrapper:after,
.tm-bgcolor-skincolor .testimonials-nav .nav_item_wrap.slick-slide .thememount-author-name,
.tm-bgcolor-skincolor .testimonials-nav .nav_item_wrap.slick-slide .thememount-box-title a,
.tm-col-bgcolor-skincolor .testimonials-nav .nav_item_wrap.slick-slide .thememount-author-name,
.tm-col-bgcolor-skincolor .testimonials-nav .nav_item_wrap.slick-slide .thememount-box-title a{
	color: #fff;
}

.tm-bgcolor-darkgrey .thememount-boxes-testimonial .thememount-box-desc blockquote,
.tm-bgcolor-skincolor .thememount-boxes-testimonial .thememount-box-desc blockquote{
    color: rgba(255, 255, 255, 0.85);
}

.tm-bgcolor-darkgrey .testimonial_item .thememount-box-footer,
.tm-bgcolor-skincolor .testimonial_item .thememount-box-footer{
    color: rgba(255, 255, 255, 0.65);
}

/*** 

====================================================================
	Client logo Section
====================================================================

 ***/  
.thememount-boxes-view-default.thememount-boxes-client .thememount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper{
	margin-bottom: 0px;
} 
.tm-client-logo-box-w{
	text-align: center;
}
.thememount-box-client .thememount-item-thumbnail{
    width: 100%;
    display: table;
}
.thememount-box-client .thememount-item-thumbnail-inner{
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 10px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.thememount-box-client.thememount-box-view-boxed-logo .thememount-item-thumbnail-inner{
    height: 150px;
	padding: 20px 20px;
}
.thememount-box-client.thememount-box-view-boxed-logo{
    border: 1px solid #eee;
	display: block;
}
.slick-slide .tm-client-logo-box-w .thememount-item-thumbnail-inner img{
	display: inline-block;
}
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tm-client-logo-tooltip{
    padding-top: 30px;
    padding-bottom: 30px;
}
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tm-client-logo-tooltip a.tm-client-logo-link {
    display: block;
    padding: 0px;
    outline: none;
}
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tooltip-top:after,
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tooltip:after, 
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w [data-tooltip]:after,
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tooltip-top:before, 
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tooltip:before, 
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w [data-tooltip]:before {
    bottom: 69%;
}
.thememount-boxes-view-default .tm-client-logo-box-w {
    padding-bottom: 30px;
}
.tm-bgcolor-grey .thememount-box-client.thememount-box-view-boxed-logo{
	background-color: #fff;
}
.thememount-box-client.thememount-box-view-boxed-logo{
	background-color: #f6f6f6;
}
.thememount-client-box-view-separator-logo{
	display: block;
}
.thememount-box-view-simple-logo .thememount-item-thumbnail,
.thememount-box-view-separator-logo .thememount-item-thumbnail{
	position: relative;
    height: 115px;
}
.thememount-box-view-separator-logo .thememount-item-thumbnail:before {
	border-right:  1px solid rgba(204, 204, 204, .53);
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: -15px
}
.thememount-boxes-view-default.thememount-boxes-col-one .tm-box-col-wrapper:nth-child(1n+1) .thememount-box-view-separator-logo .thememount-item-thumbnail:before,
.thememount-boxes-view-default.thememount-boxes-col-two .tm-box-col-wrapper:nth-child(2n+2) .thememount-box-view-separator-logo .thememount-item-thumbnail:before,
.thememount-boxes-view-default.thememount-boxes-col-three .tm-box-col-wrapper:nth-child(3n+3) .thememount-box-view-separator-logo .thememount-item-thumbnail:before,
.thememount-boxes-view-default.thememount-boxes-col-four .tm-box-col-wrapper:nth-child(4n+4) .thememount-box-view-separator-logo .thememount-item-thumbnail:before,
.thememount-boxes-view-default.thememount-boxes-col-five .tm-box-col-wrapper:nth-child(5n+5) .thememount-box-view-separator-logo .thememount-item-thumbnail:before,
.thememount-boxes-view-default.thememount-boxes-col-six .tm-box-col-wrapper:nth-child(6n+6) .thememount-box-view-separator-logo .thememount-item-thumbnail:before {
    border-right:  none;
}

/*** 

====================================================================
	Button Section
====================================================================

 ***/

/***  Revolution slider smooth button  ***/
.rev-btn {
    -webkit-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}

.tm-vc_general.tm-vc_btn3.tm-vc_btn3-weight-yes{
	font-weight: 500;
}
.tm-vc_btn3.tm-vc_btn3-size-md{
	font-size: 14px;	
}
.tm-vc_btn3.tm-vc_btn3-size-lg {
    font-size: 16px; 
}
.tm-vc_btn3.tm-vc_btn3-style-text{    
    padding: 0;
	margin-top: 0px !important;
}

/***  Normal Button  ***/
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    left: 0px;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) {
    padding-left: 30px;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    right: 0px;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) {
    padding-right: 30px;
}
.more-link-wrapper a.more-link,
.tm-post-prev-next-buttons .tm-vc_btn3.tm-vc_btn3-shape-square,
.comment-respond .tm-vc_btn3.tm-vc_btn3-shape-square,
.tm-single-top-btn .tm-vc_btn3.tm-vc_btn3-shape-square {
	border-radius: 1px;
    border-width: 1px;
	border-style:solid;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;    
	padding: 12px 34px;
}
.tm-single-top-btn .tm-vc_btn3.tm-vc_btn3-shape-square {
	font-size: 11px;
	background-color: #fff
}

/***  Left Arrow  ***/
.tm-post-prev-next-buttons .tm-left-align-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) {
    padding-left: 44px;
    padding-right: 22px;
}
.tm-post-prev-next-buttons .tm-left-align-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    left: 21px;
}

/***  Right Arrow  ***/
.tm-single-top-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty),
.tm-post-prev-next-buttons .tm-right-align-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) {
    padding-right: 44px;
    padding-left: 22px;
}
.tm-single-top-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon,
.tm-post-prev-next-buttons .tm-right-align-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    right: 21px;
}
.more-link-wrapper a.more-link{
	color: #202020;
}

/*** Center button for colum ***/
.tm-center-button{
   position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*
* ====== Button Dark Color ======
*/
button, 
input[type="submit"]:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover,
.woocommerce div.product form.cart .button:hover,
table.compare-list .add-to-cart td a:hover,

.woocommerce .widget_shopping_cart a.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.main-holder .site table.cart .coupon input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart #content table.cart td.actions input[type="submit"]:hover,
.woocommerce #payment #place_order:hover,
.woocommerce .wishlist_table td.product-add-to-cart a:hover,
.woocommerce-cart #content table.cart td.actions input[type="submit"],

#tribe-bar-form .tribe-bar-submit input[type=submit],
.wishlist_table tr td a.yith-wcqv-button:hover,
.woocommerce .wishlist_table td.product-add-to-cart a:hover,
.woocommerce .widget_shopping_cart a.button.checkout:hover,
.tm-sresults-title small .label-default[href]:hover,

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_shopping_cart a.button,
.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.main-holder .site table.cart .coupon input,
.main-holder .site-content #review_form #respond .form-submit input,
.woocommerce div.product form.cart .button,
table.compare-list .add-to-cart td a,
.more-link-wrapper a.more-link:hover,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor:hover,

.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:hover, 
.main-holder .site-content ul.products li.product .add_to_wishlist:hover, 
.main-holder .site-content ul.products li.product .compare:hover, 
.main-holder .site-content ul.products li.product .yith-wcqv-button:hover, 
.main-holder .site-content ul.products li.product .add_to_cart_button:hover,
.main-holder .site-content ul.products li.product .tm-wc-add-to-cart-btn a[rel="nofollow"]:hover, 


/***  blog style2 ***/
.post.post.thememount-box-blog-classic .thememount-blogbox-footer-readmore a:hover,
.thememount-box-blog-classic .more-link-wrapper a.more-link:hover{
	background-color: #202020;
	color: #fff;
}
.more-link-wrapper a.more-link,
.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::after,
.thememount-box-blog-classic .more-link-wrapper a.more-link:hover, 
.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before{
    border-color:  #202020;
}


/*** 

====================================================================
	Global Box spacing
====================================================================

 ***/
 
.thememount-boxes-view-carousel .tm-box-col-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
.thememount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper{
	margin-bottom: 30px;
}
.thememount-boxes-spacing-0px .thememount-boxes-row-wrapper.row .tm-box-col-wrapper{
	padding-right: 0px;
    padding-left: 0px;
	margin-bottom: 0px;
}
.thememount-boxes-spacing-5px .thememount-boxes-row-wrapper.row .tm-box-col-wrapper{
    padding-left: 2.5px;
    padding-right: 2.5px;
	margin-bottom: 5px;
}
.thememount-boxes-spacing-10px .thememount-boxes-row-wrapper.row .tm-box-col-wrapper{
	padding-right: 5px;
    padding-left: 5px;
	margin-bottom: 10px;
}
.thememount-boxes-portfolio.thememount-boxes-spacing-0px .thememount-boxes-row-wrapper.row{
    margin-left: -1px;
    margin-right: -1px;
}
.thememount-boxes-spacing-0px .thememount-boxes-row-wrapper.row{
    margin-left: 0px;
    margin-right: 0px;
}
.thememount-boxes-spacing-5px .thememount-boxes-row-wrapper.row{
    margin-left: -2.5px;
    margin-right: -2.5px;	
}
.thememount-boxes-spacing-10px .thememount-boxes-row-wrapper.row{
    margin-left: -5px;
    margin-right: -5px;	
}
.thememount-boxes-portfolio .col-xs-12{
	margin-bottom: 30px;
}
.thememount-boxes-portfolio.thememount-boxes-sortable-yes .col-lg-4{
    margin-left: -1px;
}


/*** 

====================================================================
	Slick Slider
====================================================================

 ***/
.thememount-slider-wrapper{
    position: relative;
    z-index: 1;
}
.thememount-boxes-blog.thememount-boxes-view-carousel  .tm-post-format-icon-wrapper:before{
	display: none;
}
.slick-slide {
    outline: none;
}
.thememount-boxes-row-wrapper .slick-arrow{
	padding: 0;
    border: none;
    height: 30px;
    width: 33px;
    color: #777777;
    background-color: #eeeeee;
    margin: 0 3px;
    border-radius: 0px;
    line-height: 41px;
    z-index: 10;
}
.thememount-boxes-row-wrapper .slick-prev:not(.slick-disabled):hover:before,
.thememount-boxes-row-wrapper .slick-next:not(.slick-disabled):hover:before{
	color: #fff;
}
.thememount-boxes-row-wrapper .slick-prev:before,
.thememount-boxes-row-wrapper .slick-next:before{
    font-family: "tm-fixology-icons";
    content: '\e826';
    color: #777777;
    font-size: 15px;
	position: relative;
}
.thememount-boxes-row-wrapper .slick-prev:before{  
    content: '\e834';
	left: 4px;
}
.thememount-boxes-row-wrapper .slick-next:before{
	right: -3px;
}
.thememount-boxes-row-wrapper .slick-next {
    right: -40px;	
}
.thememount-boxes-row-wrapper .slick-prev {
    left: -40px;	
}


/***  Arrow Center with headign  ***/
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .thememount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .thememount-boxes-row-wrapper .slick-prev,

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .thememount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .thememount-boxes-row-wrapper .slick-prev{
	top: -57px;	
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .thememount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .thememount-boxes-row-wrapper .slick-prev{
	left: 50%;
    margin-left: -36px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .thememount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .thememount-boxes-row-wrapper .slick-next{
    right: 50%;
    margin-right: -36px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .thememount-box-heading-wrapper,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .thememount-box-heading-wrapper{
	padding-bottom: 73px;
}

/***  Arrow Left with headign  ***/
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .slick-slider,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .slick-slider{
	 position: static;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right{
	position: relative;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .thememount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .thememount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .thememount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .thememount-boxes-row-wrapper .slick-prev{
	top: 24px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right{
	overflow: hidden;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .thememount-boxes-row-wrapper .slick-prev{
	right: 44px;;
	left: auto;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .thememount-boxes-row-wrapper .slick-next{
	right: 0;	
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .thememount-boxes-row-wrapper .slick-prev{
	left: 0px;;
	right: auto;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .thememount-boxes-row-wrapper .slick-next{
	left: 44px;	
}

.tm-boxes-carousel-arrows-side.thememount-boxes-client,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left, 
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right, 
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center {
    overflow: hidden;
}
.tm-boxes-carousel-arrows-side.thememount-boxes-client .thememount-boxes-row-wrapper:hover .slick-prev{
    left: 12px;
}
.tm-boxes-carousel-arrows-side.thememount-boxes-client .thememount-boxes-row-wrapper:hover .slick-next {
    right: 12px;  
}
.slick-list {
    padding: 0 !important;
}

/***  Slick dot desing  ***/
.slick-dots li {
    width: 15px;
    height: 15px;
}
.slick-dots li button{
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #cbcbcb;
    cursor: pointer;
    margin: 0 10px 0px 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.slick-dots li button:before{
	display: none;
}

/***  Slick dot color  ***/
.tm-bgcolor-skincolor .slick-dots li.slick-active button{
	 box-shadow: inset 0 0 0 2px  #fff;
}
.tm-bgcolor-skincolor  .thememount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover {
	 background-color: #ffffff;		 
}
.tm-bgcolor-skincolor .thememount-boxes-row-wrapper .slick-prev:not(.slick-disabled):hover:before, 
.tm-col-bgcolor-skincolor .thememount-boxes-row-wrapper .slick-prev:not(.slick-disabled):hover:before, 
.tm-bgcolor-skincolor .thememount-boxes-row-wrapper .slick-next:not(.slick-disabled):hover:before,
.tm-col-bgcolor-skincolor .thememount-boxes-row-wrapper .slick-next:not(.slick-disabled):hover:before{
	color: #202020;	
}
 .tm-bgcolor-skincolor .thememount-boxes-view-slickview .testimonial_wrapper .slick-prev:not(.slick-disabled):hover:before,
 .tm-bgcolor-skincolor .thememount-boxes-view-slickview .testimonial_wrapper .slick-next:not(.slick-disabled):hover:before{
	color: #202020;	
}
.tm-bgcolor-darkgrey  .thememount-boxes-row-wrapper .slick-arrow{
	 background-color: rgba(255, 255, 255, 0.17);
}
.tm-bgcolor-darkgrey .thememount-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.tm-bgcolor-darkgrey .thememount-boxes-view-slickview .testimonial_wrapper .slick-next:before,
.tm-bgcolor-darkgrey .thememount-boxes-row-wrapper .slick-prev:before, 
.tm-bgcolor-darkgrey .thememount-boxes-row-wrapper .slick-next:before,
.tm-bgcolor-skincolor .thememount-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.tm-bgcolor-skincolor .thememount-boxes-view-slickview .testimonial_wrapper .slick-next:before{
	color: #cfcfcf;	
}
.tm-bgcolor-grey  .thememount-boxes-row-wrapper .slick-arrow {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.tm-boxes-carousel-arrows-side .thememount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-side .thememount-boxes-row-wrapper .slick-next{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}
.tm-boxes-carousel-arrows-side .thememount-boxes-row-wrapper .slick-prev {
    left: -80px;
    right: auto;
}
.tm-boxes-carousel-arrows-side .thememount-boxes-row-wrapper .slick-next {
    right: -80px;
    left: auto;
}
.tm-boxes-carousel-arrows-side .thememount-boxes-row-wrapper:hover .slick-prev {
    left: -40px;
    opacity: 1;
}
.tm-boxes-carousel-arrows-side .thememount-boxes-row-wrapper:hover .slick-next {
    right: -40px;
    opacity: 1;
}

/*** 

====================================================================
   flexslider
====================================================================

 ***/
.tm-flexslider ul li{
    display: none;
    float: left;
}
.tm-flexslider ul li:first-child{
    display: block;
}
.tm-flexslider .flex-control-nav {
    bottom: 5px;
    z-index: 1;
}
.tm-flexslider .flex-control-paging li a{
    border: 1px solid #fff;
    background: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.tm-flexslider .flex-control-paging li a.flex-active{
    background-color: #fff;
}
.thememount-blog-box-view-content-overlay .tm-flexslider .flex-control-nav {
    bottom: 5px;
    bottom: auto;
    top: 15px;
    right: 10px;
    text-align: right;
    text-indent: -999px;
    font-size: 0;
}

/*** 

====================================================================
	Drop Cap Design
====================================================================

 ***/
.tm-dropcap{
	float: left;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 34px;
	margin: 7px 8px -5px 0;
}
.tm-dcap-style-rounded{
	border-radius: 5px;
}
.tm-dcap-style-round{
	border-radius: 50%;
}
.tm-dropcap.tm-bgcolor-dark,
.tm-dropcap.tm-bgcolor-skincolor{
	color: #fff;	
}
.tm-dropcap.tm-bgcolor-dark{
	background-color: #202020;
}
.tm-dropcap.tm-bgcolor-grey{
	background-color: #E2E2E2;
}
.tm-dropcap.tm-bgcolor-grey,
.tm-dcap-txt-color-dark{
	color: #202020;
}
.tm-dcap-style-rounded{
	border-radius: 5px;
}
.tm-dcap-style-round{
	border-radius: 50%;
}

 /*** 

====================================================================
	Tweeter Section
====================================================================

 ***/
.thememount-twitterbox-inner {
	text-align: center;
}
.thememount-twitterbox-inner .tweet-text{
    font-size: 18px;
    line-height: 28px;
}
.thememount-twitterbox-inner .tweet-details{
	font-size: 15px;
	font-style: italic;
}
.thememount-twitterbox-inner h3 a.twitter-link{
	z-index: 10;
	position: relative;
}
.thememount-twitterbox-inner i {
	display: inline-block;
	width: 75px;
	height: 75px;
	font-size: 40px !important;
	border: 2px solid #2d2d2d;
	color: #2d2d2d;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 75px !important;
	margin-bottom: 10px
}
.thememount-twitterbox-wrapper .thememount-boxes-row-wrapper{
	margin-top: 20px;
}
.thememount-twitterbox-inner .tweet-text a,
.widget .latest-tweets ul li .tweet-text a,
.widget .latest-tweets ul li .tweet-details a {
	font-style:italic;
}
.thememount-twitterbox-inner-list .thememount_tweet_item.thememount_tweetitem{
	line-height: 30px;
	font-size: 19px;
}
.thememount-carousel-col-one .thememount_tweet_item.thememount_tweetitem {
	width: 60%;
	margin: 0 auto;
}
.thememount-twitterbox-inner .tweet-details{
    font-size: 15px;
    font-style: italic;
}
.tm-bgcolor-skincolor .thememount-twitterbox-inner .tweet-text,
.tm-bgcolor-darkgrey .thememount-twitterbox-inner .tweet-text{
	color: rgba(255, 255, 255, 0.70);
}
.tm-bgcolor-skincolor .thememount-twitterbox-inner .tweet-text a,
.tm-bgcolor-darkgrey .thememount-twitterbox-inner .tweet-text a{
	color: rgba(255, 255, 255, 1);
}
.tm-bgcolor-skincolor .thememount-twitterbox-inner .tweet-details a,
.tm-bgcolor-darkgrey .thememount-twitterbox-inner .tweet-details a{
	color: rgba(255, 255, 255, 0.4);
}
.tm-bgcolor-skincolor .thememount-twitterbox-inner i, 
.tm-bgcolor-darkgrey .thememount-twitterbox-inner i{
	border-color: #fff;
	color: #fff;
}
.tm-bgcolor-skincolor .thememount-twitterbox-inner .tweet-text a:hover,
.tm-bgcolor-skincolor .thememount-twitterbox-inner .tweet-details a:hover{
	color: rgba(255, 255, 255, 0.60);
}
.thememount-twitterbox-wrapper .tp_recent_tweets .twitter_time {
	margin-top: 10px;
}
.widget .tp_recent_tweets li {
	background-image: none;
}
.thememount-boxes-twitterbox.thememount-boxes-view-default .tp_recent_tweets ul > li {
	min-height: 100px;
}
.thememount-boxes-twitterbox.thememount-boxes-view-default:not(.thememount-boxes-col-one) .tp_recent_tweets ul > li {
    display: inline-block;
	float: left;
    margin-bottom: 30px;
	padding: 0px 15px 0px 15px;
}
.thememount-boxes-twitterbox.thememount-boxes-view-default.thememount-boxes-col-two .tp_recent_tweets ul > li {
	width: 50%;
}
.thememount-boxes-twitterbox.thememount-boxes-view-default.thememount-boxes-col-three .tp_recent_tweets ul > li {
	width: 33.33333333%;
}
.thememount-boxes-twitterbox.thememount-boxes-view-default.thememount-boxes-col-four .tp_recent_tweets ul > li {
	width: 25%;
}
.thememount-boxes-twitterbox.thememount-boxes-view-default.thememount-boxes-col-five .tp_recent_tweets ul > li {
	width: 20%;
	min-height: 300px;
}
.thememount-boxes-twitterbox.thememount-boxes-view-default.thememount-boxes-col-six .tp_recent_tweets ul > li {
	width: 16.66666667%;
	min-height: 325px;
}
.site-footer .widget .tp_recent_tweets li:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 20px;
    content: "\f099";
    position: absolute;
    left: 10px;
}
.site-footer .widget .tp_recent_tweets li{
    padding-left: 20px;
}

/*** 

====================================================================
	Google map Section
====================================================================

 ***/
 
.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
    padding: 0px;
}

/*** 

====================================================================
	Category filter Section
====================================================================

 ***/

.thememount-boxes-textalign-center .tm-sortable-wrapper{
	text-align: center;
}   
.thememount-boxes-textalign-left .tm-sortable-wrapper{
	text-align: left;
}  
.thememount-boxes-textalign-right .tm-sortable-wrapper{
	text-align: right;
} 
.tm-sortable-list ul{
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	margin-top: 20px;
}
.tm-sortable-list .tm-sortable-link {
	display: inline-block;
	padding: 0px 22px 0px 22px;
	margin-bottom: 10px;
	position: relative;
}
.tm-bgcolor-darkgrey .tm-sortable-list .tm-sortable-link a, 
.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link a,
.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link:after,
.tm-bgcolor-darkgrey .tm-sortable-list .tm-sortable-link:after  {
    color: rgba(255, 255, 255, 0.76);
}
.tm-sortable-list .tm-sortable-link a {
	display: block;
    cursor: pointer;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}
.tm-sortable-list .tm-sortable-link a:after {
	border-radius: 3px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    margin: 0 auto -5px;
    height: 2px;
    width: 0px;
    z-index: -1;
    opacity: 1;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tm-sortable-list .tm-sortable-link:hover a:after {
    bottom: 0px;
    opacity: 1;
    width: 100%;
    left: 0;
}
.tm-sortable-list .tm-sortable-link:after {
	position: absolute;
    right: 3px;
    top: 8px;
    width: 0;
    height: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f111";
    font-size: 6px;
    z-index: 9999;
    display: block;
	color: rgba(23, 23, 23, 0.56);
}
.tm-sortable-list .tm-sortable-link:last-child:after {
	display:none;
}
.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link a.selected,
.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link a:hover{	 
	 color: #fff;
}
.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link:hover a:after {
	background-color:#fff;
}
/*** 

====================================================================
	Woocommerce Section
====================================================================

 ***/
.main-holder .site-content ul.products{
	margin-right: -15px;
    margin-left: -15px;
}
.main-holder .site-content ul.products li.product{
	margin: 0;
	padding-right: 15px;
    padding-left: 15px;
}
.main-holder #content.site-content ul.products li.product .tm-product-box{
	margin-bottom: 35px;
	border: 1px solid #e4e5e7;
}
.tm-product-box-inner{
	position: relative;
	overflow: hidden;
}

/***  Woocommerce image hover effect content  ***/
.main-holder .site-content ul.products li.product .tm-shop-icon{
	display: block;
	opacity: 0;
    position: absolute;
    z-index: 3;    
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    -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;
    width: 156px;
    height: auto;
    -khtml-transform: translateX(-50%) translateY(-0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(-0%);
    -o-transform: translateX(-50%) translateY(-0%);
    transform: translateX(-50%) translateY(-0%);
}
.main-holder .site-content ul.products li.product:hover .tm-shop-icon{
	 -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	opacity: 1;
}
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"],
.main-holder .site-content ul.products li.product .tm-wc-add-to-cart-btn a[rel="nofollow"], 
.main-holder .site-content ul.products li.product .add_to_wishlist,
.main-holder .site-content ul.products li.product .compare,
.main-holder .site-content ul.products li.product .yith-wcqv-button,
.main-holder .site-content ul.products li.product .button.product_type_external,
.main-holder .site-content ul.products li.product .add_to_cart_button {
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	background: none;
	letter-spacing: 1px;
	transition: .3s ease-out;
	padding-left: 33px;
	font-size: 14px;
	width: 155px;
	line-height: 36px;
	display: block;
	text-align: left;
	border-radius: 0px;
}
.main-holder .site-content ul.products li.product .button.product_type_external {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after,
.main-holder .site-content ul.products li.product .add_to_wishlist:after,
.main-holder .site-content ul.products li.product .compare:after,
.main-holder .site-content ul.products li.product .yith-wcqv-button:after,
.main-holder .site-content ul.products li.product .add_to_cart_button:after,
.main-holder .site-content ul.products li.product .button.product_type_grouped:after {
    content: '\e837';
    font-family: "tm-fixology-icons";
    width: 40px;
    height: 40px;   
	position: absolute;
	left: 0;    
	top: 0;
    text-align: center;
	font-size: 14px;
	margin-left: 0;
}
.main-holder .site-content ul.products li.product .add_to_cart_button.product_type_variable:after{
    content: '\e818';
}
.main-holder .site-content ul.products li.product .button.product_type_grouped:after{
    content: '\e835';
}
.woocommerce ul.products li.product .tm-product-box-inner .tm-product-image-box:after,
.woocommerce-page ul.products li.product .tm-product-box-inner .tm-product-image-box:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: block;
	background: rgba(0, 0, 0, 0.60);
	opacity: 0;
	transition: all .2s ease-in-out;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin-bottom: 0px; 
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.main-holder .site-content ul.products li.product:hover a img {
	-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);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.main-holder .site-content ul.products li.product:hover .tm-product-box-inner .tm-product-image-box:after,
.main-holder .site-content ul.products li.product:hover .tm-product-box-inner .tm-product-image-box:after {
	opacity: 1;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist{
	position: relative;
}
.main-holder .site-content ul.products li.product .add_to_cart_button.added:after{
    content: '\e839'; 
}
.main-holder .site-content ul.products li.product .add_to_cart_button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 1px;
    right: 10px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	width: auto;
    height: auto;
	background: none;
}
.main-holder .site-content ul.products li.product  a.added_to_cart {
    display: none;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button:after{
    content: '\E825'; 
}
.main-holder .site-content ul.products li.product .compare:after{
    content: '\E81D'; 
}
.main-holder .site-content ul.products li.product .add_to_wishlist:after{
    content: '\E838'; 
}
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after{
    content: '\e81c'; 
}
.main-holder .site-content ul.products li.product .add_to_cart_button.added:after { 
    margin-left: 0;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist,
.main-holder .site-content ul.products li.product .compare,
.main-holder .site-content ul.products li.product .yith-wcqv-button{
	margin-top: 5px;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading{
	position: absolute;
}
.main-holder .site-content .yith-wcwl-add-to-wishlist .feedback{
	display: none;
}
.tm-product-content{
	text-align: center;
	border-top: 1px solid #e4e5e7;
	padding-top: 0px;
}
.main-holder .site-content ul.products li.product h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: normal;
	padding-bottom: 0;
    padding-top: 8px;
}
.main-holder .site-content ul.products li.product .price {
    margin: 3px 0;
    min-height: 20px;
    margin-bottom: 8px;    
    font-size: 17px;   
	margin-top: 15px;
	border-top: 1px solid #e4e5e7;
	padding-top: 10px;
}
.main-holder #content .wpb_text_column :last-child .woocommerce li.product .price {
	margin-bottom: 8px;
}
.woocommerce .price .woocommerce-Price-amount,
.main-holder .site-content ul.products li.product .price del{
    color: #888888;
	font-size: 14px;
	display: inline-block;
}
.main-holder .site-content ul.products li.product .price ins{ 
    font-weight: normal;
}
#yith-quick-view-content .onsale,
.single .main-holder .site-content span.onsale,
.main-holder .site-content ul.products li.product .onsale {
    font-size: 10px;
    color: #fff;
    background: #1f72ce;
    text-transform: uppercase;
    padding: 3px 10px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
	left:0;
	right: auto;
    border-radius: 0;
    margin: 0;    
    min-height: auto;
    line-height: 18px;
    font-weight: normal;
}
#yith-quick-view-content .onsale:after,
.single .main-holder .site-content span.onsale:after,
.main-holder .site-content ul.products li.product .onsale:after {
    border-color: #1f72ce transparent transparent;
    border-style: solid solid solid none;
    border-width: 9px 9px 9px 0;
    bottom: -16px;
    content: "";
    left: -44px;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    text-align: center;
    width: 9px;
}
.single .main-holder .site-content span.onsale:after,
#yith-quick-view-content .onsale:after{
    border-width: 14px 14px 14px 0;
    bottom: -23px;
    left: 0;
    right: auto;
}
.single .main-holder .site-content span.onsale,
#yith-quick-view-content .onsale{
    font-size: 13px; 
    padding: 7px 17px;  
}
#yith-quick-view-modal .yith-wcqv-main{
	-webkit-box-shadow: none;
    box-shadow: none;
}
#yith-quick-view-close{
	font-size: 0px;
}
#yith-quick-view-close:after{
	content: '\E82D';
    font-family: "tm-fixology-icons";
	font-size: 16px;
}
#yith-quick-view-close {
    border: none; 
    top: 10px;
    right: 10px;
    opacity: 1;
	color: #a7a7a7;
}

/***  Colorbox frame reset  ***/
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight{
    background: none;
	background-color: #fff
}

/***  Woocemmerce star rating  ***/
.comment-form-rating{
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce .star-rating:before {
    color: #cccccc;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating{
    display: block;
    margin: 0 0 .5em;
    float: none;
    text-align: center;
    width: 75px;
    margin: 0 auto;
    letter-spacing: 3px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 10px;
}
.woocommerce ul.products li.product .star-rating{
	font-size: 9px;
	margin-top: 5px;
}

/***  Woocemmerce notification  ***/
#notification .success{
	padding: 21px 40px 21px 80px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 37px;
	right: 20px;	
	border-radius: 0px;
	z-index: 999999;
}
#notification .success{
	max-width: 350px;
}
#notification .success{
	background: #FFFFFF url(../images/success.png) 25px center no-repeat;
}
#notification .close{
	float: none;
    position: absolute;
    right: 10px;
    top: 8px;
	opacity: 0.8;
}
.main-holder .site-content .woocommerce-ordering{
	margin-bottom: 36px;
}
.woocommerce .woocommerce-result-count{
	margin-top: 13px;
}
.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
}

/***  Woocemmerce Price  ***/
.woocommerce .main-holder ul.products li.product .price .woocommerce-Price-amount{   
     font-size: 24px;
}
.woocommerce .price .woocommerce-Price-amount{   
    font-size: 22px;
	font-weight: 500;
}
.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .main-holder ul.products li.product .price del .woocommerce-Price-amount{
	font-size: 13px;
	text-decoration: line-through;
	color: #888888;
}

/***  Woocemmerce Singel page  ***/
.woocommerce div.product .product_title{
	font-weight: normal;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 30px;
    letter-spacing: 1px;
}
.woocommerce div.product .summary .woocommerce-product-rating{
    float: right;
}
.woocommerce .summary div[itemprop="description"]{
	margin-top: 15px;
}
.woocommerce .main-holder #content div.product .price del {
    color: #888888;
	font-size: 15px;
	display: inline-block;
}
.woocommerce .product_meta{
	padding-top: 17px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    font-size: 12px;
}
.woocommerce .summary .star-rating{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
.woocommerce .summary .compare.button {
	background-color: transparent;
	padding: 0;
    margin-left: 15px;
	font-weight: normal;
}
.woocommerce .main-holder #content .summary .compare.button:before {
	content: '\E81D';
    font-family: "tm-fixology-icons";
	padding-right: 5px;
}
.woocommerce .summary form.cart{
	margin-top: 30px;
}
.woocommerce .main-holder #content .woocommerce-error .button, 
.woocommerce .main-holder #content .woocommerce-info .button, 
.woocommerce .main-holder #content .woocommerce-message .button{
	color: #fff;
}
.summary .clear{
    display: none;
}
.woocommerce .main-holder #content div.product .yith-wcwl-add-to-wishlist{
	display: inline-block;
}
.single.woocommerce .main-holder #content .product .summary .add_to_wishlist:before {
	content: '\E838';
	font-family: "tm-fixology-icons";
	margin-right: 5px;
}
.single.woocommerce .main-holder #content .product .summary .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
   content: '\e81c';
   font-family: "tm-fixology-icons";
   margin-right: 5px;
}
.single .main-holder #content div.product div.thumbnails a{
    width: 70px;   
}
.woocommerce .product_meta .posted_in{	
	text-transform: uppercase;	
}
.woocommerce .product_meta .posted_in a{
	text-transform: none;	
}
.posted_in{
	font-weight: bold;
}
.posted_in a{
	font-weight: normal;
}
.single .main-holder div.product form.cart div.quantity {   
    margin: 0 10px 0 0;
}
.woocommerce .quantity .qty {
    height: 42px;
}
.single .main-holder #content .related.products h2,
.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
	font-size: 24px;
}
.single .main-holder #content .woocommerce-Reviews #comments ol.commentlist {
	padding-left: 0px;
}

/***  Woocemmerce Tab  ***/
.single .main-holder div.product .woocommerce-tabs ul.tabs li:after, 
.single .main-holder div.product .woocommerce-tabs ul.tabs li:before{
	display: none;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li {
    padding: 4px 18px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs:before,
.single .main-holder div.product .woocommerce-tabs ul.tabs li{
	border: none;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li{
	margin: 0 2px;
	border-radius: 0;
}
.single .main-holder #reviews #comments h2 {
    clear: none;
    margin-bottom: 20px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li a{
	font-weight: normal;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}
.single .main-holder #content div.product .woocommerce-Reviews .star-rating{    
	margin: 0;
	margin-top: 7px;
    float: right;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2{
	margin-bottom: 15px;
}
.single .main-holder #content div.product .woocommerce-tabs .panel{
	-webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-Reviews .select2-container {
    width: 154px !important;
}

/***  Woocemmerce Cart Page  ***/
.main-holder .site #content table.cart td.actions .input-text {
    width: 125px;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.cross-sells h2,
.cart_totals h2{
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;	
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	display: block;
}
.woocommerce form .form-row label{
	font-weight: normal;
}
.main-holder .site .cart-collaterals{
	margin-top: 60px;
}

/***  Woocemmerce Sidebar  ***/
.woocommerce ul.cart_list li{
    padding: 8px 0;
}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total{
    padding: 12px 0 0;
}
.woocommerce .widget_shopping_cart a.button{
	padding: 10px 16px;
}
.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating,
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating{
	width: auto;
	margin: 0;
}
.woocommerce ul.product_list_widget li img {
    width: 40px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -5px;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    font-weight: normal;
}
.widget .tagcloud a{
    font-size: 12px !important;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 7px;
    border: 1px solid #ddd;
}
.widget .tagcloud a:hover{
	color: #fff;
}
.tm-textcolor-dark .widget .tagcloud a{
    border-color: rgba(0, 0, 0, 0.7);
}
.widget .tagcloud a:hover,
.tm-textcolor-white .widget .tagcloud a:hover,
.tm-textcolor-dark .widget .tagcloud a:hover{
    border-color: transparent;
}
.woocommerce .widget_layered_nav ul li {
    padding: 0 0 12px;   
}
.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 38px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	 float: right;
    padding: 11px 17px;
    margin-top: -3px;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
}

/*** My wishlist ***/
.woocommerce .wishlist_table td.product-add-to-cart a{
	color: #fff;
	padding: 10px 0px;
}
.woocommerce table.shop_table {
    border-color: #ededed;
    border-radius: 0px;
	margin-top: 30px;
}
.woocommerce-cart .main-holder table.shop_table {
	margin-top: 0px;
}
.woocommerce table.wishlist_table {
    font-size: inherit;
}

/***  group_table  ***/
.woocommerce div.product form.cart table.group_table{
	width: auto;
    margin: 0;
    margin-bottom: 15px;
}
.woocommerce div.product form.cart table.group_table tr{
	border: none;
}
.woocommerce div.product form.cart table.group_table tr td{
    padding: 0 !important;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
    text-align: left;
}
.woocommerce div.product form.cart table.group_table tr td div.quantity{
	margin-bottom:  10px;
}
.woocommerce div.product form.cart table.group_table tr td ins{
	background-color: transparent;
}
.woocommerce div.product form.cart table.group_table tr td del{
	padding-left: 10px;
}
.woocommerce div.product form.cart table.group_table tr td .quantity .qty {
    width: 65px;
}
.woocommerce div.product .up-sells.products h2{
	font-size: 25px;
}


/*** 

====================================================================
	Pricing Table
====================================================================

 ***/ 
.rpt_plans .rpt_plan {
	border:2px solid transparent;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}
.main-holder .rpt_style_basic .rpt_plan .rpt_title,
.main-holder .rpt_style_basic .rpt_plan .rpt_head,
.rpt_plans .rpt_plan {
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_features .rpt_feature{
	padding: 20px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle {
    padding-top: 10px !important;
    padding: 10px 30px 10px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_description {
	padding: 0 20px 0px;
    color: rgba(255, 255, 255, 0.96);
}
.main-holder .rpt_4_plans.rpt_style_basic .rpt_plan {
    background-color: #323232;
}
.main-holder #content .rpt_4_plans.rpt_style_basic .rpt_plan .rpt_foot {
    padding: 0px;
    font-size: 19px;
    margin-top: 35px;    
    width: 150px;
    margin: 46px auto;
	margin-bottom: 35px;
	margin-top: 40px;
    font-size: 14px;
    border-radius: 0px;
    border: none ;
    height: 45px;
    width: 162px;
    line-height: 45px;
    color: #202020;
    background-color: #fff !important;
	font-weight: 500 ;
}
.main-holder .rpt_4_plans.rpt_style_basic .rpt_plan .rpt_foot:hover{
	opacity: 1 !important;;
	color: #fff !important;;	
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head {  
    background: #303030;
    border: 0px;
    padding-bottom: 30px;
    padding-top: 0px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_price sup{
    font-size: 25px;
    font-weight: normal;
    top: -17px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_price{
    color: #ffffff;
    font-size: 58px;
    font-weight: bold;
    text-shadow: none;
    line-height: 70px;
    padding: 0;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 18px;
    font-weight: 300;
    padding-top: 5px;
    line-height: 26px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_recurrence {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 0px 40px 10px;
    text-align: center;
    font-style: italic;
    color: rgba(255, 255, 255, 0.69);
}
.main-holder .rpt_style_basic .rpt_recommended_plan{
    top: 0px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_features {
    padding: 0;
    background: #fff;
}
.main-holder .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
    padding: 14px 10px;
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    color: #747474 !important;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_title {
	background: #303030;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    padding: 20px 10px 10px 10px;
    letter-spacing: 1px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_title img {
	display: none;
}
.main-holder #content .rpt_4_plans.rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_foot:hover{
	background-color: #202020 !important;
	color: #fff;
}
.rpt_custom_btn {
    padding-bottom: 40px !important;
	padding-top: 40px !important;
}
.rpt_custom_btn .tm-vc_general.tm-vc_btn3 {
	border: 1px solid;
}


/*** 

====================================================================
	404 Page
====================================================================

 ***/  
.error404 .site-main {
    padding-top: 0;
} 
section.error-404 {    
    padding: 150px 0px;
	text-align:center;
}
section.error-404 .tm-big-icon{
	font-size: 150px;	
}
section.error-404 .page-header{
	border-bottom: none;	
    margin-bottom: 0;
}
section.error-404 h1 {
    font-size: 95px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100%;
}
section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px;
} 
section.error-404 .search-form {
    position: relative;
	max-width: 390px;
    margin: 0 auto;
}
section.error-404 .search-form label {
    display: block;
}
section.error-404 .search-form .search-field {
    border-width: 2px;
    background-color: transparent;
} 
section.error-404 .search-form .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 0px 3px 3px 0px;
    background-image: url(../images/findicon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: 0.3;
}
.tm-sresults-no-content-w{
	padding-bottom: 60px;
	padding-top: 30px;
}
.tm-sresults-no-content-w h3{  
    font-size: 30px;
    line-height: 35px;  
}

/*** 

====================================================================
	Search Result Page
====================================================================

 ***/

.tm-sresult-form-wrapper {
	border-radius: 5px;
    padding: 22px 0px 0px;
    margin-bottom: 30px;
    color: #fff;
    border: 0; 
}
.tm-search-pagelist .tm-result-page-content{
	 padding-left: 33px;
	 padding-bottom: 10px;
}
.tm-search-pagelist li > h4{
	margin-bottom: 7px;
}
.tm-search-results-title a.label-default{
	padding: 5px 10px;
	position: relative;
    top: -3px;
}

/***  Search Select Box  ***/
.tm-search-select-box .select2-container{
	width: 100% !important;
}
.tm-search-select-box{
    width: 100%;
    position: relative;
    padding-right: 175px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff; 
}
.tm-search-select-box .select2-container--default .select2-selection--single{
    border: 1px solid rgba(229, 229, 229, 0.41);
    height: 50px;
    border-radius: 5px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 5px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent transparent;
}
.tm-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent; 
}
.tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn {
    color: #ffffff;
    border: 2px solid transparent;
    padding: 12px 27px;
    border-radius: 5px;
}
.tm-sresult-form-sbtbtn-wrapper{
	position: absolute;
	top: 0px;
	right: 0px;
}
.tm-search-main-box{	
    padding: 22px 25px 30px 25px;
    background-color: rgba(0, 0, 0, 0.10);
    margin: 14px;
	margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.tm-search-main-box:before {
    position: absolute;
    right: 76px;
    top: -14px;    
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid rgba(32, 32, 32, 0.09);
    content: " ";
}
.tm-search-text strong{
	padding-bottom: 10px; 
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.tm-search-results-title{
    font-weight: normal;
}
.tm-search-postlist li{
    list-style:none;
}
.tm-sresult-form-wrapper h2{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;   
    display: table-cell;
    width: 23%;
    margin-top: 0;
    vertical-align: middle;
}
.tm-sresult-form-wrapper h2 i{
	display: none;
}
body.search .tm-sresult-form-wrapper .search-form .search-field{
    border: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.10);
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    padding-left: 70px;
    text-align: left;
    width: 100%;
    height: 52px;
}
body.search .tm-sresult-form-wrapper .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form input.search-field:focus {
    background-color: rgba(32, 32, 32, 0.08);    
	color: #fff;
}
body.search .tm-sresult-form-wrapper .search-form input.search-field:focus {
    background-color: rgba(32, 32, 32, 0.08);    
	color: #fff;
}
.tm-sresult-form-wrapper .search-form {
    width: 62%;
    display: table-cell;
    position: relative;
}
.tm-sresult-form-wrapper .search-form:after {
    position: absolute;
    content: '\e825';
    font-family: "tm-fixology-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.12);
    height: 52px;
    display: block;
    width: 55px;
    top: 1px;
    text-align: center;
    padding-top: 15px;
    left: 0;
    border-radius: 5px 0px 0px 5px;
}
.tm-sresult-form-wrapper .search-form label{
	margin-bottom: 0;
    display: block;
}
.search .tm-sresult-form-wrapper .search-form .search-submit{
	 display: none;
}
.tm-sresult-form-top{
	position: relative;
    display: table;
    width: 100%;   
	padding:7px 25px 26px 25px;
}
.tm-sresults-settings-wrapper{
    width: auto;
    display: table-cell;
    position: relative;
	padding-left: 15px;
}
.tm-sresults-settings-wrapper a{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.10);
    display: block;
    padding: 14px 12px;
    border-radius: 5px;
	outline: none;
}
.tm-sresults-settings-wrapper a:hover,
.tm-sresults-settings-wrapper a.tm-sresult-btn-active{
    color: #fff;
}
.tm-search-eventlist .item .item-thumbnail:before{
	display: none;
}
.tm-search-list.tm-search-postlist{
	padding-left:0px;
}
.tm-sresults-first-row,
.tm-sresults-cta-wrapper{
	padding-bottom: 60px;
}
.tm-sresults-title-w h2{
	margin-bottom: 20px;
}
.search-results .tm-list.tm-list-style-icon li{
	position: relative;
	margin-bottom: 10px;
}

.tm-sresults-title small{
	display: inline-block;
    vertical-align: top;
}
.tm-sresults-title small a{
    font-weight: normal;   
    text-transform: uppercase;
    margin-top: 6px;
    display: inline-block;
    padding: 0px 13px;
    display: inline-flex;
/*     position: absolute; */
    font-size: 12px;
    line-height: 26px;
    height: 26px;
}
.search-results .thememount-box-team{
	margin-bottom: 30px;
}
.tm-sresults-title small a i{
	width: 8px;
    margin-left: -6px;
    padding-right: 17px;
}
.search-results .thememount-box-portfolio .thememount-post-item{
	margin-bottom: 30px;
}

/*** 

====================================================================
	BBpress-forums
====================================================================

 ***/

#bbpress-forums .bbp-forum-info .bbp-forum-content, 
#bbpress-forums p.bbp-topic-meta{
	font-size: inherit;
}
.bbpress-main-wrapper{
	margin-top: 25px;
	margin-bottom: 25px;
}
#bbpress-forums #bbp-search-form {
	margin-bottom:0px;
}
#bbp_search_submit {
	height: 35px;
	margin: 0 0px 20px 0;
	line-height: 12px;
}
.bbp-forum-title {
	font-size: 18px;
}
#bbpress-forums li {
	font-size: 13px;
}	
div.bbp-breadcrumb, div.bbp-topic-tags {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic {
	padding: 10px;
}
.wp-editor-container {
	border: 1px solid #dedede;
}
.wp-editor-container textarea.wp-editor-area {
	max-width:100%;
}
#subscription-toggle {
	float: right;
}
#bbpress-forums button, #bbpress-forums input[type="submit"], #sidebar button.button{
	-webkit-transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-ms-transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-o-transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
#bbpress-forums fieldset.bbp-form label {
	font-size: 13px;
}
#bbpress-forums ul li.bbp-header{
	border: 0;
}
#bbpress-forums a.bbp-topic-permalink{
	font-size:16px;
}
#bbpress-forums a.bbp-topic-permalink, #content #bbpress-forums .status-closed, #content #bbpress-forums .status-closed a{
	color: #2d2d2d;
}
#bbpress-forums ul li.bbp-header a{
	color: #fff;
}
#bbpress-forums ul li.bbp-header a:hover{
	text-decoration: underline;
}
#sidebar .bbp-login-form div.bbp-remember-me label{
	width: auto;
}
#sidebar .bbp-submit-wrapper button.button:hover{
	background: #fff;
	color: #2d2d2d;
}
#sidebar .bbp-login-form .bbp-submit-wrapper{
	float: left;
	width: 55%;
	text-align: left;
}
#sidebar .bbp-login-links{
	float: right;
	width: 45%;
	padding-top: 12px;
}
#sidebar .bbp_widget_login #user_login, 
#sidebar .bbp_widget_login #user_pass{
	width:90%;
}
.bbpress-main-wrapper #main{
	float:right;
}
.bbpress-main-wrapper #sidebar{
	float:left;
}
#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    width: 201px;
    padding: 8px 8px;   
    float: left;
    height: 38px;
}
#bbp_search_submit {
    height: 38px;
    margin: 0 0px 20px 5px;
    line-height: 38px;
    display: inline-block;
    padding: 0 30px;
}
#bbpress-forums p.bbp-topic-meta img.avatar, 
#bbpress-forums ul.bbp-reply-revision-log img.avatar, 
#bbpress-forums ul.bbp-topic-revision-log img.avatar, 
#bbpress-forums div.bbp-template-notice img.avatar, 
#bbpress-forums .widget_display_topics img.avatar, 
#bbpress-forums .widget_display_replies img.avatar {
	float: none;
	margin-bottom: 0px;
	border: 3px double #ddd;
	width: 19px;
}
#bbpress-forums li.bbp-header {
	background: #f7f7f7;
}
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results {
	border: 1px solid #eaeaea;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	border-top: 1px solid #eaeaea;
}
#bbpress-forums ul li.bbp-header, #bbpress-forums button, .bbp-submit-wrapper .button, .widget .bbp-logged-in .button{
	color:#fff;
}
#bbpress-forums button, .bbp-submit-wrapper .button, .widget .bbp-logged-in .button{
	border: 1px solid transparent;
	display:inline-block;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	padding: 10px;	
}
div.bbp-template-notice.info{
	border: 1px solid #eaeaea ;
	background-color: #f7f7f7;
	border-radius:0px;
}
.widget_display_stats dl:before, 
.widget_display_stats dl:after {
	display: table;
	line-height: 0;
	content: "";
}
.widget_display_stats dl:after {
	clear: both;
}
.widget_display_stats dl{
	margin:0px;
}
.widget_display_stats dl dt {
	float: left;
	width: 50%;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal !important;
	margin-bottom: 6px;
}
.widget_display_stats dl dd {
	margin-left: 60%;
	margin-bottom: 6px;
	text-align: right;
}

/* Search widget --------------------------------*/ 
.search-form .search-submit {
	display: block;
}
.widget #bbp-search-form{
	position:relative;
}
.widget .search-form label{
	display:block;
}
.widget #bbp-search-form input[type="text"]{
	width:100%;
	border:1px solid #eaeaea;
	height:43px;
	border-radius: 0px;
	padding-right:30px;
	background:#f5f6f8;
	box-shadow:none;	
}
.widget #bbp-search-form  #bbp_search_submit{
	position:absolute;
	top:0px;
	right:0px;
	background:none;
	box-shadow:none;
	border-bottom:none;
	text-indent:-999px;	
}
.widget #bbp-search-form:after{
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	opacity: .8;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	font-size: 14px;	
}
.widget #bbp-search-form:after{
	content: "\f002";	
	position: absolute;
	top: 15px;
	right: 12px;
}
.widget .bbp-forum-title{
	font-size:14px;
}
.bbp-login-form fieldset {
	border: 1px solid #e9e9e9;
	margin: 0 2px;
	padding: 6px 15px;
	background-color: #f5f6f8;
	padding-bottom: 22px;
}
.bbp-submit-wrapper .button,
.widget .bbp-logged-in .button{
	margin:0px;
	margin-bottom:10px;
	padding: 10px 20px;
}
.bbp-login-form .bbp-login-links {
	margin-top: 8px;
}
.bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input {
	padding: 10px 10px;
}
.bbp-login-form label {
	font-weight: normal;
}
.bbp-breadcrumb-sep {
    padding: 0 5px;
}

/* ==========================================================================
White Color Section
========================================================================== */

/*
* ====== Text White Color ======
*/

/*** Tweeter Section ***/
.tm-bgcolor-skincolor .tm-sc-twitterbox-followus-text small,
.tm-bgcolor-darkgrey .tm-sc-twitterbox-followus-text small,

.tm-bgcolor-darkgrey ul.fixology_contact_widget_wrapper li a,
.tm-bgcolor-skincolor ul.fixology_contact_widget_wrapper li a,

.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-skincolor.tm-vc_cta3-style-flat .tm-vc_cta3-content-header,

/*** Headign white color  ***/
.vc_column-inner.tm-col-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,

.tm-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,

.tm-bgcolor-darkgrey .tm-custom-heading,
.tm-bgcolor-skincolor .tm-custom-heading,

.tm-col-bgcolor-darkgrey .tm-custom-heading,
.tm-col-bgcolor-skincolor .tm-custom-heading,
.vc_progress_bar.vc_progress-bar-color-skincolor .vc_single_bar .vc_label,

/***  Portfolio section ***/ 
.thememount-boxes .thememount-box-content.thememount-overlay .thememount-icon-box a:hover,
/***  Tab content section  ***/
.tm-bgcolor-darkgrey .tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a,
.tm-bgcolor-darkgrey .tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab>a,
.tm-bgcolor-skincolor .tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a,
.tm-bgcolor-skincolor .tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab>a,
.tm-bgcolor-skincolor .tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab.vc_active>a,
.tm-bgcolor-skincolor .tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover,

.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-skincolor.tm-vc_cta3-style-3d,

/***  Servicebox section  ***/
.tm-sbox:hover .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-background-color-grey.tm-vc_icon_element-outline .tm-vc_icon_element-icon,

/***  Vcbutton section  ***/
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor.tm-vc_btn3-style-outline:hover,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor:hover, 
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor,

/***  Blogbox section  ***/
.thememount-blog-box-view-content-overlay .tm-entry-meta-wrapper .tm-entry-meta .tm-meta-line a:hover, 
.thememount-blog-box-view-content-overlay .thememount-box-desc-text,
.thememount-box-blog .tm-featured-outer-wrapper .thememount-box-post-date,
.thememount-box-blog .tm-featured-outer-wrapper .thememount-box-post-date a,

article.thememount-blogbox-format-link .tm-format-link-title a,
article.post.format-link .tm-format-link-title a,
.thememount-box-blog-classic .thememount-blogbox-footer-readmore a,
.thememount-box-blog-classic .more-link-wrapper a.more-link,
.tm-bgcolor-skincolor .tm-entry-meta a:hover,
.tm-bgcolor-darkgrey .tm-entry-meta a:hover,
.tm-format-link-url a:hover,
.tm-post-format-quote a:hover,
.tm-post-format-quote a:hover:after,

.tm-bgcolor-skincolor .thememount-blogbox-footer-readmore a,
.tm-bgcolor-skincolor .thememount-box-content h4 a,
.tm-bgcolor-darkgrey .thememount-blogbox-footer-readmore a,
.tm-bgcolor-darkgrey .thememount-box-content h4 a,
.tm-col-bgcolor-darkgrey .thememount-box-content h4 a,
.tm-col-bgcolor-skincolor .thememount-box-content h4 a,
.tm-col-bgcolor-skincolor .thememount-blogbox-footer-readmore a,
.tm-col-bgcolor-darkgrey .thememount-blogbox-footer-readmore a,
.tm-col-bgcolor-skincolor .thememount-box-content .tm-entry-meta a:hover,
.tm-col-bgcolor-darkgrey .thememount-box-content .tm-entry-meta a:hover,

.thememount-blog-box-view-content-overlay .thememount-box-content,
.tm-bgcolor-skincolor .thememount-box-blog .thememount-box-content .thememount-box-post-date a:hover,
.tm-bgcolor-darkgrey .thememount-box-blog .thememount-box-content .thememount-box-post-date a:hover,

/***  Social round icon  ***/
.tm-round-social-icon .thememount-social-links-wrapper .social-icons li:hover a,

/***  Service box Main Heading  ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-skincolor.tm-sbox h2,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-darkgrey.tm-sbox h2,
div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .tm-sbox h2,
div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .tm-sbox h2,

.tm-bgcolor-skincolor .vc_row .tm-sbox h2,
.tm-bgcolor-darkgrey .vc_row .tm-sbox h2,

.site-main .tm-dcap-color-skincolor,
.tm-bgcolor-darkgrey .tm-team-social-links a,

/***  Woocommerce  ***/
.single .main-holder div.product .woocommerce-tabs ul.tabs li.active a,

.tm-bgcolor-skincolor .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content h4 a,
.tm-bgcolor-skincolor .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content h4,
.tm-bgcolor-skincolor .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content h4 a:hover{
	color: #fff;
}


/*
* ====== Text White(Little Light) Color ======
*/

/***  Blogbox section  ***/
.thememount-box-view-content-overlay .thememount-blogbox-footer-readmore a:hover,
.thememount-box-view-content-overlay .thememount-box-content h4 a:hover,

/***  Portfolio section  ***/

body .tm-bgcolor-skincolor .thememount-box-content h4 a:hover,
body .tm-bgcolor-skincolor .thememount-blogbox-footer-readmore a:hover,
body .tm-col-bgcolor-skincolor .thememount-box-content h4 a:hover,

/*** Subheading light white color  ***/
.vc_column-inner.tm-col-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h4,
.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h4,

.tm-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4,
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4,

/***  Service box Sub Heading  ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-skincolor.tm-sbox h4,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-darkgrey.tm-sbox h4,

div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .tm-sbox h4,
div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .tm-sbox h4,

.tm-bgcolor-skincolor .vc_row .tm-sbox h4,
.tm-bgcolor-darkgrey .vc_row .tm-sbox h4,

.tm-bgcolor-skincolor .tm-entry-meta .tm-meta-line i,
.tm-col-bgcolor-skincolor .tm-entry-meta .tm-meta-line i {
	color: rgba(255, 255, 255, 0.85);
}


/*
* ====== Text White(Light) Color ======
*/

/* Blogbox section  ***/
.thememount-blog-box-view-content-overlay .tm-entry-meta-wrapper .thememount-meta-details, 
.thememount-blog-box-view-content-overlay .tm-entry-meta-wrapper .tm-entry-meta .tm-meta-line,
.thememount-blog-box-view-content-overlay .tm-entry-meta-wrapper .tm-entry-meta .tm-meta-line a, 
.thememount-blog-box-view-content-overlay .tm-entry-meta-wrapper .tm-entry-meta .tm-meta-line i,

/***  Portfolio section  ***/

/***  Heading Description text   ***/
.tm-bgcolor-skincolor .thememount-boxes-blog .thememount-box-desc-text,
.tm-col-bgcolor-skincolor .thememount-boxes-blog .thememount-box-desc-text,

.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,
.vc_column-inner.tm-col-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,

.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,
.tm-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,

.tm-bgcolor-darkgrey .wpb_text_column,
.tm-bgcolor-skincolor .wpb_text_column,

div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .wpb_text_column,
div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .wpb_text_column,

/***  Service box Description  ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-skincolor.tm-sbox .tm-cta3-description,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-darkgrey.tm-sbox .tm-cta3-description,

div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .tm-sbox .tm-cta3-description,
div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .tm-sbox .tm-cta3-description,

.tm-bgcolor-skincolor .vc_row .tm-sbox .tm-cta3-description,
.tm-bgcolor-darkgrey .vc_row .tm-sbox .tm-cta3-description,

.tm-row.tm-bgcolor-darkgrey .tm-sbox.tm-sbox-bgcolor-transparent a,
.tm-row.tm-bgcolor-skincolor .tm-sbox.tm-sbox-bgcolor-transparent a,

.tm-post-format-quote a,
.tm-post-format-quote a:after{
	color: rgba(255, 255, 255, 0.80);
}

.tm-bgcolor-skincolor .tm-entry-meta .tm-meta-line,
.tm-bgcolor-darkgrey .tm-entry-meta .tm-meta-line,

/***  Team Section  ***/
.tm-bgcolor-skincolor .thememount-box-view-topimage-bottomcontent .thememount-box-content .tm-short-desc,
.tm-bgcolor-skincolor .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-footer,


/***  Portfolio section ***/
.tm-bgcolor-darkgrey .thememount-box-view-top-image .thememount-box-portfolio .thememount-box-category a,
.tm-bgcolor-skincolor .thememount-box-view-top-image .thememount-box-portfolio .thememount-box-category a,

/***  Blogbox section  ***/
.tm-bgcolor-skincolor .tm-entry-meta a,
.tm-col-bgcolor-skincolor .tm-entry-meta a,
.tm-bgcolor-darkgrey .tm-entry-meta a,
.tm-bgcolor-skincolor .thememount-box-blog .thememount-box-content .thememount-box-post-date a,
.tm-bgcolor-darkgrey .thememount-box-blog .thememount-box-content .thememount-box-post-date a,
.tm-col-bgcolor-skincolor .thememount-box-blog .thememount-box-content .thememount-box-post-date a,
.tm-col-bgcolor-darkgrey .thememount-box-blog .thememount-box-content .thememount-box-post-date a,
.site-footer.tm-bgcolor-darkgrey ul.tm-recent-post-list li .post-date,

.tm-format-link-url a,

.tm-bgcolor-skincolor .thememount-meta-details, 
.tm-bgcolor-skincolor .thememount-meta-details a, 
.tm-bgcolor-skincolor .thememount-meta-details i,
.tm-bgcolor-darkgrey .thememount-meta-details, 
.tm-bgcolor-darkgrey .thememount-meta-details a, 
.tm-bgcolor-darkgrey .thememount-meta-details i {    
	color: rgba(255, 255, 255, 0.45);
}
.tm-bgcolor-skincolor .thememount-box-blog .thememount-box-content .thememount-box-post-date:after,
.tm-col-bgcolor-skincolor .thememount-box-blog .thememount-box-content .thememount-box-post-date:after {
	background-color: rgba(255, 255, 255, 0.45);
}

/*** 
* ====== Background White Color ======
*/

/***  Testimonials Section  ***/
.tm-bgcolor-skincolor .thememount-box-view-default .thememount-box-author .thememount-box-img .thememount-icon-box{
	background-color: #fff;
}


/* ==========================================================================
Dark Color Section
========================================================================== */


/*
* ====== Text Dark Color ======
*/

.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-grey.tm-vc_cta3-style-classic .tm-vc_cta3-content-header h2,
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-grey.tm-vc_cta3-style-flat .tm-vc_cta3-content-header,
.thememount-box-portfolio .thememount-box-bottom-content h4 a,

.tm-publised-in-wrapper span.post-title,

/***  Team Member  ***/
.tm-team-member-single-category,
.tm-team-member-single-category a,
.tm-team-details-list .tm-team-list-value a,
.tm-team-social-links a,
.tm-bgcolor-darkgrey .thememount-box-view-left-image .thememount-box-title a,
.tm-bgcolor-darkgrey .thememount-team-box-view-overlay .thememount-box-title a,

/***  Blog comment  ***/
.tm-comment-owner,
.tm-comment-owner a,
.comment-reply-link:hover,

/***  Testimonials Section  ***/
.testimonial_item .thememount-author-name a:hover,
.thememount-box-view-default .thememount-box-author .thememount-author-name,

/***  Portfolio section ***/
.tm-social-share-wrapper,
.thememount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details,
.thememount-box-view-top-image .thememount-box-bottom-content .thememount-box-category a:hover,

/***  Tab content section  ***/
.tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a,
.tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab>a,

/***  Teammember section  ***/
.tm-bgcolor-skincolor .thememount-box-team .thememount-box-content h4 a,
.thememount-box-team.thememount-box-view-top-image .thememount-box-content h4 a,
.thememount-team-box-view-overlay .thememount-box-social-links ul a,

/***  Blogbox section  ***/
.thememount-box-content h4 a,
.tm-bgcolor-darkgrey .thememount-box-view-right-image .thememount-box-content h4 a,
.thememount-post-readmore a,
.tm-bgcolor-skincolor .thememount-blogbox-footer-readmore a:hover,
.tm-bgcolor-skincolor .thememount-box-content h4 a:hover,
.thememount-meta-details a:hover,
.tm-entry-meta a:hover,
.logged-in-as a:hover,
.tm-bgcolor-skincolor .thememount-blog-box-view-content-overlay .thememount-box-content .thememount-box-title h4 a,
.tm-bgcolor-darkgrey .thememount-blog-box-view-content-overlay .thememount-box-content .thememount-box-title h4 a,
.vc_column-inner.tm-col-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.vc_column-inner.tm-col-bgcolor-white .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,

/***  Service box Main Heading  ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-white.tm-sbox h2,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-grey.tm-sbox h2,

div .vc_row .vc_column-inner.tm-col-bgcolor-white .tm-sbox h2,
div .vc_row .vc_column-inner.tm-col-bgcolor-grey .tm-sbox h2,

.tm-bgcolor-white .vc_row .tm-sbox h2,
.tm-bgcolor-grey .vc_row .tm-sbox h2,

/***  Woocommerce  ***/

.woocommerce table.wishlist_table thead th .nobr,
.single .main-holder div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .product_meta .posted_in,
.single .main-holder #content .summary .compare.button,

/***  Evetns Calendar  ***/
.tribe-events-list-separator-month,
.widget.fixology_category_list_widget .widget-title,
.widget.fixology_category_list_widget li a{
	color: #202020;
}


/*
* ====== Text Dark (Little Light) Color ======
*/
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-grey.tm-vc_cta3-style-classic .tm-vc_cta3-content-header h4,
.tweet-details a,
.vc_column-inner.tm-col-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h4,
.vc_column-inner.tm-col-bgcolor-white .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h4,

/***  Service box Sub Heading  ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-white.tm-sbox h4,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-grey.tm-sbox h4,

div .vc_row .vc_column-inner.tm-col-bgcolor-white .tm-sbox h4,
div .vc_row .vc_column-inner.tm-col-bgcolor-grey .tm-sbox h4,

.tm-bgcolor-white .vc_row .tm-sbox h4,
.tm-bgcolor-grey .vc_row .tm-sbox h4{
	color: rgba(0, 0, 0, 0.85);
}


/*
* ====== Text Dark(Light) Color ======
*/

.vc_column-inner.tm-col-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content p,
.vc_column-inner.tm-col-bgcolor-white .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content p,

/***  Service box Description  ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-white.tm-sbox .tm-cta3-description,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-grey.tm-sbox .tm-cta3-description,

div .vc_row .vc_column-inner.tm-col-bgcolor-white .tm-sbox .tm-cta3-description,
div .vc_row .vc_column-inner.tm-col-bgcolor-grey .tm-sbox .tm-cta3-description,

.tm-bgcolor-white .vc_row .tm-sbox .tm-cta3-description,
.tm-bgcolor-grey .vc_row .tm-sbox .tm-cta3-description{
	color: #646464;
}



/* ==========================================================================
White text color Section
========================================================================== */
.tm-textcolor-white h1,
.tm-textcolor-white h2,
.tm-textcolor-white h3,
.tm-textcolor-white h4,
.tm-textcolor-white h5,
.tm-textcolor-white h6,
.tm-textcolor-white .tm-vc_cta3-content-header h2{
	color: rgba(255, 255, 255, 1) !important;
}
.tm-textcolor-white .tm-vc_cta3-content-header h4{
	color: rgba(255, 255, 255, 0.65) !important;
}
.tm-textcolor-white .tm-vc_cta3-content .tm-cta3-description{
	color: rgba(255, 255, 255, 0.50) !important;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-skincolor.tm-vc_cta3-style-flat .tm-cta3-content-wrapper,
.tm-textcolor-white{
	color: rgba(255, 255, 255, 0.85);
}
.footer .tm-textcolor-white {
	color: rgba(255, 255, 255, 0.52);
}
.tm-textcolor-white a{
	color: rgba(255, 255, 255, 1);
}
.footer .tm-textcolor-white .widget .woocommerce-product-search .search-field, 
.footer .tm-textcolor-white .widget .search-form .search-field {
    border-color: rgba(255, 255, 255, 0.07);  
}
.tm-textcolor-white .widget .woocommerce-product-search input[type="submit"], 
.tm-textcolor-white .widget .search-form .search-submit {
    background-image: url(../images/findicon-white.png);
}
.main-holder .tm-textcolor-white ul.product_list_widget > li, 
.tm-textcolor-white ul.tm-recent-post-list > li {
    border-top-color: rgba(255, 255, 255, 0.07);
}



/* ==========================================================================
Dark text color Section
========================================================================== */
.tm-textcolor-darkgrey h1,
.tm-textcolor-darkgrey h2,
.tm-textcolor-darkgrey h3,
.tm-textcolor-darkgrey h4,
.tm-textcolor-darkgrey h5,
.tm-textcolor-darkgrey h6,
.tm-textcolor-darkgrey .tm-vc_cta3-content-header h2{
	color: #202020 !important;
}
.tm-textcolor-darkgrey .tm-vc_cta3-content-header h4{
	color: rgba(0, 0, 0, 0.65) !important;
}
.tm-textcolor-darkgrey .tm-vc_cta3-content .tm-cta3-description{
	color: rgba(0, 0, 0, 0.50) !important;
}
.tm-textcolor-darkgrey{
	color: rgba(0, 0, 0, 0.50);
}
.tm-textcolor-darkgrey a{
	color: rgba(0, 0, 0, 0.80);
}
.main-holder .tm-textcolor-dark ul.product_list_widget > li, 
.tm-textcolor-dark ul.tm-recent-post-list > li {
    border-top-color: rgba(0, 0, 0, 0.07);
}

/* ==========================================================================
Grey text color Section
========================================================================== */
.tm-textcolor-grey h1,
.tm-textcolor-grey h2,
.tm-textcolor-grey h3,
.tm-textcolor-grey h4,
.tm-textcolor-grey h5,
.tm-textcolor-grey h6,
.tm-textcolor-grey .tm-vc_cta3-content-header h2{
	color: #c0c0c0 !important;
}
.tm-textcolor-grey .tm-vc_cta3-content-header h4{
	color: rgba(192, 192, 192, 0.90) !important;
}
.tm-textcolor-grey .tm-vc_cta3-content .tm-cta3-description{
	color: rgba(192, 192, 192, 0.60) !important;
}
.tm-textcolor-grey{
	color: rgba(192, 192, 192, 0.60);
}
.tm-textcolor-grey a,
.tm-icolor-grey i{
	color: rgba(192, 192, 192, 0.80);
}

/*
* ====== Border White light ======
*/

/***  Accordion section  ***/
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after, 
.wpb-js-composer .vc_general.vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before{
	border-color: #fff;
}

/***  Heading White Sep line   ***/
.vc_column-inner.tm-col-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,

/***  Accordion section  ***/
.tm-bgcolor-skincolor .thememount-box-blog .tm-entry-meta-wrapper,
.tm-bgcolor-darkgrey .thememount-box-blog .tm-entry-meta-wrapper,
.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left.vc_tta-panel-title > a:before,
.tm-bgcolor-skincolor .thememount-box-meta,
.tm-bgcolor-darkgrey .thememount-box-meta{
    border-color:  rgba(255, 255, 255, 0.28);
}

/***  Heading Grey Sep line   ***/
.vc_column-inner.tm-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
	border-color: rgba(122, 122, 122, 0.26);
}

/***  Grey border color  ***/
.tm-bgcolor-grey .thememount-box-meta {
    border-color: #E6E6E6;
}

/*** VC Colum ***/
.tm-span > .vc_column-inner {	
	 z-index: 11;
}
.tm-col-bg .wpb_wrapper{
	position: relative;
}
.tm-right-span .vc_column-inner,
.tm-left-span .vc_column-inner {
    background-image: none !important;
}
.tm-left-span .tm-col-wrapper-bg-layer{
	width: auto;
    margin-left: -300px;
    right: 0;
}
.tm-right-span .tm-col-wrapper-bg-layer{
	width: auto;
    margin-right: -300px;
    left: 0;
	right: 0;
}
.tm-right-span .tm-bg-layer-inner,
.tm-left-span .tm-bg-layer-inner{
	position: absolute;
    width: 100%;   
    height: 100%;
	top:0;
}
.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-col-bgcolor-yes .tm-bg-layer-inner{
	position: absolute;
    width: 100%;   
    height: 100%;
}
span.edit-link {
	display: block;
	padding: 20px 0;
}
.edit-link a {
	background: #ececec;
	padding: 10px 20px;
	display: inline-block;
	color: #6b6b6b;
}
.tm-page-loader-wrapper {
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-repeat: no-repeat;
	background-position: center center;
}
.thememount-box-team .thememount-box-footer,
.tm-short-desc,
.thememount-box-desc-text,
.tm-bgcolor-darkgrey .thememount-box-view-right-image .tm-entry-meta a {
	color: #646464;
}

/*** Contact form ***/
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
.wpcf7-form div.wpcf7-validation-errors {
	background: red;
	border: none;
	color: white;
	padding: 8px 16px;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
	background: green;
	border: none;
	color: white;
	padding: 8px 16px;
}
/*End Csss*/


/*** Pricelist Box  ***/

ul.tm-pricelist-block {
	padding: 0px;
	font-size: 14px;
}
.tm-row-bgtype-skin ul.tm-pricelist-block li, .tm-row-bgtype-dark ul.tm-pricelist-block li, 
.tm-col-bgcolor-skin ul.tm-pricelist-block li, .tm-col-bgcolor-dark ul.tm-pricelist-block li {
	border-bottom: 1px solid rgba(255,255,255,0.16);
}
ul.tm-pricelist-block li {
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	padding: 9px 0px;
}
ul.tm-pricelist-block li .service-price {
	float: right;
}
ul.tm-pricelist-block li {
    font-size: 18px;
    line-height: 35px;
    color: #010101;
	 font-weight: 700;
}


/***  Testimonial left image  ***/
.thememount-boxes-testimonial.thememount-boxes-view-slickview .thememount-box-desc blockquote:before{
	font-size: 31px;
	-webkit-transform:translateX(-50%);
	content: '\e82c';
    font-family: "tm-fixology-icons";
   display: inline-block;
   left: 0px;
   position:absolute;  
}

/***  Servicebox Right Border  ***/
.tm-services-box-border-right .tm-sbox {
   border-right: 1px solid  rgba(255, 255, 255, 0.14);
   padding-bottom:0px
}
.tm-services-box-separator.tm-bgcolor-grey .wpb_column.vc_column_container,
.tm-services-box-separator .wpb_column.vc_column_container {
    border-right: 1px solid rgba(0, 0, 0, 0.11);
    padding-top: 15px;
    padding-bottom: 5px;
}
.tm-services-box-separator .tm-sbox .tm-vc_cta3-container {
	margin-bottom:0px;
}
.tm-services-box-separator.tm-bgcolor-skincolor .wpb_column.vc_column_container,
.tm-services-box-separator.tm-bgcolor-darkgrey .wpb_column.vc_column_container{
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    padding-top: 15px;
    padding-bottom: 5px;
}
.tm-services-box-separator .wpb_column.vc_column_container:last-child {
 	border-right: none;
}
.tm-sbox-col-padding {
	padding:105px 300px 80px 100px;
}
.thememount-post-left .entry-date {
    font-size: 30px;
    display: block;
    line-height: 25px;
    font-weight: 500;
	padding-top: 6px;
}

/***   Testimonial Default  ***/
.thememount-boxes-view-slickview .testimonial_wrapper .slick-arrow,
.thememount-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
	background:transparent;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.38);
    width: 40px;
    height: 40px;
	line-height: 50px;
}
.tm-bgcolor-skincolor .thememount-boxes-view-slickview .testimonial_wrapper .slick-arrow,
.tm-bgcolor-skincolor .thememount-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover,

.tm-bgcolor-darkgrey .thememount-boxes-view-slickview .testimonial_wrapper .slick-arrow,
.tm-bgcolor-darkgrey .thememount-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
	border: 1px solid rgba(255, 255, 255, 0.45);
}
.thememount-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.thememount-boxes-view-slickview .testimonial_wrapper .slick-next:before {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.38);
}
.tm-bgcolor-skincolor .thememount-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
	border: 1px solid rgba(0, 0, 0, 0.55);
}

.thememount-boxes-view-slickview .testimonial_wrapper .slick-prev,
.thememount-boxes-view-slickview .testimonial_wrapper .slick-next {
	top: 59%;
}
.thememount-boxes-testimonial.thememount-boxes-view-slickview .thememount-box-desc .thememount-testimonial-text {
	position:relative;
	z-index: -1;
}
.tm-bgcolor-skincolor .thememount-boxes-testimonial.thememount-boxes-view-slickview .thememount-box-desc .thememount-testimonial-text,
.tm-bgcolor-skincolor .testimonial_item .thememount-author-name,
.tm-bgcolor-skincolor .testimonial_item .thememount-author-name a,
.tm-bgcolor-skincolor .testimonial_item .thememount-box-footer,
.tm-bgcolor-darkgrey .testimonial_item .thememount-author-name a:hover {
	color: rgba(255, 255, 255, 0.78);
}
.thememount-boxes-testimonial.thememount-boxes-view-slickview .thememount-box-desc blockquote:before {
    position: inherit;
    top: 0px;
    left: 6px;
    padding-left: 0px;
    content: '\e805';
    font-family: "tm-fixology-icons";
    right: 0px;
    z-index: 9999;
    font-size: 32px;
}
.thememount-boxes-testimonial.thememount-boxes-view-slickview .thememount-box-desc blockquote:before {
	opacity:0.3;
}

/***  Portfolio Likes  ***/
.tmicon-fa-heart-o::before {
    content: "\f08a";
}
.tmicon-fa-heart:before {
    content: "\f004";
}
[class^="tmicon-fa-"]:before, [class*="tmicon-fa-"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.thememount-portfolio-likes-wrapper {
	width: 50px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 28px;
	opacity: 0.8;
}
div.thememount-portfolio-likes-wrapper .like-active {
	cursor: default;
}
a.thememount-portfolio-likes {
	color: #fff;
	padding: 5px;
}

/***  Teammember top image bottom content  ***/
.thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content {
	left: 0px;
    right: 0;
    opacity: 1;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 25px 10px;
    position: inherit;
    background-color: #f7f7f7;
    bottom: 1px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.thememount-box-view-topimage-bottomcontent .thememount-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.90);
    height: 100%;
    width: 100%;
}
.thememount-box-view-topimage-bottomcontent:hover .thememount-overlay,
.thememount-box-view-topimage-bottomcontent:hover .thememount-overlay a {
    opacity: 1;
}
.thememount-box-view-topimage-bottomcontent:hover .thememount-overlay a {
	margin-top: -45px;
}
.thememount-box-view-topimage-bottomcontent .thememount-overlay a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 44px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    margin-left: -22px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
}
.thememount-box-view-topimage-bottomcontent:hover .thememount-overlay a:hover {
	background-color:#333333;
}  
.tm-bgcolor-grey .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.tm-bgcolor-darkgrey .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content {
    background-color: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.tm-bgcolor-skincolor .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content {
    background-color: rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(255, 255, 255, 0);
}
.thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content .tm-short-desc {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin-top: 14px;
    padding-top: 14px;
}
.tm-bgcolor-darkgrey .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content .tm-short-desc,
.tm-bgimage-yes .thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-content .tm-short-desc  {
    border-top: 1px solid rgba(255, 255, 255, 0.08);	
}
.tm-bgcolor-skincolor .thememount-box-view-topimage-bottomcontent .thememount-box-social-links ul a:hover {
    background-color: rgba(0, 0, 0, 0.66);
}
.thememount-box-view-left-image .thememount-box-img-left:hover .thememount-item-thumbnail-inner img {
	-webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -ms-filter: brightness(40%);
    filter: brightness(40%);
}
.thememount-box-team.thememount-box-view-topimage-bottomcontent .thememount-box-footer {
    color: #a0a0a0;
    font-style: italic;
}
.thememount-box-team.thememount-box-view-left-image .thememount-box-social-links {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity:0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.thememount-box-view-left-image .thememount-box-img-left:hover .thememount-box-social-links {
    opacity:1;
    bottom: 43%;
}
.thememount-box-view-topimage-bottomcontent .thememount-box-social-links ul li,
.thememount-box-team.thememount-box-view-left-image .thememount-box-social-links ul li {
    display: inline-block;
    margin: 0px 3px 0px 3px;
}
.thememount-box-view-topimage-bottomcontent .thememount-box-social-links {
	margin-top: 15px;
    padding-bottom: 5px;
}
.thememount-box-view-topimage-bottomcontent .thememount-box-social-links ul a {
	display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    line-height: 32px;
    background-color: #333333;
} 
.thememount-box-team.thememount-box-view-left-image .thememount-box-social-links ul a{
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    line-height: 35px;
}
.thememount-box-team.thememount-box-view-left-image .thememount-box-social-links ul a:hover,
.thememount-teambox-style2.thememount-team-box-view-overlay .thememount-box-social-links ul a:hover {
	background-color: #fff;
	color: #0a0c0e;
}
.thememount-box-view-topimage-bottomcontent .tooltip-top:after, 
.thememount-box-view-topimage-bottomcontent .tooltip:after, 
.thememount-box-view-topimage-bottomcontent [data-tooltip]:after {
    margin-left: -64px;
}
.thememount-box-view-topimage-bottomcontent .tooltip:after,
.thememount-box-view-topimage-bottomcontent [data-tooltip]:after {
	width: 130px;
	font-size: 13px;
} 

/***  Footer Social Bar  ***/
.tm_foter_social_bar ul.tm-socialbox-links-wrapper {
     box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.tm_foter_social_bar ul.tm-socialbox-links-wrapper li {
    flex: 1;
    margin-bottom: 0px;
    padding: 0px;
}
.site-footer .tm_foter_social_bar .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	transition: opacity .35s ease-in-out;
    height: 70px;
    line-height: 70px;
    width: 100%;
    border-radius: inherit;
	-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;
	transition: all 0.5s ease-in-out 0s;
}
.tm_foter_social_bar .thememount-socialbox-wrapper .tm-socialbox-i-wrapper i.tm-fixology-icon-gplus {
    padding-right: 7px;
}	
.tm_foter_social_bar .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link i {
	font-size: 22px;
}
.site-footer .tm_foter_social_bar .thememount-socialbox-wrapper .frame-hover {
    width: 100%;
    height: 100%;
    border: 8px solid #000;
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=20);
    z-index: 1;
    -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;
    transition: all 0.5s ease-in-out 0s;
}
.site-footer .tm_foter_social_bar .thememount-socialbox-wrapper .social-icons {
    padding: 0px;
}
.site-footer .tm_foter_social_bar .thememount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link:hover .frame-hover {
	opacity: 0.2;
	transition: all 0.9s ease;
}

/***  Footer Twiiter Widget  ***/
.widget_latest_tweets_widget p.tweet-text:before {
    content: "\f099";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    position: absolute;
    left: 0px;
    padding-top: 5px;
}
.widget.widget_latest_tweets_widget ul > li {
    position: relative;
    padding: 0px 0px 15px 35px;
}
/***  blogbox default hover effect for screencolr ***/
.tm-bgcolor-skincolor .thememount-boxes-view-default .thememount-box-blog .thememount-blogbox-footer-readmore a:hover,
.tm-bgcolor-darkgrey .thememount-boxes-view-default .thememount-box-blog .thememount-blogbox-footer-readmore a:hover,
.tm-col-bgcolor-skincolor .thememount-boxes-view-default .thememount-box-blog .thememount-blogbox-footer-readmore a:hover,
.tm-col-bgcolor-darkgrey .thememount-boxes-view-default .thememount-box-blog .thememount-blogbox-footer-readmore a:hover  {
    color: #5e5e5e;
    border-color: #FFF;
    background-color: #FFF;
}

/***  Background Image Position  ***/
.tm-row.tm-bgimage-position-left_top {
	background-position: left top !important;
}
.tm-row.tm-bgimage-position-left_center {
	background-position: left center !important;
}
.tm-row.tm-bgimage-position-left_bottom {
	background-position: left bottom !important;
}
.tm-row.tm-bgimage-position-right_top {
	background-position: right top !important;
}
.tm-row.tm-bgimage-position-right_center {
	background-position: right center !important;
}
.tm-row.tm-row.tm-bgimage-position-right_bottom {
	background-position: right bottom !important;
}
.tm-row.tm-bgimage-position-center_top {
	background-position: center top !important;
}
.tm-row.tm-bgimage-position-center_center {
	background-position: center center !important;
}
.tm-row.tm-bgimage-position-center_bottom {
	background-position: center bottom !important;
}

/***  Classic BlogPost Layout  ***/
.thememount-box-blog-classic .tm_classicpost_meta {
position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 48px;
    height: 48px;
}
.thememount-box-blog-classic .tm_classicpost_meta .tm-social-share-post-wrapper {
	padding-bottom: 10px;
	float: left;
}
.thememount-box-blog-classic .tm_classicpost_meta .clearfix { 
    display: inline-block;
}
.thememount-box-blog-classic .tm_classicpost_meta .tm-social-share-links ul {
    padding-right: 12px;
	padding-left: 12px;
}
.thememount-box-blog-classic .tm_classicpost_meta .tm-post-format-icon-wrapper {
    text-align: center;
    width: 48px;
    height: 48px;
    position: static;
    z-index: 2;
    font-size: 20px;
    top: auto;
    left: auto;
    opacity: 1;
    border: 3px solid;
    line-height: 44px;
    background-color: rgba(255, 255, 255, 0.80);
    display: block;
    margin: 0;
    border-radius: 50%;
}
.thememount-box-blog-classic .tm-post-entry-header .thememount-post-left {
    text-align: center;
    position: absolute;
    left: 0px;
    margin-bottom: 20px;
}
.thememount-box-blog-classic .tm-post-entry-header .thememount-entry-date-wrapper {
    border: 2px solid;
	min-width: 80px;
    min-height: 80px;
}
.thememount-box-blog-classic .tm-post-entry-header .thememount-post-right {
    float: right;
    position: relative;
    padding: 0px;
    width: 100%;
    padding-left: 105px;
    margin-top: 9px;
    margin-bottom: 22px;
    min-height: 72px;
}
.thememount-box-blog-classic .tm-post-entry-header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.thememount-box-blog-classic .tm-post-entry-header .tm-entry-meta-wrapper {
	font-style: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-right: 80px;
}
.thememount-box-blog-classic .thememount-post-left .entry-date .entry-month.entry-year {
    font-size: 17px;
    display: block;
    line-height: 25px;
    font-weight: 600;
    padding-top: 5px;
    text-transform: uppercase;
	color: #171717;
}
.thememount-box-blog-classic .postcontent {
    margin-top: 25px;
}
article.post.thememount-box-blog-classic  .entry-header {
    margin-top: 6px;
}
.thememount-box-blog-classic .thememount-post-left .entry-date {
	font-size: 31px;
    display: block;
    line-height: 31px;
    font-weight: 700;
    padding-top: 7px;
}
.thememount-box-blog-classic .thememount-post-left .entry-date .entry-month.entry-year .entry-year {
	display: block;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 600;
}
.tm-social-share-wrapper.tm-social-share-post-wrapper {
	padding-top: 25px;
    margin-bottom: 30px;
    border-top: 1px solid #eeeeee;
}
.single .post .tm-social-share-wrapper.tm-social-share-post-wrapper {
    margin-top: 0px;
    margin-bottom: 0px; 
    padding-top: 25px;
}
.tm-social-share-post-wrapper .tm-social-share-links ul li {
    display: inline-block;
    margin-right: 8px;
	padding: 0px;
}
.tm-social-share-post-wrapper .tm-social-share-links ul li a{
	width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #f4f4f4;
    text-align: center;
	display: block;
	color: #7d7d7d;
}
.tm-social-share-post-wrapper .tm-social-share-links ul li a:hover {
	color:#fff;
}
.tm-social-share-post-wrapper .tm-social-share-links ul {
	list-style: none;
    padding: 0px;
    margin: 0;
}
.tm-social-share-post-wrapper .tm-social-share-links ul li.tm-social-share-titletext {
	font-size: 19px;
    color: #171717;
    font-weight: 600;
    margin-right: 15px;
}
.thememount-box-blog-classic .thememount-post-left .entry-date .entry-month.entry-year .entry-year {
	display: none;
}
.thememount-box-blog-classic .tm_classicpost_meta .tm-post-format-icon-wrapper:before {
	content:initial;
}
.post.thememount-box-blog-classic .thememount-blogbox-footer-readmore {
    padding-top: 0px;
}
.post.thememount-box-blog-classic .thememount-box-desc-text {    
    padding-bottom: 25px;
    padding-top: 0;
}
.single .thememount-box-blog-classic .thememount-box-desc-text {
    border-bottom: none;
    padding: 0px;
}
.thememount-box-blog-classic .tm-post-cat{
	padding-bottom:5px;
}
.thememount-box-blog-classic .tm-entry-meta-wrapper .posted-on {
	display:none; 
}
.thememount-box-blog-classic .tm-entry-meta .tm-meta-line:after {
    content: "|";
}
article.thememount-box-blog-classic.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .thememount-blogbox-format-audio,
article.thememount-box-blog-classic.thememount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w,
article.thememount-box-blog-style3.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .thememount-blogbox-format-audio,
article.thememount-box-blog-style3.thememount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
	padding-bottom: 20.7%;
}

/***  Widget Border style  ***/
.widget_borderstyle1 .widget .widget-title:before {
	width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 9px;
    content: '';
}
.widget_borderstyle1 .footer .tm-bgcolor-skincolor .widget .widget-title:before {
    background-color: #fff;  
}
.widget_borderstyle2 .widget .widget-title:before {
    content: '';
    border-left: 4px solid;
    padding-right: 5;
    margin-right: 13px;
}
.widget_borderstyle2 .footer .tm-bgcolor-skincolor .widget .widget-title:before {
	border-color: #fff;  
}
.widget_borderstyle3 .widget .widget-title:after {
    content: '';
    border-bottom: 1px solid #f1f1f1;
    margin-top: 15px;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.site-footer .tm-textcolor-dark.widget_borderstyle3 .widget .widget-title:after {
    border-bottom-color:  rgba(0, 0, 0, 0.15);
}
.widget_borderstyle3 .widget {
    border: 1px solid #f1f1f1;
    padding: 15px 15px 10px 15px;
    position: relative;
    border-bottom: 3px solid #f1f1f1;
}
.site-footer .tm-textcolor-dark.widget_borderstyle3 .widget {
    border-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(0, 0, 0, 0.15);
}
.widget_borderstyle3 .widget.fixology_category_list_widget {
    border: none;
    padding: 0px;
}

/***  square social icon  ***/
.tm-square-social-icon .thememount-social-links-wrapper .social-icons li a{
	background-color: rgba(221, 221, 221, 0.46);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    color: #666;
}
.tm-square-social-icon .thememount-social-links-wrapper .social-icons li a:hover {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    color: #f5f5f5;
}

/***  center icon seperator style  ***/
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator {
	left: 50%;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:after,
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:before {
	background: #d9d9d9;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .tm-cta3-without-desc .heading-seperator {
	bottom: 42px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .tm-cta3-with-desc .heading-seperator {
	bottom: 38px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon.tm-heading-style-horizontal .tm-cta3-with-desc .heading-seperator {
    bottom: 52px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator span:before {
	position: absolute;
	width: 0px;
	height: 16px;
	bottom: -23px;
	margin: auto;
	left: -7px;
	content: "\f10c";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:before {
	left: -49px;
	right: 0;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:after {
	left: 0;
	right: -40px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator span:before {
	color: #d9d9d9;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:before,
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:after {
	content: "";
	position: absolute;
	width: 33px;
	height: 1px;
	bottom: -26px;
	margin: auto;
	top: 0;
}
.tm-element-heading-wrapper.tm-seperator-center_icon.tm-element-align-left .heading-seperator {
    left: 43px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon.tm-element-align-right .heading-seperator {
    right: 43px;
    left: auto;
}

/***  servicebox center overlay icon  ***/
.tm-sbox.tm-sbox-iconalign-top-center.tm-center-overlayicon {
	overflow: visible;	
}
.tm-sbox-iconalign-top-center.tm-center-overlayicon .tm-vc_icon_element-inner {
	margin-top: -40px;	
}
.tm-sbox-iconalign-top-center.tm-center-overlayicon .tm-vc_icon_element-inner.tm-vc_icon_element-size-lg {
	margin-top: -53px;
}
.tm-sbox-iconalign-top-center.tm-center-overlayicon .tm-vc_icon_element-inner.tm-vc_icon_element-size-xl {
	margin-top: -66px;
}
.tm-sbox-iconalign-top-center.tm-center-overlayicon .tm-vc_icon_element-inner.tm-vc_icon_element-size-sm {
	margin-top: -30px;
}
.tm-sbox.tm-center-overlayicon .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-background-color-grey.tm-vc_icon_element-outline {
    border-color: #d9d9d9;
    background-color: #fff;
}

/***  sortable button  ***/
.thememount-boxes-portfolio.thememount-boxes-sortablebutton-round .tm-sortable-list .tm-sortable-link a {
	border-radius: 2em;
}
.site-footer .tm-textcolor-dark, 
.site-footer .tm-textcolor-dark .social-icons li i, 
.site-footer .tm-textcolor-dark.thememount-fbar-btn-link i {
    color: rgba(0, 0, 0, 0.7);
}

/*** recent post widget  ***/
.main-holder .widget.widget_recent_entries ul li {
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}
.main-holder .widget.widget_recent_entries ul li:first-child {
	padding-top: 0px;
}
.tm-textcolor-white .widget.widget_recent_entries ul li {
	border-bottom-color: rgba(255, 255, 255, 0.22);
}
.tm-textcolor-dark .widget.widget_recent_entries ul li {
    border-bottom-color: rgba(0, 0, 0, 0.07);
}

.wpcf7 .tm-submit-shape-round {
	border-radius: 2em;
}

/*** working hour widget  ***/
.tm-working-hours li span {
	float: right;
}
.tm-working-hours ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	padding: 11px 0px 5px 0;
}
.tm-textcolor-dark .tm-working-hours ul li { 
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.tm-working-hours ul li:first-child {
	padding-top:0px;
}


/***  right bottom background position  ***/
.tm-row .rightbottom-bg-position .tm-col-wrapper-bg-layer {
	background-position: right bottom !important;
}

/***  Round social icon  ***/
.tm-round-social-icon .thememount-social-links-wrapper .social-icons li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 30px;
	border: 1px solid transparent;
	background-color: rgba(255,255,255,255);
	color: #171717;
}
.tm-round-social-icon .thememount-social-links-wrapper .social-icons li {
    padding: 0px 0px 15px 6px;
}

/***  Footer Contactbox details  ***/
.tm-contactbox {
	padding-top: 17px;
}
.tm-contactbox .tm-sbox .tm-vc_cta3-container {
	margin-bottom: 15px;
}

/***  Grey Rowbg contact input  ***/
.tm-bgcolor-grey textarea,
.tm-bgcolor-grey input[type="text"],
.tm-bgcolor-grey input[type="password"],
.tm-bgcolor-grey input[type="datetime"],
.tm-bgcolor-grey input[type="datetime-local"],
.tm-bgcolor-grey input[type="date"],
.tm-bgcolor-grey input[type="month"],
.tm-bgcolor-grey input[type="time"],
.tm-bgcolor-grey input[type="week"],
.tm-bgcolor-grey input[type="number"],
.tm-bgcolor-grey input[type="email"],
.tm-bgcolor-grey input[type="url"],
.tm-bgcolor-grey input[type="search"],
.tm-bgcolor-grey input[type="tel"],
.tm-bgcolor-grey input[type="color"],
.tm-bgcolor-grey .uneditable-input,
.tm-bgcolor-grey select {
	border-color: #ffffff;
	background-color: rgba(255,255,255,1);
}

/***  Image Smooth Hover Effect  ***/
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:before,
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:after {
	position: absolute;
	content: "";
	display: block;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}	 
.tm-smooth-border-image.wpb_single_image .wpb_wrapper {
	position: relative;
}
.tm-smooth-border-image.wpb_single_image .wpb_wrapper:before,
.tm-smooth-border-image.wpb_single_image .wpb_wrapper:after,
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:before,
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:after,
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:before,
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:after {
	position: absolute;
	content: "";
	display: block;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.tm-smooth-border-image.wpb_single_image .wpb_wrapper:before,
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:before {
	height: 1px;
	left: 50%;
	right: 50%;
	background-color: white;
}
.tm-smooth-border-image.wpb_single_image .wpb_wrapper:before {
	top: 10px;
}
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:before {
	bottom: 10px;
}
.tm-smooth-border-image.wpb_single_image .wpb_wrapper:after,
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:after {
	width: 1px;
	top: 50%;
	bottom: 50%;
	background-color: white;
}	
.tm-smooth-border-image.wpb_single_image .wpb_wrapper:after {
	left: 10px;
}
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:after {
	right: 10px;
}
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:hover:before,
.tm-smooth-border-image.wpb_single_image .wpb_wrapper:hover:before {
	left: 10px;
	right: 10px;
}
.tm-smooth-border-image.wpb_single_image .vc_single_image-wrapper:hover:after,
.tm-smooth-border-image.wpb_single_image .wpb_wrapper:hover:after {
  top: 10px;
  bottom: 10px;
}


.tm-colum-width-auto .vc_column_container {
    width: auto;
}

/***  Extra Section  ***/
.tm-top-contactno .vc_column-inner .wpb_wrapper{
	text-align: center;
}
.tm-top-contactno .tm-vc_icon_element,
.tm-top-contactno .vc_column-inner .wpb_wrapper .vc_custom_heading{
	display: inline-block;
	vertical-align: top;
}

/* By default all boxes are hidden */
.thememount-boxes-view-carousel.thememount-boxes-col-one .thememount-boxes-row-wrapper > .tm-box-col-wrapper,
.thememount-boxes-view-carousel.thememount-boxes-col-two .thememount-boxes-row-wrapper > .tm-box-col-wrapper,
.thememount-boxes-view-carousel.thememount-boxes-col-three .thememount-boxes-row-wrapper > .tm-box-col-wrapper,
.thememount-boxes-view-carousel.thememount-boxes-col-four .thememount-boxes-row-wrapper > .tm-box-col-wrapper,
.thememount-boxes-view-carousel.thememount-boxes-col-five .thememount-boxes-row-wrapper > .tm-box-col-wrapper,
.thememount-boxes-view-carousel.thememount-boxes-col-six .thememount-boxes-row-wrapper > .tm-box-col-wrapper{
	display: none;
}

/* Thee Column: Show only first three */
.thememount-boxes-view-carousel.thememount-boxes-col-one .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),

.thememount-boxes-view-carousel.thememount-boxes-col-two .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.thememount-boxes-view-carousel.thememount-boxes-col-two .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),

.thememount-boxes-view-carousel.thememount-boxes-col-three .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.thememount-boxes-view-carousel.thememount-boxes-col-three .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),
.thememount-boxes-view-carousel.thememount-boxes-col-three .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(3),

.thememount-boxes-view-carousel.thememount-boxes-col-four .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.thememount-boxes-view-carousel.thememount-boxes-col-four .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),
.thememount-boxes-view-carousel.thememount-boxes-col-four .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(3),
.thememount-boxes-view-carousel.thememount-boxes-col-four .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(4),

.thememount-boxes-view-carousel.thememount-boxes-col-five .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.thememount-boxes-view-carousel.thememount-boxes-col-five .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),
.thememount-boxes-view-carousel.thememount-boxes-col-five .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(3),
.thememount-boxes-view-carousel.thememount-boxes-col-five .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(4),
.thememount-boxes-view-carousel.thememount-boxes-col-five .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(5),

.thememount-boxes-view-carousel.thememount-boxes-col-six .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.thememount-boxes-view-carousel.thememount-boxes-col-six .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),
.thememount-boxes-view-carousel.thememount-boxes-col-six .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(3),
.thememount-boxes-view-carousel.thememount-boxes-col-six .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(4),
.thememount-boxes-view-carousel.thememount-boxes-col-six .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(5),
.thememount-boxes-view-carousel.thememount-boxes-col-six .thememount-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(6){
	display: block; 
}
