/**
 * Smart by NiceThemes.
 *
 * Styles for Nice Portfolio integration.
 *
 * @package   Smart
 * @version   1.0.0
 * @author    NiceThemes <hello@nicethemes.com>
 * @license   GNU General Public License
 * @link      http://nicethemes.com/product/smart
 * @copyright (c) 2017 NiceThemes
 */
/* ============================================================================

   WARNING! DO NOT EDIT THIS FILE!

   To make it easy to update your theme, you should not edit the styles in this
   file. Instead, create a child theme or use the custom.css file to add your
   styles. You can copy a style from this file and paste it in custom.css and
   it will override the style in this file. You have been warned! :)

   ========================================================================= */
.nice-portfolio-filter.filter .filter-inner {
  padding: 0;
}

.portfolio-project-content .project-image {
  margin-bottom: 20px;
}

.portfolio-project-content .slide .nice-embed.video {
  margin: 0;
}

.nice-portfolio-project-title {
  float: left;
  margin: 15px 0 0;
  width: 75%;
}

body.rtl .nice-portfolio-project-title {
  float: right;
}

.nice-portfolio-project-title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 200;
}

.nice-portfolio-project-title h3 a, .nice-portfolio-project-title h3 a:hover, .nice-portfolio-project-title h3 a:visited, .nice-portfolio-project-title h3 a:focus {
  border: none;
  color: #707070;
}

body.has-sidebar .nice-portfolio-project-details {
  float: right;
  overflow: hidden;
  width: 31.25%;
}

@media only all and (max-width: 767px) {
  body.has-sidebar .nice-portfolio-project-details {
    float: none;
    width: 100%;
  }
}

body.sidebar-left .nice-portfolio-project-details {
  float: left;
}

@media only all and (max-width: 767px) {
  body.sidebar-left .nice-portfolio-project-details {
    float: none;
  }
}

.nice-portfolio-project-meta {
  float: right;
  margin: 15px 0 0;
  width: 25%;
  text-align: right;
  font-size: 13px;
}

.post-content .nice-portfolio-project-meta a {
  padding: 0;
  border: none;
}

body.rtl .nice-portfolio-project-meta {
  float: left;
  text-align: left;
  direction: ltr;
}

.nice-portfolio-project-meta .comment-count, .nice-portfolio-project-meta .nice-likes {
  display: inline-block;
  margin-left: 5px;
  line-height: 1.75em;
}

body.rtl .nice-portfolio-project-meta .comment-count, body.rtl .nice-portfolio-project-meta .nice-likes {
  margin-left: 0;
  margin-right: 5px;
}

.nice-portfolio-project-meta a, .nice-portfolio-project-meta a:hover, .nice-portfolio-project-meta a:visited, .nice-portfolio-project-meta a:focus {
  border: none;
  color: #838d8f;
}

.nice-portfolio-project-meta a i, .nice-portfolio-project-meta a:hover i, .nice-portfolio-project-meta a:visited i, .nice-portfolio-project-meta a:focus i {
  margin-right: 3px;
}

body.rtl .nice-portfolio-project-meta a i, body.rtl .nice-portfolio-project-meta a:hover i, body.rtl .nice-portfolio-project-meta a:visited i, body.rtl .nice-portfolio-project-meta a:focus i {
  margin-right: 0;
  margin-left: 3px;
}

.nice-portfolio-widget-box .widget_recent_entries li {
  position: relative;
  clear: both;
  overflow: hidden;
}

.nice-portfolio-widget-box .widget_recent_entries li img {
  margin-right: 10px;
  padding: 4px;
  border: 1px solid #e3e3e3;
  float: left;
}

html[dir="rtl"] .nice-portfolio-widget-box .widget_recent_entries li img {
  float: right;
}

.dark .nice-portfolio-widget-box .widget_recent_entries li img {
  border-color: rgba(255, 255, 255, 0.2);
}

html[dir="rtl"] .nice-portfolio-widget-box .widget_recent_entries li img {
  margin-right: 0;
  margin-left: 10px;
}

