@import url("../CherryFramework/style.css");

@import url(http://fonts.googleapis.com/css?family=BenchNine);

@import url(http://fonts.googleapis.com/css?family=BenchNine:300);
/*--
	Theme Name: theme1973
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.4+ from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 1.0
--*/
/* Add Google WebFonts */
/* #General
================================================== */
body {
  padding: 0;
  background: url(../images/body-tail.gif) 50% 0 repeat;
}
/* Heading
---------------------------------------- */
h1,
h2,
h3,
h4 {
  margin: 0px 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'BenchNine', sans-serif;
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px !important;
    line-height: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 50px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 50px !important;
    line-height: 1 !important;
    margin-top: 15px;
  }
}
h3 {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
}
h6 {
  text-transform: uppercase;
}
/*/ Heading */
p {
  margin-bottom: 25px;
}
/* List */
dl {
  margin: 0;
}
dl dt {
  padding-left: 16px;
  background: url(../images/marker.gif) 0 8px no-repeat;
  color: #ffb534;
  font-weight: normal;
}
dl dd {
  margin: 0 0 30px;
}
/* #Header
================================================== */
.header {
  z-index: auto;
  padding: 0;
  border: none;
  background: #3c4245 url(images/content-tail.gif) 50% 0 repeat;
}
@media (max-width: 767px) {
  .header {
    padding: 0 20px;
  }
}
/*/ Header */
/* Logo
---------------------------------------- */
.logo {
  margin-left: -106px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .logo {
    margin: 0;
    width: 218px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .logo {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
  }
}
.logo_link:hover {
  color: #554f46;
}
.logo_h__txt {
  width: 277px;
  height: 118px;
  background-color: #fdad2b;
  text-align: right;
  padding: 22px 53px 0 0;
  letter-spacing: -2px;
}
.logo_tagline {
  color: #fff;
  margin-top: -50px;
  padding-right: 53px;
  float: right;
}
/*/ Logo */
/* #Navigation
---------------------------------------- */
.nav__primary {
  margin: 0;
}
.nav__primary > ul {
  font-size: 0;
}
/* Our skin for dropdown menu */
.sf-menu {
  float: none;
  white-space: nowrap;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.sf-menu ul {
  display: none;
  width: 100%;
}
.sf-menu > li {
  display: inline-block;
  float: none;
  border-right: 1px solid #fff;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.sf-menu > li:first-child {
  border-left: 5px solid rgba(0, 0, 0, 0.11);
}
.sf-menu > li:first-child > a {
  padding: 25px 29px 25px 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li:first-child > a {
    padding: 15px;
  }
}
.no-rgba .sf-menu > li:first-child {
  border-left: 5px solid #576064;
}
.sf-menu > li > a {
  padding: 25px 28px 25px 27px;
  border: none;
  border-right: 1px solid #e1e1e1;
  color: #657176;
  text-transform: uppercase;
  font-weight: 300 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 20px !important;
    line-height: 2 !important;
    padding: 15px;
  }
}
.sf-menu li li {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
  background-image: -o-linear-gradient(top, #ffffff, #ededed);
  background-image: linear-gradient(to bottom, #ffffff, #ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
.sf-menu li li a {
  padding: 15px 0px 15px 15px;
  border: none;
  color: #657176;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 18px;
  font-family: 'BenchNine', sans-serif;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu li li a {
    font-size: 16px;
    line-height: 1.2;
  }
}
.sf-menu > li:hover,
.sf-menu > li.sfHover,
.sf-menu > li.current-menu-item {
  background-color: #677276;
  background-image: -moz-linear-gradient(top, #7b888d, #495154);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b888d), to(#495154));
  background-image: -webkit-linear-gradient(top, #7b888d, #495154);
  background-image: -o-linear-gradient(top, #7b888d, #495154);
  background-image: linear-gradient(to bottom, #7b888d, #495154);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b888d', endColorstr='#ff495154', GradientType=0);
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a {
  border-color: rgba(0, 0, 0, 0.11);
  background: none;
  color: #fff;
}
.sf-menu li li > a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {
  color: #fff;
  background-color: #677276;
  background-image: -moz-linear-gradient(top, #7b888d, #495154);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b888d), to(#495154));
  background-image: -webkit-linear-gradient(top, #7b888d, #495154);
  background-image: -o-linear-gradient(top, #7b888d, #495154);
  background-image: linear-gradient(to bottom, #7b888d, #495154);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b888d', endColorstr='#ff495154', GradientType=0);
}
/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */

}
.sf-sub-indicator {
  position: absolute;
  top: 1.05em;
  /* IE6 only */

  right: .75em;
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background: url(../images/arrows-ffffff.png) no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */

  text-indent: -999em;
}
a > .sf-sub-indicator {
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
  /* give all except IE6 the correct values */

  top: .8em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/

}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/

}
.select-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Slider
================================================== */
.slider {
  z-index: auto;
  overflow: visible;
  margin-top: -40px;
  width: auto;
  background: #e1e1e1;
}
@media (max-width: 767px) {
  .slider {
    margin-top: 0;
  }
}
.camera_wrap {
  float: none;
}
.camera_caption {
  top: 38%;
  bottom: auto;
  left: 50%;
  width: 960px;
  margin-left: -480px;
}
@media (max-width: 1100px) {
  .camera_caption {
    top: 15%;
  }
}
@media (max-width: 767px) {
  .camera_caption {
    display: none !important;
  }
}
.camera_caption > div {
  width: 40%;
  padding: 0;
  background: none;
  text-align: right;
}
.camera_caption h2 {
  color: #9fa3a6;
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -2px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .camera_caption h2 {
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 0;
    padding-top: 10px;
  }
}
.camera_caption h2 span {
  display: block;
  color: #565c61;
  font-size: 60px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .camera_caption h2 span {
    font-size: 30px;
    line-height: 1.2;
  }
}
/*/ Slider */
/* #Content
================================================== */
.content-holder {
  padding: 50px 0 25px 0;
  background: #3c4245 url(images/content-tail.gif) 50% 0 repeat;
}
.home .content-holder {
  padding: 0;
}
@media (max-width: 767px) {
  .content-holder {
    padding: 0 20px;
  }
}
.content-glow {
  padding: 0 0 25px 0;
}
.home .content-glow {
  background: url(../images/content-glow.png) 50% 0 no-repeat;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .content-glow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content {
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
/* Title
---------------------------------------- */
.title-section {
  padding: 0;
}
.title-header {
  margin-bottom: 0;
}
/* Breadcrumb
---------------------------------------- */
.breadcrumb__t {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* /Breadcrumb */
/* #Post
================================================== */
.post-title {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .post-title {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
}
.post-title a {
  color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.post-title a:hover {
  text-decoration: none;
  color: #ffb534;
}
.post_meta {
  border-color: #73797C;
  font-size: 11px;
  color: #b2b9bc;
}
.post_meta a {
  color: #b2b9bc;
}
.post_meta i {
  color: #ffb534;
}
/* Posts navigation
---------------------------------------- */
.pagination__posts {
  margin: 0;
  text-align: left;
}
.pagination__posts ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination__posts ul li a {
  border: none;
  padding: 0;
  margin: 0 6px;
  color: #b2b9bc;
}
.pagination__posts ul li a:hover {
  color: #ffb534;
}
.pagination__posts ul .active a {
  color: #ffb534;
}
/* /Posts navigation */
/* Flexslider for Portfolio Slideshow Item and Gallery Post Format */
.flexslider {
  background: url(../images/loader.png) 50% 50% no-repeat;
}
/* Filterable Portfolio
---------------------------------------- */
.filterable-portfolio .image-wrap {
  background: url(../images/loader.png) 50% 50% no-repeat;
}
/* Single pager */
.single-pager {
  margin: 15px 0 30px;
  padding: .5em 0;
  border: none;
}
.single-pager li > a,
.single-pager li > span {
  padding: 10px 23px;
  border: none;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 400;
  font-size: 15px;
  font-family: 'BenchNine', sans-serif;
  line-height: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: -moz-linear-gradient(top, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 30, 31, 0.46)), color-stop(32%, rgba(27, 30, 31, 0.72)), color-stop(68%, rgba(27, 30, 31, 0.95)), color-stop(81%, #1b1e1f), color-stop(100%, #1b1e1f));
  background: -webkit-linear-gradient(top, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  background: -o-linear-gradient(top, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  background: -ms-linear-gradient(top, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  background: linear-gradient(to bottom, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25292b', endColorstr='#1b1e1f', GradientType=0);
}
@media (max-width: 767px) {
  .single-pager li > a,
  .single-pager li > span {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.single-pager li > a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #1b1d1e;
}
/* Author Page
---------------------------------------- */
.post-author {
  border-color: #73797c;
}
.post-author_h {
  margin: 15px 0 5px;
}
.post-author_gravatar img {
  padding: 0;
  border: none;
  background: none;
}
/* 404 Error Page
---------------------------------------- */
.error404-holder_num {
  color: #ffb534;
}
.error404-holder hgroup {
  margin: 0 0 2em 0;
  padding-top: 50px;
}
.error404-holder hgroup h1 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
}
.error404-holder hgroup h2 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
}
/*/ Content */
/* Sidebar
================================================== */
#sidebar {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.widget ul li {
  list-style-type: none;
  line-height: 18px;
  padding: 6px 0 6px 16px;
  position: relative;
}
.widget ul li:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -2px;
  width: 3px;
  height: 3px;
  content: '';
  background: #ffb534;
}
/* #Pages
================================================== */
.page-header {
  padding: 0;
  margin: 15px 0 25px;
  border: none;
}
.page-header h1 {
  margin-bottom: 0;
}
/* Single thumbnails Page
---------------------------------------- */
/* Info */
.portfolio-meta-list {
  border-color: #73797c;
}
/* Testimonials Page
---------------------------------------- */
.testimonial {
  border: 1px solid #73797c;
  background: none;
  font-style: italic;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.testimonial_content {
  background: none;
}
/* Page */
/* Archive Page
---------------------------------------- */
.archive_lists .archive_h {
  font-size: 20px;
  line-height: 1.2;
}
.archive_lists ul li {
  color: #ffb534;
}
/* FAQs Page
---------------------------------------- */
.faq-list_h {
  color: #fff;
}
.faq-list .marker {
  color: #ffb534;
}
/* Filterable Portfolio
---------------------------------------- */
@media (max-width: 767px) {
  .filter-wrapper .pull-right {
    float: none;
  }
}
.nav-pills {
  float: left;
}
.nav-pills > li > a {
  white-space: nowrap;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .nav-pills > li > a {
    padding: 5px;
  }
}
.nav-pills > li > a:hover {
  color: #fff;
  background-color: #ffb534;
}
.filterable-portfolio h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  text-transform: none;
  margin: 20px 0 5px;
}
@media (max-width: 767px) {
  .filterable-portfolio h3 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
.filterable-portfolio .image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5f5f5 url(../images/loading-folio.gif) 50% 50% no-repeat;
}
/* #Comments
================================================== */
.comment .comment-body {
  background: none;
  border: 1px solid #73797c;
}
.comment.bypostauthor .comment-body {
  background: none;
}
/*/ Comments */
/* #Widgets
================================================== */
/* Twitter widget */
.twitter_li {
  margin-bottom: 25px;
  padding: 0;
  background: none;
}
.twitter_txt {
  padding: 0;
}
.twitter_txt a {
  font-weight: normal;
}
.twitter_preloader {
  background-image: url(../images/loading-twitter.gif);
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/*/ Twitter widget */
/* Social Networks
---------------------------------------- */
.social {
  margin-bottom: 30px;
}
.social_label {
  margin: 5px 0 0 15px;
}
.social__list li {
  margin-bottom: 8px;
}
.social__list li a {
  color: #828b8f;
}
/* /Social Networks */
/* Text Widget */
.textwidget form p {
  margin-bottom: 8px;
  text-align: right;
  font-size: 0;
}
.textwidget form p em {
  display: inline-block;
  margin-right: 5%;
  width: 15%;
  vertical-align: top;
  text-align: right;
  font-style: normal;
  font-size: 12px;
  line-height: 32px;
  white-space: nowrap;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.textwidget form p > span {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  text-align: left;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.textwidget form p span.wpcf7-not-valid-tip {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.textwidget form p input[type="text"],
.textwidget form p input[type="password"],
.textwidget form p input[type="datetime"],
.textwidget form p input[type="datetime-local"],
.textwidget form p input[type="date"],
.textwidget form p input[type="month"],
.textwidget form p input[type="time"],
.textwidget form p input[type="week"],
.textwidget form p input[type="number"],
.textwidget form p input[type="email"],
.textwidget form p input[type="url"],
.textwidget form p input[type="search"],
.textwidget form p input[type="tel"],
.textwidget form p input[type="color"],
.textwidget form p .uneditable-input {
  margin: 0;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textwidget form p textarea {
  margin: 0;
  padding: 5px;
  max-width: 100%;
  width: 100%;
  height: 63px;
}
.textwidget form p input[type="submit"],
.textwidget form p input[type="reset"] {
  float: right;
  border: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.textwidget form p img {
  float: right;
  margin: 5px 10px 0 0;
}
/*/ Text Widget */
/*/ Widgets */
/* #Shortcodes
================================================== */
/* Recent Works */
.roundabout-holder {
  margin-bottom: -17px;
  text-align: center;
  background: url(../images/roundabout-glow.png) 50% 90% no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .roundabout-holder {
    background-position: 50% 85%;
  }
}
@media (max-width: 480px) {
  .roundabout-holder {
    background-position: 50% 80%;
  }
}
.roundabout-holder h2 {
  text-align: left;
  font-size: 40px;
  line-height: 48px;
}
.roundabout-holder ul {
  margin: 0 auto 50px;
  height: 250px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .roundabout-holder ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .roundabout-holder ul {
    margin-bottom: 25px;
  }
}
.roundabout-holder ul li {
  width: 375px;
  height: inherit;
  text-align: center;
}
@media (max-width: 767px) {
  .roundabout-holder ul li {
    width: 220px !important;
  }
}
@media (max-width: 480px) {
  .roundabout-holder ul li {
    width: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .roundabout-holder ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .roundabout-holder ul {
    width: 100%;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .roundabout-holder ul {
    height: 120px;
  }
}
.roundabout-holder .btn {
  padding: 10px 50px;
  font-size: 18px;
  line-height: 30px;
  background-color: #424649;
  background-image: -moz-linear-gradient(top, #5a6063, #1d2022);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a6063), to(#1d2022));
  background-image: -webkit-linear-gradient(top, #5a6063, #1d2022);
  background-image: -o-linear-gradient(top, #5a6063, #1d2022);
  background-image: linear-gradient(to bottom, #5a6063, #1d2022);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a6063', endColorstr='#ff1d2022', GradientType=0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.roundabout-holder .btn:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #1d2022;
  background-position: 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .roundabout-holder .btn {
    padding: 8px 25px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .roundabout-holder .btn {
    padding: 8px 25px;
    font-size: 16px;
    line-height: 26px;
  }
}
/* Posts Grid
-----------------------------------------*/
.posts-grid {
  padding-top: 5px;
}
.posts-grid li {
  margin-bottom: 23px;
}
.posts-grid li h5 {
  margin: 15px 0 0px;
}
.filter-wrapper strong {
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}
.thumbnail__portfolio {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.filterable-portfolio .portfolio_item_holder {
    overflow-x: hidden;
    overflow-y: hidden;
}
.widget {
    margin-bottom: 30px;
}
.video-wrap {
    height: 0;
    margin-bottom: 1.5em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.post_meta {
    border-bottom-color: #73797c;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #73797c;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #73797c;
    border-top-color: #73797c;
    color: #b2b9bc;
    font-size: 11px;
}
.post_meta {

    border-bottom-style: solid;
    border-bottom-width: 1px;
   
    border-top-style: solid;
    border-top-width: 1px;
    
    margin-bottom: 1em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    width: 100%;
}


.post_meta span {
    display: inline-block;
    line-height: 20px;
    padding-right: 15px;
}
.post_meta {
    color: #b2b9bc;
    font-size: 11px;
}
.post_meta .post_permalink {
    float: right;
    padding-right: 0;
}
.post_meta i {

    font-size: 16px;
    margin-right: 0.5em;
}
.video-wrap {
    height: 0;
    margin-bottom: 1.5em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.audio-wrap {
    margin-bottom: 1.5em;
}
div.jp-audio, div.jp-video {
    color: #a7a7a7;
    line-height: 2.2em;
    position: relative;
    z-index: 10;
}
div.jp-video video {
    background-color: #000000;
}
div.jp-audio {
    width: 100%;
}
div.jp-video.fullwidth, div.jp-video.fullwidth .jp-type-list-parent {
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
div.jp-video.fullwidth.playlist {
    height: auto;
    padding-bottom: 0;
}
div.jp-video.fullwidth .jp-type-single, div.jp-video.fullwidth .jp-type-list {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div.jp-video.fullwidth .jp-jplayer img, div.jp-video.fullwidth .jp-jplayer video, div.jp-video.fullwidth .jp-jplayer object {
    left: 0;
    position: absolute;
    top: 0;
}
div.jp-video-full {
    height: 100%;
    position: static !important;
    width: 100%;
}
div.jp-video-full div.jp-jplayer {
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    z-index: 9999999;
}
div.jp-video-full div.jp-gui {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
div.jp-video-full div.jp-interface {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1000;
}
div.jp-interface {
    background-color: #484747;
    background-image: linear-gradient(to bottom, #575656, #313030);
    background-repeat: repeat-x;
    border-bottom-color: #020202;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 35px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s, 0s;
    transition-duration: 0.5s, 0.5s;
    transition-property: opacity, margin;
    transition-timing-function: ease-in-out, ease-in-out;
    width: 100%;
}
div.jp-interface li {
    padding-left: 0;
}
div.jp-video div.jp-interface {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 0;
}
div.jp-video:hover div.jp-interface {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -36px;
    opacity: 1;
}
div.jp-controls-holder {
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 7px;
    width: 100%;
}
div.jp-interface ul.jp-controls {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.jp-controls, div.jp-interface ul.jp-controls li {
    display: inline;
    float: left;
}
div.jp-interface ul.jp-controls a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_spacer.png");
    background-origin: padding-box;
    background-position: 100% 1px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 2px;
    text-indent: -9999px;
}
div.jp-interface ul.jp-controls a span {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: -9999px;
}
a.jp-play span, a.jp-pause span {
    height: 28px;
    width: 28px;
}
a.jp-play span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
a.jp-play:hover span {
    background-position: -28px 0;
}
a.jp-pause span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: 0 -28px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: none;
}
a.jp-pause:hover span {
    background-position: -28px -28px;
}
a.jp-stop span, a.jp-previous span, a.jp-next span {
    height: 28px;
    width: 28px;
}
a.jp-stop span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: 0 -56px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
a.jp-stop:hover span {
    background-position: -28px -56px;
}
a.jp-previous span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: -56px -28px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
a.jp-previous:hover span {
    background-position: -84px -28px;
}
a.jp-next span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: -56px 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
a.jp-next:hover span {
    background-position: -84px 0;
}
div.jp-progress {
    background-color: #303030;
    border-bottom-color: #605f60;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 7px;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
div.jp-seek-bar {
    box-shadow: 0 0 2px #464444 inset;
    cursor: pointer;
    height: 100%;
    width: 0;
}
div.jp-play-bar {
    background-color: #bababa;
    background-image: linear-gradient(to bottom, #cecece, #9d9d9d);
    background-repeat: repeat-x;
    height: 100%;
    width: 0;
}
div.jp-seeking-bg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_load.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
}
a.jp-mute, a.jp-unmute, a.jp-volume-max {
    position: relative;
}
a.jp-mute, a.jp-unmute {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 60px;
    margin-top: 0;
}
a.jp-mute span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: 0 -84px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
a.jp-mute:hover span {
    background-position: -28px -84px;
}
a.jp-unmute span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: 0 -112px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: none;
}
a.jp-unmute:hover span {
    background-position: -28px -112px;
}
div.jp-volume-bar {
    background-color: #202020;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 1px 1px 0 #464444;
    cursor: pointer;
    height: 7px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 8px;
    top: 10px;
    width: 50px;
    z-index: 2;
}
div.jp-audio div.jp-volume-bar {
    right: 8px;
}
div.jp-volume-bar-value {
    background-color: #777777;
    background-image: linear-gradient(to bottom, #848484, #646464);
    background-repeat: repeat-x;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 7px;
    width: 0;
}
div.jp-current-time, div.jp-time-sep, div.jp-duration {
    font-size: 0.85em;
    margin-top: 6px;
}
div.jp-current-time {
    color: #ffffff;
    display: inline;
    float: right;
}
div.jp-time-sep {
    display: inline;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}
div.jp-duration {
    display: inline;
    float: right;
    margin-right: 130px;
    text-align: right;
}
div.jp-audio div.jp-duration {
    margin-right: 100px;
}
@media (max-width: 480px) {
}
@media (max-width: 480px) and (max-width: 480px) {
div.jp-volume-bar, .jp-toggles, div.jp-duration {
    display: none !important;
}
}
div.jp-title {
    color: #fff;
    text-align: center;
}
div.jp-title, div.jp-playlist {
    width: 100%;
}
div.jp-type-single div.jp-title, div.jp-type-playlist div.jp-title, div.jp-type-single div.jp-playlist {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
div.jp-title ul, div.jp-playlist ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
div.jp-title li {
    font-weight: bold;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
div.jp-video-full div.jp-title li {
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
}
div.jp-playlist li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #222;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-top-color: #6c6c6c;
    border-top-style: solid;
    border-top-width: 1px;
    height: 33px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
div.jp-playlist li:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
div.jp-playlist li a {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    display: block;
    padding-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
}
div.jp-playlist li a.jp-playlist-current {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/jp_playlist_li_cur.png");
    background-origin: padding-box;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
div.jp-playlist li a:hover, div.jp-playlist li.jp-playlist-current a {
    color: #8c8c8c;
}
div.jp-playlist li div {
    display: inline;
}
div.jp-playlist a.jp-playlist-item-remove {
    color: #666666;
    display: inline;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
}
div.jp-playlist a.jp-playlist-item-remove:hover {
    color: #0d88c1;
}
div.jp-playlist span.jp-free-media {
    display: inline;
    float: right;
    margin-right: 10px;
    text-align: right;
}
div.jp-playlist span.jp-free-media a {
    color: #666666;
}
div.jp-playlist span.jp-free-media a:hover {
    color: #0d88c1;
}
span.jp-artist {
    color: #fefefe;
    font-size: 0.9em;
}
div.jp-video-play {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div.jp-video-full div.jp-video-play {
    height: 100%;
    z-index: 1000;
}
a.jp-video-play-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_play.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -40px;
    margin-top: -25px;
    opacity: 0.7;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    width: 80px;
}
div.jp-video-play:hover a.jp-video-play-icon {
    opacity: 1;
}
div.jp-jplayer audio, div.jp-jplayer {
    height: 0;
    width: 0;
}
div.jp-jplayer {
    background-color: #000000;
}
ul.jp-toggles {
    float: right;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 1;
}
ul.jp-toggles li {
    display: block;
    float: left;
}
ul.jp-toggles li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_spacer.png");
    background-origin: padding-box;
    background-position: 0 1px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 2px;
}
ul.jp-toggles li a, ul.jp-toggles li a span {
    display: block;
    height: 28px;
    text-indent: -9999px;
    width: 28px;
}
a.jp-full-screen span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: -56px -56px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
a.jp-full-screen:hover span {
    background-position: -84px -56px;
}
a.jp-restore-screen span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/jp_sprite.png");
    background-origin: padding-box;
    background-position: -56px -84px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
a.jp-restore-screen:hover span {
    background-position: -84px -84px;
}
.jp-no-solution {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #404040;
    border-bottom-color: #009be3;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #009be3;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 2px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #009be3;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 2px;
    border-top-color: #009be3;
    border-top-style: solid;
    border-top-width: 2px;
    color: #000000;
    display: none;
    font-size: 0.8em;
    left: 50%;
    margin-left: -202px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    position: absolute;
    top: 10px;
    width: 390px;
}
.jp-no-solution a {
    color: #000;
}
.jp-no-solution span {
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
.post__holder {
    margin-bottom: 35px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.post_content {
    margin-bottom: 20px;
}
.video-wrap {
    height: 0;
    margin-bottom: 1.5em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    visibility: hidden;
    width: 0;
}
.share-buttons {
    margin-bottom: 2em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: 100%;
}
.share-buttons span {
    display: block;
    float: left;
    width: 90px;
}
.post-author {
    border-bottom-color: #73797c;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #73797c;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #73797c;
    border-top-color: #73797c;
}
.post-author_h {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.post-author_gravatar img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.post-author_gravatar {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
}
.post-author_h {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.post-author {
    border:  1px solid #73797c !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #dbdbdb;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #dbdbdb;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #dbdbdb;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 2em;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}
.post-author_link {
    margin-top: 1.5em;
}
.filterable-portfolio .portfolio_item {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
#commentform input[type="text"] {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    width: 288px;
}
#commentform textarea {
    height: 230px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: 530px;
    min-height: 230px;
    min-width: 530px;
    overflow-x: auto;
    overflow-y: auto;
    width: 530px;
}
.google-map iframe {
   border: none;
}
.featured-thumbnail a {
    display: block;
    position: relative;
}
.mini-post-holder .featured-thumbnail {
    margin-top: 0;
}
.featured-thumbnail {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.filterable-portfolio {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
}
/* Mini Posts List
-----------------------------------------*/
.mini-posts-list {
  margin: 0 0 25px;
  padding: 0;
}
.mini-post-holder {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  border: none;
}
.mini-post-holder:first-child {
  padding: 0;
}
.mini-post-holder .featured-thumbnail {
  margin-top: 0;
}
.mini-post-holder h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}
/*/ Shortcodes */
/* #Footer
================================================== */
.footer {
  padding: 45px 0 20px;
  z-index: auto;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer h4 {
  margin-bottom: 38px;
}
/* Footer widget */
.footer-widgets {
  position: relative;
  z-index: 1;
  font-size: 11px;
  line-height: 20px;
}
.footer-widgets h4 {
  text-transform: uppercase;
}
/* Copyright */
.copyright {
  background: url(../images/footer-border.gif) 50% 0 repeat-x;
  color: #828b8f;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
}
/* Footer navigation */
nav.footer-nav {
  float: left;
}
@media (max-width: 767px) {
  nav.footer-nav {
    float: none;
  }
}
nav.footer-nav ul li {
  padding: 0 15px 0 0;
}
nav.footer-nav ul li.current_page_item a {
  color: #828b8f !important;
}
nav.footer-nav ul li a:hover {
  color: #ffb534;
}
/* Footer text */
.footer-text {
  float: right;
}
.footer-text a {
  color: #828b8f;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.footer-text a:hover {
  color: #ffb534;
}
@media (max-width: 767px) {
  .footer-text {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/*/ Footer */
/* #Misc
================================================== */
.btn {
  padding: 10px 23px;
  border: none;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 400;
  font-size: 15px;
  font-family: 'BenchNine', sans-serif;
  line-height: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ie .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="submit"],
input[type="reset"] {
  padding: 0px 18px;
  height: 32px;
  border: none;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 400;
  font-size: 15px;
  font-family: 'BenchNine', sans-serif;
  line-height: 32px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
input[type="submit"] input[type="submit"],
input[type="submit"] input[type="reset"],
input[type="reset"] input[type="submit"],
input[type="reset"] input[type="reset"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-primary,
input[type="submit"],
input[type="reset"] {
  background: -moz-linear-gradient(top, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 30, 31, 0.46)), color-stop(32%, rgba(27, 30, 31, 0.72)), color-stop(68%, rgba(27, 30, 31, 0.95)), color-stop(81%, #1b1e1f), color-stop(100%, #1b1e1f));
  background: -webkit-linear-gradient(top, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  background: -o-linear-gradient(top, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  background: -ms-linear-gradient(top, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  background: linear-gradient(to bottom, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25292b', endColorstr='#1b1e1f', GradientType=0);
}
.btn-primary:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #1d2021;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* Horizontal Rule */
.hr {
  margin: 50px 0px 45px;
  height: 2px;
  background: url(../images/hr.gif) 0 0 repeat-x;
}
/* Dropcap */
.dropcap {
  float: none;
  margin: -24px 0 -10px;
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: #ffb534;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 11px 5px rgba(0, 0, 0, 0.11);
  font-weight: bold;
  font-size: 220px;
  line-height: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dropcap {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .dropcap {
    font-size: 150px;
    margin-top: 0;
  }
}
/* Thumbnail */
.thumbnail {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Back to Top */
#back-top span {
  background-color: #ffb534;
}
#back-top a:hover span {
  background-color: #1d2021;
}
/* List styling */
.plus-list.styled > ul {
  margin: 0 0 1em 0;
  padding-top: 12px;
}
.plus-list.styled > ul li {
  overflow: hidden;
  margin: 0 0 7px 0;
  padding-top: 10px;
  vertical-align: top;
  line-height: 32px;
}
.plus-list.styled > ul li:first-child {
  padding-top: 0;
}
.plus-list.styled > ul li:first-child:after {
  display: none;
}
.plus-list li:before {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: url(../images/plus-marker.png) 0 0 no-repeat;
  content: '' !important;
  vertical-align: top;
  line-height: 32px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .plus-list li:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .plus-list li:before {
    display: none;
  }
}
.plus-list li:after {
  position: absolute;
  top: 0;
  left: 42px;
  display: block;
  width: 100%;
  height: 1px;
  background: #505558;
  content: '';
}
@media (min-width: 768px) and (max-width: 979px) {
  .plus-list li:after {
    left: 0;
  }
}
@media (max-width: 480px) {
  .plus-list li:after {
    left: 0;
  }
}
.plus-list li a {
  display: inline-block;
  padding: 0px 0 0 14px;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 979px) {
  .plus-list li a {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .plus-list li a {
    padding: 0;
  }
}
div.wpcf7-response-output {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wpcf7-not-valid-tip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Google Map */
.wpcf7-form p.field input {
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.wpcf7-form .submit-wrap input {
    margin-right: 10px;
}
.wpcf7-form textarea {
    box-sizing: border-box;
    height: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: auto;
    resize: none;
    width: 100%;
}
/*/ Misc */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list li:before {
    content: attr(data-icon);
    display: inline-block;
    font-family: 'FontAwesome';
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    width: 14px;
}
.plus-list li:after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #505558;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 1px;
    left: 42px;
    position: absolute;
    top: 0;
    width: 100%;
}
.list.styled > ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    list-style-type: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.copyright {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.wpcf7-form textarea {
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: auto;
    resize: none;
}