/*
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");


h3.gform_title {
    color: #fff;
}

.gform_title { color: #fff; }
.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;
}

#header {background: #fff}
#main {background: rgb(173,3,28);
background: -moz-linear-gradient(top, rgba(173,3,28,1) 0%, rgba(219,4,7,1) 34%, rgba(169,3,41,1) 58%, rgba(169,3,41,1) 71%, rgba(169,3,41,1) 81%, rgba(112,2,9,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,3,28,1)), color-stop(34%,rgba(219,4,7,1)), color-stop(58%,rgba(169,3,41,1)), color-stop(71%,rgba(169,3,41,1)), color-stop(81%,rgba(169,3,41,1)), color-stop(100%,rgba(112,2,9,1)));
background: -webkit-linear-gradient(top, rgba(173,3,28,1) 0%,rgba(219,4,7,1) 34%,rgba(169,3,41,1) 58%,rgba(169,3,41,1) 71%,rgba(169,3,41,1) 81%,rgba(112,2,9,1) 100%);
background: -o-linear-gradient(top, rgba(173,3,28,1) 0%,rgba(219,4,7,1) 34%,rgba(169,3,41,1) 58%,rgba(169,3,41,1) 71%,rgba(169,3,41,1) 81%,rgba(112,2,9,1) 100%);
background: -ms-linear-gradient(top, rgba(173,3,28,1) 0%,rgba(219,4,7,1) 34%,rgba(169,3,41,1) 58%,rgba(169,3,41,1) 71%,rgba(169,3,41,1) 81%,rgba(112,2,9,1) 100%);
background: linear-gradient(to bottom, rgba(173,3,28,1) 0%,rgba(219,4,7,1) 34%,rgba(169,3,41,1) 58%,rgba(169,3,41,1) 71%,rgba(169,3,41,1) 81%,rgba(112,2,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad031c', endColorstr='#700209',GradientType=0 );}
body {background: #AD031C}
.review blockquote q {background: #fff; color: #000}
.clients-carousel .es-carousel li {background: #fff}
#nav ul {font-weight: 600}
.columns {margin: 0px 0px 14px;}
.progress-bar-content {color: #fff}
.progress-bar .progress-title {color: #d81910}
.portfolio-tabs {display: none}
.fontawesome-icon {
    margin-right: -5px;
}
.post-content h2 {font-size: 16px}
.title h2 {text-transform: capitalize}
h2 {text-transform: capitalize}
.title h2, #main .post-content .title h2 {text-transform: capitalize;}
.featuresbox h2 span {font-size: 17px}
#header .logo {
    float: left;
    overflow: hidden;
    margin-top: 11px;
}
#nav ul a, #nav li a { padding: 0px 15px;}
.icon-4x {
    font-size: 3.5em; color: #6f131e}

span.name {color: #fff}
span.company {color: #000}
.footer-area {
    height: 120px;
    border-top: 1px solid rgb(171, 171, 171);
    padding: 20px 10px;
    color: #fff;
    background: #861919;
}