

body {
  font-size: 18px;
  color: #999;
  background-color: #fafafa; }

/*
  Header
*/

html div.top{
  background: #f0f0f0;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 40px;}

  html div.top ul.menu > li {
  color: #333;
  font-size: 11px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);
  }

  html div.top ul.menu > li a{
  color: #333;
  }
  html div.top ul.menu > li a:hover{
  color: #999;
  }

html div.top-area {
  background: #fafafa;
  color: #333;}


/* == Social icons ========================== */

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url(../../../font/MonoSocialIconsFont-1.10.eot);
    src: url(../../../font/MonoSocialIconsFont-1.10.eot?#iefix) format('embedded-opentype'), url(../../../font/MonoSocialIconsFont-1.10.woff) format('woff'), url(../../../font/MonoSocialIconsFont-1.10.ttf) format('truetype'), url(../../../font/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont) format('svg');
    src: url(../../../font/MonoSocialIconsFont-1.10.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.top-social-icons a{
  color: #333;
  float: left;
  text-decoration: none;
}

.top-social-icons a:hover, .top-social-icons a:focus{
  color: #999;
}

/* == Subtitle ========================== */
div.title-wrap {
  display: block;
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  }

div.title-wrap h1.custom-title {
  color: #333;
  display: block;
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
}

div.title-wrap h3.page-subtitle {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8; }

div.title-wrap h3.page-subtitle a {
  color: #333; }
  
  div.title-wrap h3.page-subtitle a:hover {
    color: #999; }

div.title-wrap p {
  color: #999; }

/* == Title wrap search bar ========== */

div.title-wrap form input[type=text] {
  background: #eee;
  border-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  border-right: 0;
  font-size: 0.9em;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

div.title-wrap form input[type=submit] {
  background: url(../../../i/search-top-icon.png) no-repeat center center #eee;
 -webkit-border-top-right-radius: 3px;
 -webkit-border-bottom-right-radius: 3px;
 -moz-border-radius-topright: 3px;
 -moz-border-radius-bottomright: 3px;
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
  border: none;
  height: 40px;
  margin-top:0!important;
}

/* Navigation styles */

    #menu > li a {
      color: #333;
      font-weight: 500;
      font-size: 0.9em;
      text-transform: uppercase; }

      #menu > li > a:hover {
        background: none;
        color: #999; }
    #menu > li.current-menu-item > a {
      background: none;
      color: #999;  }

    #menu > li > ul.sub-menu {
      background: #fff;
	}
      #menu > li > ul.sub-menu > li {
        color: #999; }
        #menu > li > ul.sub-menu > li a {
          background: #fff;
          color: #333;
          border: 0 !important;
          font-size: 0.9em;
          font-weight: 400;
          text-transform: capitalize;
		}
          #menu > li > ul.sub-menu > li a:hover, #menu > li > ul.sub-menu > li a:focus {
            color: #999;
            background: #f0f0f0; }

    #menu > li > div.sub-menu {
      background: #fff;
      text-transform: capitalize; }

      #menu > li > div.sub-menu a {
        background: #fff;
        color: #333;
        border: 0 !important;
        font-size: 0.9em;
        text-transform: capitalize;}
        #menu > li > div.sub-menu a:hover, #menu > li > div.sub-menu a:focus {
          color: #999; }

          #menu div.sub-menu h6 a:hover,menu div.sub-menu h6 a {
          color: #333;}
          #menu div.sub-menu a.menu-more {
          font-size: 0.9em;
          font-weight: 500;
          color: #333;
          text-transform: uppercase;}
          
          html .megamenu-textbox p{
          	color: #999;}

          #menu div.sub-menu a.menu-more:hover {
          color: #999; }

/* == Sidebar Styling ======= */

.sidebar-wrap .post-date {
  font-size: 11px;
  font-style: italic; }

html .sidebar-wrap {
  border-bottom: 1px solid #ddd; }

.sidebar .sidebar-wrap h3.heading, .sidebar .sidebar-wrap h3.custom-box-title {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 1.4; }

.sidebar-wrap ul li {
  border-bottom: 1px solid #ddd;
  background: url(../../../i/widget-arrow.png) 3px 12px no-repeat; }

.sidebar .sidebar-wrap input[type=text] {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.sidebar .sidebar-wrap textarea {
  font-size: 13px;
  line-height: 18px;
  color: #999;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.sidebar-wrap .dynamic_forms .error input[type=text], .sidebar-wrap .dynamic_forms .error textarea {
  border: 1px solid #ff3300 !important; }

.sidebar-wrap ul li a {
  color: #333; }

.sidebar-wrap ul li a:hover {
  color: #999; }
  
.sidebar-wrap .latest-tweets li {
  line-height: 1.8;
  font-size: 12px;
  color: #999; }

.html .sidebar-wrap p {
  line-height: 1.8;
  font-size: 12px;
  color: #999; }

.sidebar .sidebar-wrap input[type="text"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 18px;}

.sidebar .sidebar-wrap input[type="text"]:focus, .sidebar .sidebar-wrap textarea:focus {
  background: #e0e0e0;
  color: #333; }

.sidebar .sidebar-wrap textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 18px;}

.sidebar .sidebar-wrap .thunder_button, .sidebar .sidebar-wrap .d_submit, .sidebar .sidebar-wrap #searchsubmit {
  box-shadow: none;
  text-decoration: none;
  float: left;
  color: #999;
  background: none;
  text-shadow: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 12px;
  border: 2px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.sidebar .sidebar-wrap .thunder_button:hover, .sidebar .sidebar-wrap .d_submit:hover, .sidebar .sidebar-wrap #searchsubmit:hover {
  background: none;
  border: 2px solid #333;
  color: #333; }

.sidebar-wrap .widget-posts .description h5 {
  color: #333;
  font-size: 12px;
  font-weight: 500 !important;
  text-transform: uppercase;
  }

.sidebar-wrap .widget-posts .image img {
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2); }

.sidebar-wrap .latest-tweets li {
  color: #999;
  font-size: 13px;
  line-height: 1.8; }

.sidebar-wrap ul li {
  line-height: 1.8;
  font-size: 13px;
  background: url(../../../i/widget-arrow.png) 3px 10px no-repeat; }

.sidebar-wrap ul li a {
  color: #333;
  font-weight: 400; }

.sidebar-wrap ul li a:hover {
  color: #999; }

.sidebar-wrap p {
  color: #999;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8; }

.sidebar .sidebar-wrap h3.heading, .sidebar .sidebar-wrap h3.custom-box-title, .sidebar-wrap h3.s-title {
  text-transform: none;
  color: #333;
  line-height: 1.4;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300; }

.sidebar-wrap h5.s-sub-title {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  font-style: normal; }

/* ==================================================================================== */
/* == Footer Styling ================================================================== */
/* ==================================================================================== */

#footer .footer-wrap a {
  color: #eee; }

#footer .footer-wrap a:hover {
  color: #fff;
  text-decoration: none; }

#footer .footer-wrap h3.custom-box-title, #footer .footer-wrap h3.footer-heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 20px; }

#footer .footer-wrap h5 a {
  font-size: 14px;
  letter-spacing: 0px; }

#footer .footer-wrap h3 a {
  color: #fff;
  font-weight: 400; }

.footer-wrap {
  color: #fff;}

#footer .footer-wrap #wp-calendar td, #footer .footer-wrap #wp-calendar thead th, #footer .footer-wrap #wp-calendar caption {
  color: #333;
  text-shadow: none; }

#footer .footer-wrap .social-set {
  background: white;
  border: 1px solid #111111;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#footer div.inner-footer-wrapper ul li:last-child {
  border-bottom: none !important; }

/* == Footer Super posts Styling ======================================== */

#footer .footer-wrap ul.latest-tweets li a:hover {
  color: #333; }

#footer .footer-wrap ul.latest-tweets li {
  color: #999; }

#footer .footer-wrap input[type=text] {
  font-size: 13px;
  line-height: 18px;
  color: #999;
  border: 1px solid #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#footer .footer-wrap textarea {
  font-size: 13px;
  line-height: 18px;
  color: #999 !important;
  border: 1px solid #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.footer-wrap .widget-posts li h5 a {
  color: #fff;
  font-size: 13px; }

.footer-wrap .widget-posts li h5 a:hover {
  color: #fff;
  text-decoration: none; }

.footer-wrap .widget-posts li p {
  color: #fff;
  float: none !important; }

/* == Recent Comments Styling ============================ */

#footer #recentcomments li {
  color: #eee;
  text-shadow: none; }

#footer #recentcomments li:last-child {
  border: none; }

#footer #recentcomments li a {
  color: #eee; }

#footer #recentcomments li a:hover {
  color: #fff;
  text-decoration: underline; }

/* == Page Lists Styling ============================ */

#footer .page_item {
  color: #eee;
  text-shadow: none; }

#footer .page_item a {
  color: #fff; }

/* == Blog roll Styling ============================ */

#footer ul.blogroll li {
  list-style: none;
  text-shadow: none;
  color: #fff; }

/* == Custom Box Styling ============================ */

.footer-wrap a.btn {
  color: #444444 !important; }

.footer-wrap .custom-box-content p {
  color: #fff; }


/* == Tweets Styling ============================ */

#footer .footer-wrap .latest-tweets li a {
  color: #333; }

#footer .footer-wrap .latest-tweets li a:hover {
  color: #999;
  text-decoration: none; }

#footer .footer-wrap ul.latest-tweets li {
  display: block;
  color: #999; }

#footer .footer-wrap .latest-tweets li:last-child {
  border-bottom: none; }

#footer .footer-wrap .authorlink {
  float: right;
  color: #333;
  text-transform: uppercase;
  font-size: 10px; }

/* == Categories Styling ============================ */

#footer .cat-item a {
  font-weight: 300; }

