

/* Crundi_ ALL OVERSIZED CONTENT IN HERE
-------------------------------------------------------------*/

/*@media only screen and (min-width: 1400px) and (max-width: 3000px)  { */

/* Crundi_ THIS ATTEMPTS TO MAKE 'FULL PROJECT LIST' BUTTON ALIGN LEFT WITH LOGO (ON PORTFOLIO PAGE)
-------------------------------------------------------------

.page-id-88 .container {
    margin: 0px !important;
    max-width: 100% !important;
    padding: 0px 90px;
}

.crundi_moveup {
	top: 0px !important;
}


}

/* ----------------------------------------------------------*/






/* Crundi_ ALL TABLET CONTENT IN HERE
-------------------------------------------------------------*/

@media only screen and (min-width: 690px) and (max-width: 1000px)  { 

/* Crundi_ FIX MOBILE SUB MENU HEIGHT ISSUE - TABLET */

#mobile-menu ul li ul {
/*     height: 88px !important; */
}

.page-id-88 .container {
    /*margin: 0px !important;*/
    /*max-width: 100% !important;*/
    /*padding: 0px 90px !important;*/
}


 /*

.full_proj {
    margin: -30px auto !important;
    padding-bottom: 68px !important;
}

.crundi_moveup {
	top: -44px !important;
}

 ---*/



}

/* ----------------------------------------------------------*/






/* Crundi_ ALL MOBILE CONTENT IN HERE
-------------------------------------------------------------*/

@media only screen and (max-width: 690px) { 

/* Crundi_ FIX MOBILE SUB MENU HEIGHT ISSUE - MOBILE */
#mobile-menu ul li ul {
/*     height: 108px; */
}
/* ---*/





/* Crundi_ TESTIMONIAL SLIDER STYLES
-------------------------------------------------------------*/

.testimonial_slider .slides {
	max-height: 150px !important;
	padding-top: 20px !important;
	padding-bottom: 0px;
}

/*




.crundi_moveup {
	top: -42px;
}


.crossfade {
    margin: 0 0 0 20px !important;
}

.crossfade h2, .crossfade p {
    margin: 0 20px 0 0px !important;
}

.crossfade em {
    margin: 0 20px 0 0px !important;
}


.pp_content {
	background-color: transparent !important;
	border: none !important;
	margin-left: 20px;
}



.single-portfolio .row.project-title .container .title-wrap {
	padding-bottom: 40px !important;
}


#portfolio-nav:after {
	content: "PORTFOLIO";
	display: block !important;
	margin-left: 0px !important;
	padding-top: 20px !important;
	opacity: 0.3;
	text-align: center;
}


#portfolio-nav {

}



#portfolio-nav li#all-items a::after {
    content: "PORTFOLIO";
    display: none !important;
}



.full_proj {
    margin: -30px auto !important;
    padding-bottom: 68px !important;
}

 ---*/

}




