/** fonts **/
/** Primary and secondary fonts settings **/
/** Body colors **/
/** Header colors **/
/** body background **/
/** wrapper background **/
/** footer first widget area background **/
/** footer second widget area background **/
/** Footer colors **/
/** terms filters **/
/* line 7, portfolio_shortcode.less */
.portfolio-posts-filters {
  margin-bottom: 70px;
  border-bottom: 3px solid #fcd846;
  position: relative;
}
/* line 11, portfolio_shortcode.less */
.portfolio-posts-filters a {
  text-transform: uppercase;
  color: #7d7d7d;
  display: inline-block;
  padding: 0 15px 15px 15px;
  position: relative;
}
/* line 18, portfolio_shortcode.less */
.portfolio-posts-filters a:hover,
.portfolio-posts-filters a.current {
  color: #fcd846;
}
/* line 21, portfolio_shortcode.less */
.portfolio-posts-filters a.current:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-right: 4px solid #fcd846;
  border-top: 4px solid #fcd846;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: -12px;
  left: 50%;
  margin-left: -9px;
}
/**
	portfolio shortcode
**/
/* line 39, portfolio_shortcode.less */
.portfolio-posts-shortcode {
  margin: 0 -15px 30px -15px;
}
/* line 41, portfolio_shortcode.less */
.portfolio-posts-shortcode article {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 33.333333%;
}
/* line 47, portfolio_shortcode.less */
.portfolio-posts-shortcode .inside {
  padding: 0 15px 30px 15px;
}
/* line 49, portfolio_shortcode.less */
.portfolio-posts-shortcode .inside img {
  display: block;
}
/* line 53, portfolio_shortcode.less */
.portfolio-posts-shortcode .element {
  position: relative;
  overflow: hidden;
}
/* line 57, portfolio_shortcode.less */
.portfolio-posts-shortcode .view {
  margin-bottom: 22px;
}
/* line 60, portfolio_shortcode.less */
.portfolio-posts-shortcode .view,
.portfolio-posts-shortcode .link {
  display: inline-block;
  width: 30px;
  height: 18px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 68, portfolio_shortcode.less */
.portfolio-posts-shortcode .title {
  display: block;
}
/* line 70, portfolio_shortcode.less */
.portfolio-posts-shortcode .title h4 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 26px;
  color: #fff;
  font-weight: 300;
}
/* line 79, portfolio_shortcode.less */
.portfolio-posts-shortcode .title:hover h4 {
  color: #fcd846;
}
/* line 82, portfolio_shortcode.less */
.portfolio-posts-shortcode .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  border: 10px solid #fcd846;
  padding: 0 25px 0 25px;
  text-align: center;
}
/* line 92, portfolio_shortcode.less */
.portfolio-posts-shortcode .caption .caption-table {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 97, portfolio_shortcode.less */
.portfolio-posts-shortcode .caption .caption-cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 103, portfolio_shortcode.less */
.portfolio-posts-shortcode .element img {
  width: 100%;
}
/* line 109, portfolio_shortcode.less */
.portfolio-posts-shortcode.no-preview .view {
  display: none;
}
@media screen and (max-width: 1199px) {
  /* line 116, portfolio_shortcode.less */
  .portfolio-posts-shortcode .title h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 14px;
    font-weight: 300;
  }
  /* line 122, portfolio_shortcode.less */
  .portfolio-posts-shortcode .view {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 129, portfolio_shortcode.less */
  .portfolio-posts-filters {
    border-bottom: 0;
    margin-bottom: 30px;
  }
  /* line 132, portfolio_shortcode.less */
  .portfolio-posts-filters .current:after {
    display: none;
  }
  /* line 137, portfolio_shortcode.less */
  .portfolio-posts-shortcode article {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  /* line 145, portfolio_shortcode.less */
  .portfolio-posts-shortcode article {
    width: 100%;
    max-width: 370px;
  }
}
/**
	Portfolio shortcode style with description
**/
/* line 156, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc .view,
.portfolio-posts-shortcode.style-cols_3_desc .link {
  margin: 0 13px;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
/* line 162, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc article {
  margin-bottom: 30px !important;
}
/* line 165, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc .title h4 {
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
  color: #111111;
  margin-bottom: 7px;
  font-weight: 300;
}
/* line 173, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc .title:hover h4 {
  color: #fcd846;
}
/* line 176, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc .element-text {
  padding: 15px 30px;
  position: relative;
}
/* line 180, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc .desc {
  font-family: crimson_textroman;
  font-style: italic;
}
/* line 184, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc .element-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 40px;
  height: 2px;
  background: #111111;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 195, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc article:hover .element-text:after {
  width: 50%;
  background: #fcd846;
}
/* line 199, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_desc article:hover .title h4 {
  color: #fcd846;
}
@media screen and (max-width: 992px) {
  /* line 207, portfolio_shortcode.less */
  .portfolio-posts-shortcode.style-cols_3_desc .title h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  /* line 216, portfolio_shortcode.less */
  .portfolio-posts-shortcode.style-cols_3_desc article {
    max-width: 390px;
  }
}
/**
	Portfolio shortcode style without spaces
**/
/* line 225, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_no_spaces {
  margin: 0 0 30px 0;
}
/* line 227, portfolio_shortcode.less */
.portfolio-posts-shortcode.style-cols_3_no_spaces .inside {
  padding: 0;
}
@media screen and (max-width: 480px) {
  /* line 234, portfolio_shortcode.less */
  .portfolio-posts-shortcode.style-cols_3_no_spaces article {
    max-width: 390px;
  }
}
/**
	Fade hover style
**/
/* line 244, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-fade .caption {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 249, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-fade article:hover .caption {
  opacity: 1;
}
/**
	Slide from top hover style
**/
/* line 259, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-slide_top .caption {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
  top: -100%;
  width: 100%;
  height: 100%;
  bottom: auto;
}
/* line 267, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-slide_top article:hover .caption {
  top: 0;
}
/**
	Slide from right hover style
**/
/* line 277, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-slide_right .caption {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
  left: 100%;
  width: 100%;
  height: 100%;
  right: auto;
}
/* line 285, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-slide_right article:hover .caption {
  left: 0;
}
/**
	Zoom hover style
**/
/* line 295, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-zoom .caption {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 300, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-zoom article:hover .caption {
  opacity: 1;
}
/* line 303, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-zoom article:hover img {
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 316, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-zoom img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/**
	Clap #1 hover style
**/
/* line 325, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_1 .caption {
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background: transparent;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 331, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_1 .overlay {
  width: 100%;
  height: 50%;
  left: 0px;
  position: absolute;
  -webkit-transition: all 0.15s linear 0.1s;
  -moz-transition: all 0.15s linear 0.1s;
  -o-transition: all 0.15s linear 0.1s;
  transition: all 0.15s linear 0.1s;
  background: rgba(0, 0, 0, 0.55);
}
/* line 339, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_1 .overlay-top {
  top: -100%;
}
/* line 342, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_1 .overlay-bottom {
  top: 100%;
}
/* line 346, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_1 article:hover .overlay-top {
  top: 0px;
}
/* line 349, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_1 article:hover .overlay-bottom {
  top: 50%;
}
/* line 352, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_1 article:hover .caption {
  opacity: 1;
}
/**
	Clap #2 hover style
**/
/* line 363, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_2 .caption {
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background: transparent;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 373, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_2 .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.15s linear 0.15s;
  -moz-transition: all 0.15s linear 0.15s;
  -o-transition: all 0.15s linear 0.15s;
  transition: all 0.15s linear 0.15s;
  background: rgba(0, 0, 0, 0.55);
}
/* line 380, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_2 .overlay-top {
  left: 0;
  top: -100%;
}
/* line 384, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_2 .overlay-bottom {
  right: 0;
  top: 100%;
}
/* line 389, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_2 article:hover .overlay {
  top: 0px;
}
/* line 392, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-clap_2 article:hover .caption {
  opacity: 1;
}
/**
	Burn hover style
**/
/* line 403, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-burn .caption {
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background: transparent;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* line 413, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-burn .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(0, 0, 0, 0.35);
}
/* line 426, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-burn .overlay-1 {
  -webkit-transition: all 0.2s linear 0.3s;
  -moz-transition: all 0.2s linear 0.3s;
  -o-transition: all 0.2s linear 0.3s;
  transition: all 0.2s linear 0.3s;
}
/* line 429, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-burn .overlay-2 {
  -webkit-transition: all 0.2s linear 0.6s;
  -moz-transition: all 0.2s linear 0.6s;
  -o-transition: all 0.2s linear 0.6s;
  transition: all 0.2s linear 0.6s;
}
/* line 433, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-burn article:hover .overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 436, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-burn article:hover .overlay-1 {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 443, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-burn article:hover .overlay-2 {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 450, portfolio_shortcode.less */
.portfolio-posts-shortcode.hover-style-burn article:hover .caption {
  opacity: 1;
}
/* line 457, portfolio_shortcode.less */
.tax-fw-portfolio-category h1 {
  font-weight: 100;
  margin-bottom: 80px;
  font-size: 48px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  /* line 464, portfolio_shortcode.less */
  .tax-fw-portfolio-category h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