/* == Tag Styling ============================ */

html #footer .tagcloud a {
  background: none!important;
  border: 2px solid #fff!important;
  display: inline-block;
  padding: 3px 13px;
  margin-right: 2px;
  font-size: 12px !important;
  border-radius: 2px;
  text-shadow: none;
  font-weight: 500;
  color: #333; }

html #footer .tagcloud a:hover {
  background: none!important;
  border: 2px solid #E94E4B!important;
  color: #999; }

#footer .footer-wrap input[type=text]:focus, #footer .footer-wrap textarea:focus {
  box-shadow: none; }

#footer {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #fff;}

#footer .footer-wrap h3.custom-box-title, #footer .footer-wrap h3.footer-heading, div.footer-wrap h3.s-title {
  border-bottom: none;
  color: #333;
  line-height: 1.4;
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  }

#footer .footer-wrap .social-set {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*Twitter section in footer*/
#footer .footer-wrap ul.latest-tweets li {
  color: #999;
  font-size: 13px;
  font-weight: 300; }

#footer .footer-wrap ul.latest-tweets li a {
  color: #333; }

#footer .footer-wrap ul.latest-tweets li a:hover {
  color: #999;
  text-decoration: none; }

#footer .footer-wrap .thunder_button{
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  border: none;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  text-shadow: none;
  text-transform: capitalize; }

#footer .footer-wrap input[type="submit"] {
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  border: 2px solid #999;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-shadow: none;
  text-transform: capitalize; }

#footer .footer-wrap .thunder_button:hover{
  background: none;
  border: noned;
  color: #999; }

#footer .footer-wrap input[type="submit"]:hover {
  background: none;
  border: 2px solid #333;
  color: #333; }

#footer #recentcomments li {
  color: #999;
  font-weight: 400; }

#footer #recentcomments li a {
  color: #333; }

#footer #recentcomments li a:hover {
  color: #999;
  text-decoration: underline; }

#footer .footer-wrap ul li a {
  color: #333;
  text-decoration: none; }

#footer .footer-wrap ul li a:hover {
  color: #999;
  text-decoration: none; }

#footer .footer-wrap span.white {
  color: #333; }

#footer .footer-wrap h5 a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4; }

#footer .footer-wrap h5 a:hover {
  color: #999;
  text-decoration: none; }

#footer .footer-wrap li {
  border-bottom: 1px solid #383838;
  color: #999; }

.footer-wrap .custom-box-content p {
  color: #999; }

#footer .footer-wrap p {
  color: #999;
  font-size: 12px;
  font-weight: 300;}

#footer .footer-wrap a {
  color: #333;
  font-weight: 300; }

#footer .footer-wrap a:hover {
  color: #999;
  text-decoration: none; }

#footer-menu {
  color: #333;
  background: #fafafa;
  border-top: 1px solid #fff;}

