/*
Theme Name: Wealthz
Description: A Responsive business, portfolio and blog theme.
Author: Tendosk8er[Uten Sutham]
Theme URI: http://wealthz.10plusdesign.com
Author URI: http://themeforest.net/user/tendosk8er
Version: 1.0
Tags: green, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
*/

@import url("css/all.css");
@import url("css/prettyPhoto.css");
@import url("css/flexslider.css");
@import url("css/font-awesome.css");
@import url("css/media.css");

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
#wpadminbar *{color:#ccc !important;}
#wpadminbar .hover a, #wpadminbar .hover a span{color:#464646 !important;}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Slider */
#wrapper .fullwidthbanner-container{width:auto !important;}

/*.rev_slider_wrapper .tp-rightarrow{
	left:auto !important;
	right:0 !important;
}
.no-rgba .rev_slider_wrapper .tp-leftarrow, .no-rgba .rev_slider_wrapper .tp-rightarrow {
	background-color:#8d8d8d  !important;
}
.rev_slider_wrapper:hover .tp-leftarrow,.rev_slider_wrapper:hover .tp-rightarrow{
	display:block !important;
	opacity:0.8 !important;
}
.rev_slider_wrapper .tp-leftarrow:hover, .rev_slider_wrapper .tp-rightarrow:hover{
	opacity:1 !important;
}*/

.rev_slider_wrapper .tp-leftarrow.default{
	background: #8d8d8d;
}

.rev_slider_wrapper .tp-rightarrow.default{
	background: #8d8d8d;
}

.rev_slider_wrapper .tp-leftarrow {
	width:60px !important;
	height:45px !important;
	background-image: url(images/rev-slider-prev.png)  !important;
	background-color: #8d8d8d;
	left: 0 !important;
	margin-left:0 !important;
	position: relative;
}
.rev_slider_wrapper .tp-rightarrow {
	width:60px !important;
	height:45px !important;
	background-image: url(images/rev-slider-next.png)  !important;
	background-color: #8d8d8d;
	right: 0  !important;
	margin-left:0 !important;
	position: relative;
}
.rev_slider_wrapper .tp-leftarrow, .rev_slider_wrapper .tp-rightarrow{
	margin-top:-47px !important;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

iframe{
   border:0px;
}