/*
*	Nexty Style sheet
*	Author: Denny
*/
/******* font ***********
 
 ************************/
 
@font-face {
  font-family: "AlexBrush";
  src: url("./font/AlexBrush-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  src: url("./font/AvenirLTStd-Black.eot");
  /* IE9 Compat Modes */
  src: url("./font/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("./font/AvenirLTStd-Black.woff") format("woff"), url("./font/AvenirLTStd-Black.ttf") format("truetype"), url("./font/AvenirLTStd-Black.svg#2d55e36446b90be6f85f84e74f83cb6c") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("./font/HelveticaNeue-Light.eot");
  /* IE9 Compat Modes */
  src: url("./font/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("./font/HelveticaNeue-Light.woff") format("woff"), url("./font/HelveticaNeue-Light.ttf") format("truetype"), url("./font/HelveticaNeue-Light.svg#7384ecabcada72f0e077cd45d8e1c705") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("./font/HelveticaNeue.eot");
  /* IE9 Compat Modes */
  src: url("./font/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("./font/HelveticaNeue.woff") format("woff"), url("./font/HelveticaNeue.ttf") format("truetype"), url("./font/HelveticaNeue.svg#a68121ef2e891aed38ff01110987f27a") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("./font/HelveticaNeueBd.eot");
  /* IE9 Compat Modes */
  src: url("./font/HelveticaNeueBd.eot?#iefix") format("embedded-opentype"), url("./font/HelveticaNeueBd.woff") format("woff"), url("./font/HelveticaNeueBd.ttf") format("truetype"), url("./font/HelveticaNeueBd.svg#2cea4c9f36ad4531a7d6ab1ab64b8db4") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Helvetica Neue Med';
  src: url("./font/HelveticaNeueMed.eot");
  /* IE9 Compat Modes */
  src: url("./font/HelveticaNeueMed.eot?#iefix") format("embedded-opentype"), url("./font/HelveticaNeueMed.woff") format("woff"), url("./font/HelveticaNeueMed.ttf") format("truetype"), url("./font/HelveticaNeueMed.svg#2cea4c9f36ad4531a7d6ab1ab64b8db4") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

.f12 {
  font-size: 12px;
  line-height: 15px; }

p,
.f14 {
  font-size: 14px;
  line-height: 17px; }

.f16 {
  font-size: 16px;
  line-height: 19px; }

.f18 {
  font-size: 18px;
  line-height: 21px; }

.f20 {
  font-size: 20px;
  line-height: 23px; }

.f24 {
  font-size: 24px;
  line-height: 27px; }

.f28 {
  font-size: 28px;
  line-height: 31px; }

.f30 {
  font-size: 30px;
  line-height: 33px; }

.f32 {
  font-size: 32px;
  line-height: 35px; }

.f36 {
  font-size: 36px;
  line-height: 38px; }

.f48 {
  font-size: 48px;
  line-height: 51px; }

f52 {
  font-size: 52px;
  line-height: 54px; }

.capitalize {
  text-transform: capitalize; }

.f-black {
  color: #231916; }

.f-blue {
  color: #4649FF; }

.f-light-grey {
  color: #999EA3; }

.f-dark-grey {
  color: #3D3D3D; }

.f-white {
  color: #ffffff; }

.opacity-60 {
  opacity: 0.6; }
  
  a {
  color: #4649ff; }

img {
  padding: 0; }

input {
  border-radius: 0; }  
 
h3{
	margin: 0;
}  
  
/******* Float ***********
 
 ************************/
.float-right {
  float: right; }

input:focus {
  outline: none; }

******* Body ***********
 
 ************************/
 
* {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  
body {
    font-family: Helvetica,"Avenir Next",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #231918;
    background: #fafafa;
}    
/***header start****/
.header{
	height: 67px;
}

.header .logo-img {
	width: 100%;
    max-width: 230px;
}

.header .logo, .header .language_swicher{
	width: 50%;
}

.header .logo{
	float: left;
}

.header .language_swicher{
	float: right;
}

.header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
    text-align: right;
}

/* .header .wpml-ls-item:nth-last-child(1) a{
	padding-right: 0;
} */

.wpml-ls-display{
	display:none;
}

.input-wrap{
	position: relative;
	top: -9px;
	width: 100%;
    height: 30px;
    background: #fff;
    z-index: 1;
}

.input-wrap>div {
    position: absolute;
    top: 5px;
    left: 0;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    border-top: 0;
}

input#searchkeyword {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fafafa;
    width: 100%;
    height: 85%;
    background: #fafafa;
}

.input-wrap{
	 margin-top: 40px;
	 margin-bottom: 40px;
}

.language_swicher  .wpml-ls-flag, .language_swicher .wpml-ls-current-language{
	display: none !important;
}

.language_swicher .wpml-ls-item span{
	margin-left: 0 !important;
}

.language_swicher .wpml-ls-item a{
    color: #231916;
    text-transform: capitalize;
    cursor: pointer;	
	padding: 5px 0;
}

.language_swicher .wpml-ls-item a:hover{
	color: #333;
    background-color: transparent;
    border: 1px solid #231916;
    padding: 5px 15px;
}

/***header end****/

/***footer start****/
.footer{
	padding-top: 20px;
	border-top: 2px solid rgb(221, 18, 22);
}

.footer .templatera_shortcode > p{
	display: none;
}
/***footer end****/

/***home start****/
.home .input-wrap{
	 display:none;
}

.home .input-wrap{
	 margin-top: 0px;
	 margin-bottom: 0px;
}

.projects-filters-list-wrapper{
	float left;
	width: 65%;
}

.cherry-projects-wrapper .input-wrap{
	float: right;
	width: 35%;
	display:block;
}

ul.projects-filters-list li.active{
   background: #8a8a8a;
}

.projects-filters-list-wrapper  ul.projects-filters-list li{
	background: #afafaf;
    padding: 6px 15px 2px 5px;
    text-align: left;
    display: inline-block;
    margin-left: 4px;
    margin-right: 0px;
    margin-bottom: 4px;
    cursor: pointer;	
}

ul.projects-filters-list li:first-child{
	margin-left: 0px;
}

ul.projects-filters-list li span:last-child{
	font-size: 10px;
}

ul.projects-filters-list li span, ul.projects-filters-list li.active span, ul.projects-filters-list li:hover span{
	 color: #fff !important;
}

.projects-list{
	position: relative;
}

.projects-list .projects-item{
	margin-bottom: 40px !important;
    padding-left: 16px;
    overflow: hidden;
}

.projects-list .projects-item:nth-child(3n+1){
	position: relative;
	left: -16px;
}

.projects-list .projects-item:nth-child(3n+2){
	position: relative;
	left: -8px;
}

.projects-item .inner-wrapper{
	border-top: 6px solid #000;
}

.projects-item .project-content{
   padding-top: 18px;
}

.projects-item .post-terms{
    padding-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .5;
    text-decoration: none;
}

.projects-item  .post-terms a{
	 color: #161616;
    font-size: 14px;
    background:none;
    padding: 0;
    display: inline;
}

.project-content h3{
	height: 50px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;	
}

.project-content h3 a{
    font-weight: 700;
    font-size: 30px;
    color: #231918;
}

.cherry-projects-wrapper .projects-ajax-button {
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}

.cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span{
	border: 1px solid #4649ff;
    color: #4649ff;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;	
    background: transparent;
    text-transform: uppercase;
}

.cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span:hover{
	background: #4649ff;
    color: #fff;	
}	

.cherry-spinner h1 {
    position: relative;
/*     color: rgba(0, 0, 0, .3); */
    color: rgb(221, 18, 22);
    font-family: 'AlexBrush';
    font-size: 6em;
    left: -0.5em;
    margin: 0;
}

.cherry-spinner  h1:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 7em;
    white-space: nowrap;
    color: white;
    -webkit-animation: loading 2s infinite linear;
    animation: loading 2s infinite linear;
}

@-webkit-keyframes loading {
    0% {
        max-width: 0;
    }
}

@keyframes loading {
    0% {
        max-width: 0;
    }
}

/***home end****/

/***project post start****/
.projects-template-default .cherry-projects-single-post{
	color: #231918;
}

.cherry-skill-item .skill-bar{
	display: none;
}

.cherry-projects-single-skills-list .cherry-skill-item{
    margin-bottom: 10px !important;
    width: 50%;
    float: left;	
}

.cherry-projects-single-post .cherry-projects-slider__instance{
	margin-top: 30px;
	margin-bottom: 40px;
}

.cherry-projects-single-post .post-date{
	 opacity: 0;
}

.cherry-projects-single-post .external-link .dashicons{
	display: none;
}

.post-terms > a:first-child{
	margin-left: 0px;
}

/* .post-terms{
	 opacity: 0;
} */

 .post-terms > a{
	padding: 5px 10px;
    text-align: left;
    display: inline-block;
    color: #fff;
    margin-left: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    background: #11d5dc;
}

.cherry-projects-single-post h4 {
/*     background-image: url(../images/00-nexty-home-slogon-bg-10px.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 90% 10px; */
    display: inline-block;
    width: 100%;
}

.projects-list .projects-item-instance .simple-icon, .projects-list .projects-item-instance .simple-icon:hover{
   background-color: rgb(221, 18, 22);
}


.cherry-projects-single-post .cherry-projects-single__content .post-terms{
	margin: 20px 0 0 0;
}

.cherry-projects-description{
	opacity: 0;
}

.cherry-projects-single-post  .showbtn{
	text-align: right;
	margin-top: 10px;
}

.cherry-projects-single-post  .showbtn:after {
    font-family: dashicons;
    margin-left: 5px;
    top: 4px;
    position: relative;
    font-size: 18px;
}

.cherry-projects-single-post  .showmore:after{
	    content: "\f347";
}

.cherry-projects-single-post  .showless:after{
	    content: "\f343";
}

.cherry-projects-slider-title{
    width: 50% !important;
    margin-left: 50%;
    text-align: left;
    color: #4649ff;
    font-family: 'AlexBrush';
    font-size: 50px;
    background-image: url(../images/00-nexty-home-slogon-bg-re-40.png);
    background-repeat: repeat-x ;
    background-position: 0 0;
    background-size: auto;
    position: relative;
}

.cherry-projects-slider-title span{
	left: -45px;
}

.cherry-projects-slider-title span.title-line{
    position: absolute;
    top: 45px;
    height: 1px;
    border-top: 4px solid #4649ff;
    width: 45px;
}

.cherry-projects-slider-title span.slider-title{
	position: relative;
    top: -15px;
}	

.cherry-projects-content-title {
	position: relative;
}

.cherry-projects-content-title span.title-line{
    position: absolute;
    top: 23px;
    height: 1px;
    border-top: 2px solid #231918;
    width: 30px;
}

.cherry-projects-single-details-list .cherry-projects-details-list-title{
	display:none;
}

.cherry-projects-single-details-list ul li span{
	display: inline-block;
	width: 80px;
}

html[lang=en-US] .cherry-projects-single-details-list ul li span{
	width: 110px; 
}	

html[lang=zh-hans] span.title-en, html[lang=en-US] span.title-zh, html[lang=zh-hans] .breadcrumbs-en,  html[lang=en-US] .breadcrumbs-zh{
	display:none;
}

.breadcrumbs{
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(221, 18, 22);
    padding-bottom: 5px;
}

.breadcrumbs a {
    color: #231916;
    font-size: 14px;
}

.breadcrumbs a:hover {
    color: #4649ff;
}

.breadcrumbs a .dashicons{
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.cherry-projects-single-post .cherry-projects-single__content .cherry-projects-single_taglist .post-terms{
	margin-top: 2px;
}

.cherry-projects-single_taglist .post-terms > a{
	background: #a4cf30;
}

/***project post end****/

/***other start****/
.wrapper main{
	margin-top: 40px;
}

.search-results main{
	margin-bottom: 50px;
}
/***other end****/

/***footer start****/
.footer .copyright, .footer .copyright a{
	color: #a3a3a3;
    font-size: 12px;
    text-align: left;
}

.footer .copyright a:hover{
	color: rgb(221, 18, 22);
}

.footer  .menu-footer-nav ul{
	margin: 0;
    padding: 0;
    text-align: right;
}

.footer   .menu-footer-nav  li{
	display: inline-block;
	border-right: 1px solid #3d3d3d;
	height: 12px;
}

.footer  .menu-footer-nav li:last-child{
   border-right: none;
}

.footer  .menu-footer-nav li:last-child a{
	padding-right: 0;
}

.footer  .menu-footer-nav li a{
	color: #3d3d3d;
    font-size: 12px;
    padding: 0px 16px 0px 16px;
    height: 12px;
    line-height: 12px;
    position: relative;
    bottom: 2px;
}
/***footer end****/

/***reponsive start****/

@media (max-width: 1366px) {
}

@media (max-width: 1200px) {
	.projects-list .projects-item:nth-child(3n+1){
		left: 0px;
	}
	
	.projects-list .projects-item:nth-child(3n+2){
		left: 0px;
	}	
	
	.projects-list .projects-item:nth-child(2n+1){
		position: relative;
		left: -16px;
	}	
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
	.cherry-projects-single-post	.cherry-projects-single__container{
	   display: block;
	}
	
	.cherry-projects-single-post .cherry-projects-single__media{
	   margin-right: 0;
	}
	
	.cherry-projects-single-post .cherry-projects-single__content{
	    margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.projects-list .projects-item:nth-child(2n+1){
		left: 0px;
	}		
	
	.projects-list .projects-item{
	   padding-left: 0;
	}
	

	
}

@media (max-width: 480px) {
	.home .projects-filters{
		display: block;
	}
	
	.home .projects-filters .input-wrap, .home .projects-filters .projects-filters-list-wrapper{
	   float: none;
	   width: 100%;
	}
	
	.home .projects-filters .input-wrap{
	   margin: 15px 0;
	}
	
}

@media (max-width: 360px) {
}

/***reponsive end****/

/*  .cherry-projects-ajax-loader{
	display: block !important;
    opacity: 1 !important;
}  */