#footer-menu .menu li {
  border-left: 1px solid #ddd;
  list-style: none;}

#footer-menu .menu li:first-child {
  border: none; }

#footer-menu .menu li a {
  border-left: none;
  color: #333;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase; }

#footer-menu .menu li a:hover {
  color: #999;
  text-decoration: none; }

.footer-wrap .widget-posts li .image a img {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 3px; }

div.footer-wrap ul.product_list_widget li {
  border-bottom: 1px solid #333333; }

div.footer-wrap ul.product_list_widget li span.amount {
  color: #333;
  font-size: 15px;
  font-weight: 600; }

div.footer-wrap ul.product_list_widget li:last-child {
  border-bottom: none; }

div.footer-wrap ul.product_list_widget li div.image {
  background: #fff;
  border: 1px solid #111111; }

div.footer-wrap ul.product_list_widget li del {
  color: #888888; }

div.footer-wrap ul.product_list_widget li del span.amount {
  color: #fff;
  text-decoration: none; }

div.footer-wrap ul.product_list_widget li ins {
  text-decoration: none; }

div.footer-wrap ul.product_list_widget li a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;}

html p.footer-text {
  color: #fff;
  float: left;
  line-height: 1.1;
  font-size: 13px;
  font-weight: 300; }

div.footer-wrap h5.s-sub-title {
  font-size: 13px;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased; }

#footer .footer-wrap .error input[type="text"], #footer .footer-wrap .error textarea {
  border: 1px solid #990000; }

#footer .footer-wrap input[type="text"] {
  background: #eee;
  font-size: 12px;
  line-height: 1.4;
  color: #999;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

    #footer .footer-wrap ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #333;
    }
    #footer .footer-wrap :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #333;
    }
    #footer .footer-wrap ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #333;
    }
    #footer .footer-wrap :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #333;
    }

#footer .footer-wrap textarea {
  background: #eee;
  font-size: 12px;
  line-height: 18px;
  color: #999 !important;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#footer .tagcloud a {
  background: rgba(0, 0, 0, 0.2);
  border: none !important;
  font-size: 11px !important;
  border-radius: 3px;
  text-shadow: none;
  font-weight: 500 !important;
  color: #333; }

#footer .tagcloud a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #777; }

/* Modules */
/* == Core Skeletons ================================================================ */

.skeleton {
  max-width: 1060px;
  z-index: 2; }