.nice-portfolio-widget-box .widget_recent_entries li .recent-project-wrapper:not(.has-excerpt) {
  display: table;
}

.nice-portfolio-widget-box .widget_recent_entries li .recent-project-wrapper:not(.has-excerpt) .project-title {
  display: table-cell;
  vertical-align: middle;
}

.nice-portfolio-widget-box .widget_recent_entries li .post-excerpt {
  font-size: 0.9em;
}

.nice-portfolio-widget-box .widget_recent_entries li .post-excerpt p:last-child {
  margin-bottom: 0;
}

#nice-portfolio-project-thumbnail {
  margin-bottom: 25px;
}

#nice-portfolio-project-thumbnail a {
  display: block;
}

#nice-portfolio-project-thumbnail a img {
  width: 100%;
}

#nice-portfolio-project-related h3 {
  font-size: 15px;
}

#nice-portfolio-project-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

span.previous-project-link, span.next-project-link {
  float: right;
  display: block;
}

#heading section.back-to-portfolio {
  float: left;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-family: serif;
  line-height: 34px;
}

body.rtl #heading section.back-to-portfolio {
  float: right;
}

#heading section.back-to-portfolio a, #heading section.back-to-portfolio a:hover, #heading section.back-to-portfolio a:visited, #heading section.back-to-portfolio a:focus {
  color: #fff;
}

#heading section.back-to-portfolio a i, #heading section.back-to-portfolio a:hover i, #heading section.back-to-portfolio a:visited i, #heading section.back-to-portfolio a:focus i {
  color: #fff;
}

#heading .project-navigation {
  float: right;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

body.rtl #heading .project-navigation {
  float: left;
}

.portfolio-project-likes {
  margin: 1em 0 1.5em;
}

.portfolio-project-likes a i {
  margin-right: 5px;
  margin-left: 1px;
}

body.rtl .portfolio-project-likes a i {
  margin-left: 5px;
  margin-right: 1px;
}

.portfolio-project-meta {
  margin: 0 0 1.5em;
  padding: 0;
}

.portfolio-project-meta span {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  color: #888;
}

.portfolio-project-meta span a {
  color: #888;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}

#nice-portfolio-project-categories,
#nice-portfolio-project-tags {
  margin-bottom: 1.5em;
  color: #888;
}

#nice-portfolio-project-categories h3,
#nice-portfolio-project-tags h3 {
  font-size: 15px;
}

#nice-portfolio-project-categories a,
#nice-portfolio-project-tags a {
  color: #888;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}

#nice-portfolio-project-categories a:after,
#nice-portfolio-project-tags a:after {
  content: ", ";
}

#nice-portfolio-project-categories a:last-child:after,
#nice-portfolio-project-tags a:last-child:after {
  content: "";
}

.pre-footer-navigation .nav-entries {
  margin: 0;
}

.pre-footer-navigation .nav-entries ul li a {
  color: #aaa;
}

.project-navigation a {
  background-color: rgba(0, 0, 0, 0.1);
  text-indent: -9999px;
  padding: 15px;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
}

.project-navigation a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.project-navigation a:hover:before {
  color: #fff;
}

.project-navigation a, .project-navigation a:hover, .project-navigation a:visited, .project-navigation a:focus {
  color: #fff;
  border: 2px solid #fff;
}

.project-navigation a:before {
  position: absolute;
  text-indent: 0;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  font-family: 'FontAwesome', sans-serif;
  font-size: 20px;
}

.project-navigation.previous-project-link a:before {
  content: "\f104";
}

.project-navigation.next-project-link a:before {
  content: "\f105";
}

.pre-footer-navigation ul li.back-to-portfolio {
  text-align: center;
}

.pre-footer-navigation ul li.back-to-portfolio a {
  color: #aaa;
}

.pre-footer-navigation ul li.back-to-portfolio a:hover {
  color: #777;
}

/* Homepage - portfolio */
#homepage-portfolio .block-wrapper.col-full header + .grid.no-gap,
#homepage-portfolio .block-wrapper.col-full header + .grid.no-gap-v {
  padding-bottom: 30px;
}

/*# sourceMappingURL=nice-portfolio.css.map */