/* ===  Contact form 7 stylings ===================================================== */

  .wpcf7 p {
    font-weight: 400;
    color: #34373D;
    font-size: 14px; }

  .wpcf7 span input[type=text] {
    font-size: 13px;
    line-height: 18px;
    color: #34373D;
    border: 1px solid #cccccc; }
    
  .wpcf7 span textarea.wpcf7-textarea {
    font-size: 13px;
    line-height: 18px;
    color: #34373D;
    border: 1px solid #cccccc;}
    
.wpcf7-submit {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 2px;}

.wpcf7-submit:hover {
  background: #262A30; }


/* == Contact Form 7 ======= */

div.wpcf7 span input[type=text], div.wpcf7 span input[type=email] {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 18px; }

div.wpcf7 p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  width: 100%; }

div.wpcf7 p.wpcf-radio span.wpcf7-list-item span {
  font-size: 12px; }

div.wpcf7 p.wpcf-checkbox span.wpcf7-list-item span {
  font-size: 12px; }

div.wpcf7 span textarea.wpcf7-textarea {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 18px;}

div.wpcf7 span input[type=text]:focus, div.wpcf7 span input[type=email]:focus, div.wpcf7 span textarea.wpcf7-textarea:focus {
  background: #ddd; }

.wpcf7-submit {
  box-shadow: none;
  text-decoration: none;
  border-radius: 3px;
  color: #999;
  background: none;
  text-shadow: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  border: 2px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.wpcf7-submit:hover {
  background: none;
  border: 2px solid #333; 
  color: #333;}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #333;}

div.title h1 {
  border-bottom: 1px solid #dddddd;
  color: #333;}

.page p, .content p {
  color: #999;
  line-height: 1.8;
  font-weight: 400; }

/* == Pagination ====================================================================== */

div.pagination {
  border-top: 1px solid #ddd; }

div.pagination ul {
  list-style: none; }

.pagination a {
  background: none;
  color: #999;
  text-shadow: none;
  font-weight: 400;
  border: 2px solid #999;
  padding: 7px 12px;
  text-transform: capitalize;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  }

.pagination a:hover, .pagination .active a {
  box-shadow: none;
  text-decoration: none;
  color: #333;
  background: none;
  border: 2px solid #333;
  text-shadow: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* == Portfolio overlay =================================== */

.folio-overlay {
  background: #fff;
  text-align: center;}

html .folio-overlay h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 300;
  color: #333!important;
  text-align: center;}

html .folio-overlay p {
  color: #999;
  font-size: 0.9em;
  line-height: 1.65;
  font-weight: 300;}

.folio-overlay a.link, .folio-overlay a.lightbox {
  background: no-repeat center center;
  background-color: none!important;
  border: 2px solid #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;}

.folio-overlay a.lightbox {
  background-image: url(../../../i/folio-lightbox-icon.png); }

.folio-overlay a.link {
  background-image: url(../../../i/folio-link-icon.png); }

.folio-overlay a:hover, .folio-overlay a:focus {
  background-color: #333;
  border: 2px solid #333;
  color: #333; }

/* == Breadcrumbs ===================================================================== */

#breadcrumbs {
background: #f0f0f0;
color: #ddd;
border-bottom: 1px solid #fff;
font-size: 1.1em;
font-weight: 100;
border-top: 1px solid #fff;
}
  #breadcrumbs .current {
    color: #999;
    display: inline-block;
    font-weight: 400;}
  #breadcrumbs a {
    color: #999;
    font-weight: 400;}
    #breadcrumbs a:hover, #breadcrumbs a:focus {
      color: #333; }
    #breadcrumbs a:first-child {
      background: url(../../../i/breadcrumb-bg.png) no-repeat 0 0;}

html a.titanbutton {
  background-image: none;
  border: none !important;
  font-weight: 700;
  text-transform: none;
  font-size: 13px; }

a.titanbutton:hover {
  opacity: 0.8 !important; }

html a.medium {
  font-size: 13px !important;
  font-weight: 700 !important; }

html a.big {
  font-size: 15px !important;
  font-weight: 700 !important;}

html .titanquotes_left {
  background: inherit;
  border-radius: 3px;
  font-style: italic;
  font-family: 'PT Serif', serif;
  font-size: 16px !important;
  font-weight: 400;}

html .titanquotes_right {
  background: inherit;
  border-radius: 3px;
  font-style: italic;
  font-family: 'PT Serif', serif;
  font-size: 16px !important;
  font-weight: 400; }

html .titanquotes {
  background: inherit;
  border-radius: 3px;
  font-style: italic;
  font-family: 'PT Serif', serif;
  font-size: 16px !important;
  font-weight: 400;
  color: #999; }

html .accordion-heading .accordion-toggle {
  font-weight: 400;
  text-transform: uppercase;
  }
  
  .accordion-group {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  }
  
  .accordion-group .active a {
  color: #999;}
  
  .accordion-inner {
  border-top: 1px solid #ddd;}
  
  html .nav-tabs > li > a, html .nav-tabs > .active > a, html .nav-tabs > a:hover{
  color: #999;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;}
  
  html .nav-tabs {
  border-bottom: 1px solid #ddd!important;}

html pre {
  color: #333;
  font-size: 11px;
  font-weight: 400;
  font-family: 'PT Sans Caption', sans-serif;
  line-height: 20px;
  background-color: #eee;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.content h1.color1, .content h2.color1, .content h3.color1, .content h4.color1, .content h5.color1, .content h6.color1 {
  color: #888; }

.content h1.color2, .content h2.color2, .content h3.color2, .content h4.color2, .content h5.color2, .content h6.color2 {
  color: #333; }

.content h1.color3, .content h2.color3, .content h3.color3, .content h4.color3, .content h5.color3, .content h6.color3 {
  color: #fff; }

  /* All headers can be used so need to rule them all. */ }

.section-title h1, div.intro-fancy-title h1 {
  border-bottom: 3px solid #cccccc;
  color: #333;
  float: left;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.3;
  text-align: left; }

.section-title h2 {
  color: #333;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

div.intro-fancy-title h2 {
  color: #333;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  }

.section-title h1 a, .section-title h2 a, div.intro-fancy-title h1 a, div.intro-fancy-title h2 a {
  color: #333; }

.section-title h1 span, .section-title h2 span, div.intro-fancy-title h1 span, div.intro-fancy-title h2 span {
  font-size: 0.7em;
  font-weight: 100;
  text-transform: uppercase; }

.section-title h3 {
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase; }

div.intro-fancy-title h3 {
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase; }

.posts-nav .slide-prev {
  background-color: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  border: 2px solid #999;
  text-shadow: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  text-decoration: none; }

.posts-nav .slide-next {
  background-color: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #999;
  border: 2px solid #999;
  text-shadow: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  text-decoration: none; }

.posts-nav .slide-next:hover, .posts-nav .slide-prev:hover {
  background-color: none;
  color: #fff;
  border: 2px solid #fff; }

.accordion-group .active a {
  color: #999; }

html .nav-tabs {
  border-bottom: 1px solid #444; }

/* == Testimonials ======================================= */

div.tesimonials-wrapper{background: #fff;}

.testimonial-nav {
  float: left;
  margin-top: 20px;
  text-align: center;
  max-width: 1140px;
  width: 100%; }

.testimonial-nav a {
  background: #333;}

.testimonial-nav a.is-active, .testimonial-nav a:hover, .testimonial-nav a:focus {
  opacity: 1; }

.testimonial .content {
  float: left;
  color: #333;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;}

.testimonial .content .meta-data .name {
  font-size: 14px;
  font-weight: bold; 
  color: #333;
}

.testimonial .content .meta-data .design {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: capitalize;
}

/* == Post previews ============================================= */
.post-preview {
  background: #fff;
   -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
   box-shadow: 0 1px 2px -1px rgba(0,0,0,1);
   -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
}

.blog-template .posts li .imageholder:after, .post-preview .imageholder:after {
  background: rgba(0, 0, 0, 0.6);}

.post-preview.portfolio-post {
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  background: #fff;
}

.post-preview .image h2 {
  color: #333; }

.post-preview h2 {
  color: #333;
  font-size: 1.2em !important;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;}

  .post-preview section h2 {
    float: left;
    font-size: 1.3em !important;
    font-weight: 300;
    line-height: 1;
    text-align: center; }

.post-preview h2 a {
  color: #333; }

.post-preview h2 a:hover {
  color: #999; }

.post-preview .post-link {
  display: none;
  float: left;
  margin-top: -50px;
  text-align: center;
  width: 100%; }

.post-preview.shortcode-post .read-more {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  border: 2px solid #999;
  font-weight: 400;
  background: none;
  text-transform: capitalize;
  font-size: 11px; }

.post-preview.shortcode-post .read-more:hover {
  color: #333;
  background: none; 
  border: 2px solid #333;}

  .post-preview .post-meta {
    color: #333;}

/* == Post Section with Text =========================== */

div.latest-info-posts h2 {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
  }

div.latest-info-posts div.description {
  font-size: 13px;
  color: #333;
  font-weight: 300; }

div.latest-info-posts a.main-button {
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #999;
  color: #999;
  font-weight: 400;
  background: none;
  font-size: 12px;
  font-weight: 400;
  margin-top: 14px; }

div.latest-info-posts a.main-button:hover {
  border: 2px solid #fff;
  color: #fff;
  background: none; }

div.info-post-items h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;}

div.info-post-items h3 a {
  color: #ffffff; }

div.info-post-items div.desc p {
  color: #fff;}

div.info-post-items div.desc {
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

div.info-post-items div.desc p {
  font-weight: 300;
  font-size: 13px;
  color: #333; }

div.info-post-items a.more-link {
  color: #999;
  border: 2px solid #999;
  background: none;
  border-radius: 3px; }

/* == Three Columns ==================================== */

p.icon-lib-image {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center center;
  background: #333;
}

p.icon-lib-image:hover { background: #999;-webkit-transform: rotate(-30deg); cursor: pointer;}

/* Titles on layout builder posts */
div.intro-fancy-title h6.custom-font {
  color: #fff;
  font-size: 13px;
  font-weight: 400; }

.column-content ul li {
  border-bottom: 1px dashed #e3e3e3;
  color: #333; }

.column-content ul li a.client {
  color: #fff;
  font-size: 14px;
  font-weight: 300;}

.column-content ul li a.client:hover {
  color: #333333; }

.column-content p, .column-content {
  font-weight: 300;}

.items div.desc {
  font-weight: 300; }

.column-content p a.more {
  background: url(sprites/i/button-theme-bg.png) repeat-x;
  border: 1px solid #4c9dd5;
  box-shadow: 0px 0px 3px #b4b4b4;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #4e7d9b;}

.column-content p a.more:hover {
  opacity: 0.9; }

.column-content p a {
  color: #fff; }

.column-content p a:hover {
  color: #999; }

div.editor-cols {
  background: #f0f0f0; }


div.separator {
  border-bottom: 1px solid #ddd;}

div.super-wrapper div.titanseparator {
  border-bottom: 1px solid #ddd;}


div.news-letter form input[type=submit] {
  background: none;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  border: 2px solid #999;
  border-radius: 3px;}

div.news-letter form input[type=submit]:hover {
  background: none;
  color: #333;
  border: 2px solid #333; }

div.news-letter form input[type=text] {
  color: #999;
  background: #333;
  border: 1px solid #111;
  font-size: 14px; }

div.news-letter form input[type=text].error {
  border: 1px solid #941b1e; }

div.news-letter span {
  color: #999;
  font-size: 11px;
  font-style: italic;}

.desc .post-date {
  background: #333;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  color: #333;}

/* == Custom posts ===== */

.team.super-parent { text-align: center;background: #fff; }

    .team-member .desc p{
    font-weight: 300;
    }

    .team-member .desc a.symbol{
    color: #999;
    }

    .team-member .desc a.symbol:hover{
    color: #333;
    }

    .team-member h2 {
    color: #333;
    font-size: 1.2em;
    font-weight: 400;
    }

.post-item .image img {
  background: #fff;
  max-width: 100%; }

.col-image img {
  background: #fff;}


div.layout-builder-posts {
  width: 1060px;}

div.layout-builder-posts div.posts-wrapper ul li div.extra {
  font-size: 11px;
  color: #999;
  background: url(sprites/i/comment-icon.png) center left no-repeat;}

div.layout-builder-posts div.posts-wrapper ul li div.extra a {
  font-size: 11px;
  color: #999; }

div.layout-builder-posts div.posts-wrapper ul li h3.custom-font {
  font-size: 13px;
  font-weight: 600; }

div.layout-builder-posts div.posts-wrapper ul li h3.custom-font a {
  color: #fff;}

div.layout-builder-posts div.posts-wrapper ul li h3.custom-font a:hover {
  color: #999; }


div.main-info h3 {
  color: #333;
  font-size: 20px;
  font-weight: 400; }

div.main-info p {
  font-size: 13px;
  padding-top: 5px;
  font-weight: 400; }

/* == Twitter ==================== */

.twitter-wrapper h2 {
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.2; }

.twitter-wrapper p {
  color: #888;
  font-size: 14px;
  font-weight: normal;}

.twitter ul li {
  background: url(sprites/i/widget-arrow.png) 3px 12px no-repeat;
  border-bottom: 1px dotted #e0e0e0;
  color: #888;}

.twitter ul li a {
  color: #fff; }

.twitter ul li a:hover {
  color: #333; }

.twitter-wrapper {
  background: url(../../../i/twitter-le.png) 50% 30px no-repeat #f0f0f0;}

.twitter-wrapper h2 {
  color: #333;
  font-size: 18px!important;
  font-weight: 700;
  border-bottom: none;}

.twitter-wrapper p {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3; }

.twitter-wrapper .twitter ul li {
  font-weight: 400;
  font-size: 15px !important;
  color: #999;}

.twitter-wrapper .twitter ul li a {
  color: #333; }

.twitter-wrapper .twitter ul li a:hover {
  color: #999; }

.pricing-section {
  padding: 60px 0 40px; }


/* == General styling =================================== */

/* === Testimonails =====*/
html .testimonials p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
  font-weight: 300; 
  color: #333;
}

.testimonials .meta-data {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
}

.size-thumbnail {
  background: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0px 2px 3px #eeeeee;}

::selection {
  background: #333;
  color: #fff; }

.page-wrapper, .carousel {
  background: #fafafa;
}

a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #999;
  text-decoration: none; }

/* Bullets and the control container under image */
html .tp-bullets {
  background:rgba(250, 250, 250, .2);}


html .tp-bullets.simplebullets.round .bullet {
  background: url(sprites/i/home-slider-btns.png) no-repeat -16px center;}

/* Arrow controls for the slider */

html .tparrows.tp-rightarrow {
  background: url(sprites/i/image-next.png) center center no-repeat white;}

html .tparrows.tp-rightarrow:focus, html .tparrows.tp-rightarrow:hover {
  background: url(sprites/i/image-next-hover.png) center center no-repeat white; }

html .tparrows.tp-leftarrow {
  background: url(sprites/i/image-prev.png) center center no-repeat white;}

html .tparrows.tp-leftarrow:hover, html .tparrows.tp-leftarrow:focus {
  background: url(sprites/i/image-prev-hover.png) center center no-repeat white; }

html .style1-highlight-text {
  background-color: #6CA2F7;
  font-size: 10.998px;
  font-weight: 400;
  line-height: 13px;
  color: white;}

html .style2-highlight-text {
  background-color: #ED4741;
  font-size: 10.998px;
  font-weight: 400;
  line-height: 13px;
  color: white;}

html .style3-highlight-text {
  background-color: #468847;
  font-size: 10.998px;
  font-weight: 400;
  line-height: 13px;
  color: white; }

html .style4-highlight-text {
  background-color: #F15B2F;
  font-size: 10.998px;
  font-weight: 400;
  line-height: 1.8;
  color: white; }

html .style5-highlight-text {
  background-color: #333333;
  font-size: 10.998px;
  font-weight: 400;
  line-height: 1.8;
  color: white;}

/* == Slider caption styles ======================================= */

html .tp-caption.very_large_text {
  color: #fff;
  font-weight: 700;}

html .tp-caption.medium_text {
  color: #fff;
  font-weight: 700;
  font-size: 16px; }

html .tp-caption.large_text {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -2px;
  background: #e94e4b;}

html .tp-caption.small_text {
  color: #fff;
  font-weight: 500;
  font-size: 14px!important;
  line-height: 20px;}

html .tp-caption.big_white {
  color: #fff;
  font-weight: 400;
  font-size: 26px!important;}

/*  BUTTON COLORS */
html .tp-button {
  color: #fff;
  font-weight: 700; }

/* == green ======================================= */
html .tp-button.green, html .purchase.green {
  background-color: #21a117;}

html .tp-button:hover.green, html .purchase:hover.green {
  background-color: #21a117;
  opacity: 0.8; }

/* == blue ======================================= */
html .tp-button.blue, html .purchase.blue {
  background-color: #1d78cb;}

html .tp-button:hover.blue, html .purchase:hover.blue {
  background-color: #1d78cb;
  opacity: 0.8;}

/* == red ======================================= */
html .tp-button.red, html .purchase.red {
  background-color: #cb1d1d;}

html .tp-button:hover.red, html .purchase:hover.red {
  background-color: #cb1d1d;
  opacity: 0.8;}

/* == orange ======================================= */
html .tp-button.orange, html .purchase.orange {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 1);}

html .tp-button:hover.orange, html .purchase:hover.orange {
  background-color: rgba(34, 34, 34, 1);
  border: 2px solid rgba(34, 34, 34, 1);}

/* == grey ======================================= */

html .tp-button.darkgrey, html .tp-button.grey, html .purchase.darkgrey {
  background-color: #333;}

html .tp-button:hover.darkgrey, html .tp-button:hover.grey, html .purchase:hover.darkgrey {
  background-color: #333;
  opacity: 0.8;}

html .tp-button.lightgrey, html .purchase.lightgrey {
  background-color: #888; }

html .tp-button:hover.lightgrey, html .purchase:hover.lightgrey {
  background-color: #888;
  opacity: 0.8;}

/* ============== REDILS =================================================== */

div.redils-progress-bar div {
  background: rgba(255, 255, 255, 0.7); }

/* == jQuery Animation ================= */

ul.redils-bullet-controls li {
  font-size: 11px;
  background: #eee; }

ul.redils-bullet-controls li.active {
  background: #777;
  border: none; }

ul.redils-thumb-controls li.active {
  opacity: 1;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

.redilsSlider div.counter {
  background: #eee;
  color: #fff;}

.redilsSlider div.counter span {
  font-style: italic;
  color: #fff; }

/* == Lists =================================== */

.styled-list.light {
  color: #b5b5b4; }

.styled-list.color {
  color: #fff; }

/* == Skills =================================== */

.skills li {
  background: rgba(0, 0, 0, 0.15);
  color: #f0f0f0;}

.skills li .percent-bar {
  background-color: #333;
  color: #fff;}

.skills.light li .percent-bar {
  background-color: #b5b5b4; }

.skills.color li .percent-bar {
  background-color: #eee; }

/* == Custom Menu =================================== */

.custom-menu li a {
  color: #333;
  font-size: 12px;
  font-weight: 400;}

.custom-menu li a:hover {
  background: #f0f0f0;
  color: #333; }

.custom-menu .menu > li > ul.sub-menu, .custom-menu .menu > li > ul.sub-menu ul.sub-menu {
  border-top: 1px solid transparent;}

.custom-menu .menu > li > ul.sub-menu ul.sub-menu a {opacity: 0.9; }

.custom-menu .menu > li > ul.sub-menu a {opacity: 0.8; }

/* Colors */
.custom-menu.dark li a {
  background: #333;
  color: #fff; }

.custom-menu.dark li a:hover {
  background: #eee;
  color: #333; }

.custom-menu.color li a {
  background: #eee;
  color: #999; }

.custom-menu.color li a:hover {
  background: #333;
  color: #fff; }

/* == Pricing Tables Stylings  ==== */

html .shortcodetable .plans {
  color: #333;
  font-size: 12px;}

html .shortcodetable .plans > div {
  border-top: none;
  border-bottom: none;
  border-left: none;
  background-color: transparent;}

html .shortcodetable .plans > div.first {
  border-left: none; }

html .shortcodetable .plans > div.last {
  border-right: none; }

html .shortcodetable .plans > div ul {
  list-style: none; }

html div.shortcodetable div.plans > div ul li {
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  color: #999;
  text-shadow: none; }

html div.shortcodetable div.plans > div ul li:last-child {
  border-bottom: none !important; }

html .shortcodetable .plans > div ul li.plan_name {
  color: #333;
  background: transparent;
  font-size: 24px;
  font-weight: 400;
  padding: 35px 12px;
  text-align: center;
  text-shadow: none;
  border-bottom: none;
  text-transform: uppercase;
  letter-spacing: 2px; }

html .shortcodetable .plans > div ul li.currency {
  color: #333;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: transparent;
  letter-spacing: 2px; }

html .shortcodetable .plans > div ul li.description {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;}

html .shortcodetable .plans > div ul li.sign-button {
  border-bottom: none;
  border-top: none;}

html .shortcodetable .plans > div ul li.sign-button a {
  background: none;
  border: 2px solid #999;
  border-radius: 3px;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  box-shadow: none;
  text-shadow: none;
  text-transform: capitalize; }

html .shortcodetable .plans > div ul li.sign-button a:hover {
  background: none;
  border: 2px solid #333;
  box-shadow: none;
  color: #333;
  font-weight: 400;
  font-size: 12px; }

html .shortcodetable .plans > div.featured {
  background: #999;
  text-shadow: 1px 1px 1px #777;
  color: #fff;
  border: none;}

html .shortcodetable .plans > div.featured ul li.description {
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;}

html .shortcodetable .plans > div.featured li.plan_name {
  background: #999;
  text-shadow: none;
  border-bottom: none;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  }

html .shortcodetable .plans > div.featured ul li.currency {
  color: #fff;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  background: #999; }

html .shortcodetable .plans > div.featured ul li {
  border-bottom: 1px dotted #bbb;
  color: #fff;
  font-weight: 500; }

.shortcodetable .plans > div.featured ul li.sign-button {
  border-top: 1px solid transaprent;
  border-bottom: none; }

html .shortcodetable .plans > div.featured ul li.sign-button a {
  background: none;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  box-shadow: none;
  text-shadow: none; }

html .shortcodetable .plans > div.featured ul li.sign-button a:hover {
background: none;
border: 2px solid #333;
border-radius: 3px;
color: #333;
font-weight: 400;
font-size: 13px;
box-shadow: none;
text-shadow: none; }

/* == Blurb styler - CTA ============================================= */

.blurb-parent-wrap {
  background: #222;}

.blurb-wrapper div.inner-blurb-wrapper {
  text-align: center; }

.blurb-wrapper h3.blurb-text {
  font-size: 2.5em;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
}

.blurb-wrapper .blurb-button a {
  width: 150px;
  text-align: center;
  background-color: none!important;
  border: 2px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize; }

.blurb-wrapper .blurb-button a:hover {
  background-color: none!important;
  border: 2px solid #333;
  color: #333;}

  .blurb-parent-wrap.cta_style_2 .blurb-wrapper h3.blurb-text {
    color: #fff; }
  .blurb-parent-wrap.cta_style_2 .blurb-wrapper .blurb-secondary-text {
   color: #888;
   font-weight: 300;
  }

.blurb-secondary-text {
  font-size: 15px;
  line-height: 1.8;}

/* Style 1 - Dark */
.blurb-parent-wrap.cta_style_1 {
  background: #999;
  border-radius: 0;
  color: #fff; }

.blurb-parent-wrap.cta_style_1 .blurb-wrapper .blurb-button a {
  background-color: none!important;
  border: 2px solid #333;
  color: #333;}

.blurb-parent-wrap.cta_style_1 .blurb-wrapper .blurb-button a:hover {
background-color: none!important;
border: 2px solid #fff;
color: #fff;}

.blurb-parent-wrap.cta_style_1 .blurb-wrapper .blurb-button a {
  color: #333; }

.blurb-parent-wrap.cta_style_1 .blurb-wrapper div.inner-blurb-wrapper p {
  color: #fff; }

.blurb-parent-wrap.cta_style_1 .blurb-wrapper h3.blurb-text, .blurb-parent-wrap.cta_style_1 .blurb-wrapper .blurb-secondary-text {
  color: #fff; }

 /*Style 2 - Light */
.blurb-parent-wrap.cta_style_2 {
  background: #333;
  color: #fff; }

.blurb-parent-wrap.cta_style_2 .blurb-wrapper .blurb-button a {
  background-color: none!important;
  border: 2px solid #fff;
  color: #fff;}

.blurb-parent-wrap.cta_style_2 .blurb-wrapper .blurb-button a:hover {
background-color: none!important;
border: 2px solid #999;
color: #999;}

.blurb-parent-wrap.cta_style_2 .blurb-wrapper .blurb-button a {
  color: #fff; }

.blurb-parent-wrap.cta_style_2 .blurb-wrapper h3.blurb-text, .blurb-parent-wrap.cta_style_2 .blurb-wrapper .blurb-secondary-text {
  color: #fff; }

/* Style 3 - Colored  */
.blurb-parent-wrap.cta_style_3 {
  background: #fff;
  color: #999; }

.blurb-parent-wrap.cta_style_3 .blurb-wrapper .blurb-button a {
  background-color: none!important;
  text-transform: capitalize;
  font-size: 18px!important;
  border: 2px solid #999;
  color: #999;}

.blurb-parent-wrap.cta_style_3 .blurb-wrapper .blurb-button a:hover {
  background-color: none!important;
  border: 2px solid #333;
  color: #333;}

.blurb-parent-wrap.cta_style_3 .blurb-wrapper h3.blurb-text, .blurb-parent-wrap.cta_style_3 .blurb-wrapper .blurb-secondary-text {
  color: #333!important; }

.blurb-parent-wrap.cta_style_3 .blurb-wrapper div.inner-blurb-wrapper p {
  color: #999; }

/* == Portfolio Layout === */

.portfolio-template ul.posts li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2); box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2); background: #fff;
  padding: 5px;}

.portfolio-template ul.posts li .folio-overlay{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;}

/* ==  four columns ==================================================== */

.portfolio-template div.description {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  text-align: left;
  color: #333; }

.portfolio-template div.image:hover div.description p {
  color: #999;
  font-size: 12px;
  font-weight: 400; }
  
.full-width .portfolio-four-column .posts > li h2 {
  text-shadow: none; }

.full-width .portfolio-four-column .posts > li h2 a {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased; }

.full-width .portfolio-four-column .posts > li h2 a:hover {
  color: #999;
  text-decoration: none; }

.full-width .portfolio-four-column ul.posts > li h2.custom-font {
  line-height: 1;}

.full-width .portfolio-four-column ul.posts > li p {
  color: #999;
  line-height: 1.4;
  font-weight: 400;
  font-size: 12px; }

/* ==  three columns ==================================================== */

.full-width .portfolio-three-column .posts > li h2 a {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-transform: none; }

.full-width .portfolio-three-column .posts > li h2 a:hover {
  color: #999;
  text-decoration: none; }

.full-width .portfolio-three-column ul.posts > li h2.custom-font {
  line-height: 1;}

.full-width .portfolio-three-column ul.posts > li p {
  color: #999;
  line-height: 1.4;
  font-weight: 400;
  font-size: 12px; }

/* ==  two columns ==================================================== */

.full-width .portfolio-two-column .posts > li h2 a {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-transform: none; }

.full-width .portfolio-two-column .posts > li span.year {
  color: #999;
  font-size: 10px;
  font-style: italic;
  text-align: center; }

.full-width .portfolio-two-column .posts > li h2 a:hover {
  color: #999;
  text-decoration: none; }

.full-width .portfolio-two-column ul.posts > li h2.custom-font {
  line-height: 1;}

.full-width .portfolio-two-column ul.posts > li p {
  color: #999;
  line-height: 1.4;
  font-weight: 400;
  font-size: 12px; }

/* ==  one columns ==================================================== */

.full-width .portfolio-one-column .posts > li h2 a {
  color: #333;
  display: block;
  font-size: 32px;
  font-weight: 300;
  letter-spacing:2px;
  line-height: 1;
  text-transform: uppercase;}

.full-width .portfolio-one-column .posts > li h2 a:hover {
  color: #999;}

/* ----------- Portfolio Filter Nav ----------- */

.portfolio-taxonomy ul li:hover a, .portfolio-taxonomy ul li.active a {
  color: #333;
  background: none;
  border: 2px solid #333;}

.portfolio-taxonomy ul li a {
  background: none;
  border: 2px solid #999;
  border-radius: 3px;
  color: #999;
  text-shadow: none;
  font-weight: 400;
  float: left;
  text-transform: capitalize;
  font-size: 12px; }

  /* ----------- Portfolio More Button ----------- */

  .layout-builder-posts a.more-btn {
    text-align: center;
    top: -30px;
    color: #999;
    font-style: italic;
    text-decoration: underline;
  }
  
  .layout-builder-posts a.more-btn:hover{
    color: #fff;
  }
  
/* == Single Portfolio Styling ===== */

div.meta-portfolio-text h2 {
  color: #333;
  font-weight: 400;
  font-style: normal; }

div.single-portfolio h1 {
  color: #333;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;}

div.single-portfolio div.single-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  background: #fff;
  padding: 5px;}

div.single_portfolio_content span.client {
  float: right;
  font-size: 13px;
  color: #333;
  font-weight: 400; }

div.single_portfolio_content p {
  font-size: 13px;
  font-weight: 400;
  color: #333; }

div.portfolio_featured_slider div.redilsSlider img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  background: #fff;
  padding: 5px;}

div.portfolio_featured_slider ul.redils-bullet-controls li {
  background: #dedede; }

div.portfolio_featured_slider ul.redils-bullet-controls li.active {
  background: #333; }

div.meta-portfolio-text {
  color: #999;
  font-size: 24px;
  text-align: center; }

div.meta-portfolio-text h3, div.meta-portfolio-text h4 {
  font-weight: 300;
  line-height: 1;
  text-align: center; }

/* == Portfolio Navigation ======================= */

.project-nav a {
  box-shadow: none;
  float: right;
  color: #999;
  background: none;
  text-shadow: none;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
  border: 2px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.project-nav a:hover {
  background: none;
  border: 2px solid #333;
  color: #333;}
  
div.portfolio-metadata {
  border-top: 1px solid #dddddd;}

div.portfolio-metadata h3.custom-title {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;}

.related-posts li div.hover {
  background: rgba(0, 0, 0, 0.8);}

.related-posts li img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  background: #fff;
  padding: 3px; }

/* == Blog Template Styling ======= */

div.blog-template ul.posts li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border-bottom: none;
}

div.blog-template ul.posts li.featured-post{
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border-bottom: none;
}

div.blog-template ul.posts li h2.custom-font a, .shortcode-post.post-preview h2.custom-font a  {
  color: #333;
  font-weight: 300;}

div.blog-template ul.posts li h2.custom-font a:hover, .shortcode-post.post-preview h2.custom-font a:hover  {
  color: #999;
  text-decoration: none; }
  
div.blog-template ul.posts li div.description .wp-excerpt {
  color: #999;
  font-weight: 300;
  font-size: 13px !important;
  line-height: 1.8; }

div.blog-template ul.posts li h2.custom-font {
  color: #333;
  font-weight: 300;
  text-transform: uppercase; }


div.blog-template ul.posts li a.read-more,.shortcode-post.post-preview a.read-more {
  background: none;
  border: none;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration:underline;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }


div.blog-template ul.posts li a.read-more:hover,.shortcode-post.post-preview a.read-more:hover {
  background: none;
  color: #333;
  border: none;}

li.hasFeaturedImage div.post-info-wrap {
  color: #333; }

/* == Single Post Styling == */

.single-post .two-third-width{
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2); 
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2); 
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2); }

  div.single-post h3.page-subtitle {
    border-bottom: 1px solid #ddd;
    font-size: 12px;}

    div.single-post h1.custom-title {
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 300;
    }

.details {
  border-top: 1px solid #ddd;}

#authorbox {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  }

#authorbox .authortext h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;}

#authorbox .authortext p {
  color: #999;
  font-size: 12px;
  font-weight: 300; }

div.single-project-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;}
  
div.single-project-nav a {
  color: #333; }

div.single-project-nav a:hover {
  color: #999; }

div.hover {
  background: rgba(0, 0, 0, 0.8); }

div.hover h3 {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;}

div.hover p {
  text-align: center;
  font-weight: 300;
  font-size: 10px;
  color: #999;}

/* == Comments ========================= */

#comments h3#comments-title {
  color: #333;
  font-size: 18px !important;
  font-weight: 500;}

#comments .logged-in-as a {
  color: #333; }

#comments .logged-in-as a:hover {
  color: #999; }

#comments .comment-body {
  border: 1px solid #ddd;
  border-radius: 3px; }

#comments .image-info cite {
  font-size: 15px;
  color: #999;
  font-weight: 500;
  text-transform: capitalize; }

#comments .image-info a {
  color: #333;
  font-size: 10px;
  font-style: italic; }

span.fn {
  color: #999;
  font-size: 14px !important;
  font-weight: 600;}


/* == Comment Form ======================================================================== */


#respond h3.custom-font {
  color: #333;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.2; }

#comments_template input[type=text] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 18px;}

#comments_template input[type=text]:focus, #comments_template textarea :focus {
  background: #ddd;
  color: #333; }

#comments_template textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #999;
  font-size: 13px;
  line-height: 18px; }

#comments_template code {
  background-color: #eee;
  border: none;
  color: #333;
  font-size: 11px;}

#comments_template form input[type=submit] {
  background: none;
  border: 2px solid #999;
  border-radius: 3px;
  box-shadow: none;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-shadow: none;
  text-transform: capitalize; }

#comments_template form input[type=submit]:hover {
  background: none;
  color: #333;
  border: 2px solid #333; }

#comments_template form label {
  color: #999;
  font-size: 11px;
  text-align: right;}

#comments_template form p {
  margin: 5px 12px 20px 0;
  font-size: 11px;
  font-style: italic; }

a#cancel-comment-reply-link {
  color: #333;
  font-size: 12px;
  font-weight: 400;}

a#cancel-comment-reply-link:hover {
  color: #999; }

a.comment-reply-link:hover, a.comment-reply-link {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #333;
  font-size: 10px;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase; }


/* == 404 Error styling ============================================== */


.error-search input[type="text"] {
  background-color: #333;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #111;
  padding: 10px 5px; }

.error-search #searchsubmit {
  box-shadow: none;
  text-decoration: none;
  border-radius: 3px;
  color: #999;
  background: none;
  border: 2px solid #999;
  text-shadow: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 12px;}

.error-search #searchsubmit:hover {
  color: #fff;
  background: none;
  border: 2px solid #fff; }
