/* 
Theme Name: Len Peralta - v1
Theme URI: http://www.lenperalta.com
Version: 1
Description: Custom Wordpress theme for Len Peralta's website
Author: Peter Go
Author URI: http://www.petergo.org
*/
body {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 180%;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	color: #000 !important;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
	overflow-x: hidden !important;
}

img { max-width: 100% !important; height: auto; }

h1,h2,h3,h4,h5,h6,p {font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;}

a, a:active, a:focus, a:visited {
	color: #000;
	text-decoration: none;
	outline: 0 !important;
}
a:hover {
	color: #4e4e4e;
	text-decoration: none;
}

a.blog-title, a.blog-title:active, a.blog-title:focus, a.blog-title:visited {
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
	color: #000;
	text-decoration: none !important;
	outline: 0 !important;
}
a.blog-title:hover {
	color: #4e4e4e;
	text-decoration: none;
}
.blog-content {
	font-size: 14px; 
	line-height: 110%; 
	margin-top: 10px;
}
.blog-content img,
.blog-content iframe{
	max-width: 100%;
}
.blog-date {
	font-size: 14px;
}

.main-wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	position: relative;

}
.fixed-nav {
	position: fixed; 
	top: 0; 
	width: 100%; 
	padding: 5px; 
	z-index: 100; 
	display: none;

}
.header-image {
	position: absolute;
	top: 22px;
	left: 80px;
	max-width: 100%;
	height: auto;
	z-index: 100;
}
.thefooter {
	min-height: 240px;
	font-size: 16px;
}
.thefooter a,
.thefooter a:active,
.thefooter a:focus,
.thefooter a:visited {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0;
}
.thefooter a:hover {
	color: #505050;
	text-decoration: none;
}
.gray-bg {
	background-color: #ebebeb; 
	border-top: #cbcbcb 1px solid;
	border-bottom: #cbcbcb 1px solid;
}
a.footer-link,
a.footer-link:active,
a.footer-link:visited,
a.footer-link:focus {
	font-size: 14px !important;
	color: #6d6d6d !important;
	display: block !important;
}
a.footer-link:hover {
	color: #232323 !important;
	text-decoration: none !important;
}

/***
a.footer-link,
a.footer-link:active,
a.footer-link:visited,
a.footer-link:focus {
	font-size: 12px !important;
	color: #6d6d6d !important;
	display: block !important;
	padding: 4px !important;
	border: #6d6d6d 1px solid !important;
	border-left: #6d6d6d 5px solid !important;
}
a.footer-link:hover {
	color: #232323 !important;
	border: #232323 1px solid !important;
	border-left: #232323 10px solid !important;
	text-decoration: none !important;
}

***/

.white-spacer {
	background-color: #fff;
	width: 100%;
	height: 70px;
	clear: both;
}
.section-outer {
	min-height: 550px; 
	width: 100%; 
	padding-top: 25px; 
	padding-bottom: 35px;
}
.section-title {
	color: #fff;
	padding-left: 12px;
	padding-top: 30px;
	padding-bottom: 8px;
}
.section-thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 16px;
}
.home-thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.backtotop {
	position: fixed; 
	bottom: 10px; 
	right: 10px;
	display: none;
}

.home-spacer {
	min-height: 500px;
	clear: both;
}

.nopads {
	margin: 0 !important;
	padding: 0 !important;
}
.clear {
	clear: both;
}
.btn {
	outline: 0 !important;
}
.text-white { color: #fff !important; }
.text-shadow-black { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }


.social-icons {
	padding-bottom: 15px;
	padding-top: 15px;
}

.subpage-nav {
	display: none; 
	width: 100%; 
	height: 50px; 
	background-color: #222222; 
	color: #777777; !important;
}
.subpage-nav .navbar-brand {
	color: #777777;
}
.subpage-nav .navbar-brand:hover,
.subpage-nav .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}


.samples-slides {
	max-width: 920px;
	padding: 0;
	margin: 0 auto;
	text-align: center !important;
}
.slide-container{
	width: 100% !important;
	position: relative;
	height: 500px;
	margin: 0 auto;
	text-align: center !important;
}
img.slide-image {
	max-height: 100% !important;
	width: auto !important;
	text-align: center !important;
	margin: 0 auto !important;
}
.slide-caption {
	width: 100%;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	display: none;
	text-align: left;
}


.mugshot img {
	-moz-border-radius: 20px / 20px; 
	border-radius: 20px;
}


#ModalCredits .modal-dialog,
#ModalDisclaimers .modal-dialog {
	width: 900px;
	max-width: 95%;
}

.cat-thumb {
	position: relative;
	float: left;
	border: #ededed 3px solid;
	-moz-border-radius: 10px / 10px; 
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
.cat-caption {
	position: absolute;
	width: 300px;
	top: 180px;
	left; 0;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	display: none;
}
.dropdown-header {
	font-size: 16px;
}

img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 0;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 0;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    } 

.icon-swipe {
}


/****** BOOTSTRAP CAROUSEL ***/
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-brand {
	font-size: 30px !important;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	background-color: #363636;
	background: rgba(56, 56, 56, 0.60);
	border-radius: 20px;
}

/* Declare heights because of positioning of img element */
.carousel .item img {
	width: 100% !important;
}
.carousel .item {
	width: 100%;
	height: auto;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
}


/* HOVER EFFECTS
-------------------------------------------------- */
.view {
	width: 100%;
	height: 100%;
	max-width: 480px;
	margin: 0;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 20px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}
.view p {
	font-style: italic;
	font-size: 14px;
	position: relative;
	color: #000;
	padding: 10px 20px 10px;
	text-align: center;
	line-height: 120%;
}
.view a.info {
	font-size: 17px;
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	margin-bottom: 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
	background-color: rgba(195,195,195, 0.6);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #333;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth p {
	color: #333;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/* LOAD MORE 
-------------------------------------------------- */
ul#myList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#myList li{ 
	display:none;
}
#loadMore {
	cursor: pointer;
}
.btn-200 {
	min-width: 200px;
}

button.alm-load-more-btn{	
   font-family: Helvetica, Arial, sans-serif;
   font-size:16px;
   font-weight: 600;
   width:auto;   
   height: 42px;
   line-height: 44px;
   background: #FF5A58;
   color:#fff;
   border: none;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   margin: 0 0 4px;
   padding:0 20px;
   display: inline-block;		
   position: relative;
   -webkit-transition: padding 0.25s ease-in-out;
   -moz-transition: padding 0.25s ease-in-out;
   transition: padding 0.25s ease-in-out;
   text-align: center;	
   text-decoration: none;
   -webkit-appearance: none; 
   -moz-appearance: none;   
   appearance: none;      
   /* Prevents text selection */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
	button.alm-load-more-btn:hover{
		background-color: #ec4745;
		color: #fff;
		text-decoration: none;
	}
	button.alm-load-more-btn:active{
		-webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}	
	
	/* Loading */
   button.alm-load-more-btn.loading{
    	padding-left: 44px;
   }
    
   /* Loaded / Done */
	button.alm-load-more-btn.done{
		display: none;
		cursor: default;
		opacity: 0.0;
		filter: alpha(opacity=20); 
		background-color: #FF5A58; 
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
   }  
      
   /* Loading Icon */
	button.alm-load-more-btn:before,
	button.alm-load-more-btn.done:before{                
		background: none;
		width: 0;
	}
	
	/* Loading :before */
	button.alm-load-more-btn.loading:before {
      background: #fff url(/images/load-more.gif) no-repeat center center;
      width: 30px;
      height: 30px;
      margin: 6px;		
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      display: inline-block;
      z-index: 0;
      content: '';
      position: absolute;
      left: 0;
      overflow: hidden;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
	}
	
.alm-btn-wrap{
	text-align:center;
	padding:10px 10px 30px;
	overflow: hidden;
	display: block;
}

/* Blue */
.ajax-load-more-wrap.blue button.alm-load-more-btn{
	background-color: #529ecf;
}
	.ajax-load-more-wrap.blue button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.blue button.alm-load-more-btn.done{
		background-color: #468ebb;
	}
	
/* green */
.ajax-load-more-wrap.green button.alm-load-more-btn{
	background-color: #80bb46;
}
	.ajax-load-more-wrap.green button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.green button.alm-load-more-btn.done{
		background-color: #6fa43c;
	}
	
/* red */
.ajax-load-more-wrap.red button.alm-load-more-btn{
	background-color: #ca4b4b;
}
	.ajax-load-more-wrap.red button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.red button.alm-load-more-btn.done{
		background-color: #b13b3b;
	}

/* purple */
.ajax-load-more-wrap.purple button.alm-load-more-btn{
	background-color: #b14fae;
}
	.ajax-load-more-wrap.purple button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.purple button.alm-load-more-btn.done{
		background-color: #9c4399;
	}	

/* grey */
.ajax-load-more-wrap.grey button.alm-load-more-btn{
	background-color: #999;
}
	.ajax-load-more-wrap.grey button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.grey button.alm-load-more-btn.done{
		background-color: #666;
	}	

/* white */
.ajax-load-more-wrap.white button.alm-load-more-btn{
	background-color: #fff;
	color: #666;
	border: 1px solid #efefef;
}
	.ajax-load-more-wrap.white button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.white button.alm-load-more-btn.done{
		background-color: #fff;
		color: #333;
	}	
	.ajax-load-more-wrap.white button.alm-load-more-btn.done{
		border-color: #fff;
	}
	


/*
*  Generic alm-listing Styles
*
*  @since 1.0.0
*/

.alm-listing{
	margin: 0;
	padding: 0;
}
	.alm-listing li{
		background: none;
		margin: 0 0 30px;
		padding: 0 0 0 170px;
		overflow: hidden;
		position: relative;
		list-style: none;
	}						
	.alm-listing li a{
		color: #34383D;
	}
	.alm-listing li p{
		margin: 0;
	}
	.alm-listing li h3{
		margin: 0 0 10px;
	}
	.alm-listing li img{
		position: absolute;
		left: 0;
		top: 0;			
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}	

/* SCROLLING MY-WORK CONTENTS
-------------------------------------------------- */
#mixedContent {
	min-width: 100%;
	height: auto;
	position: relative;
}
.contentBoxText {
	position: relative;
	height: 100% !important;
	min-height: 475px !important;
	max-width: 360px;
	overflow: auto;
	float: left;
	display: block;
	/** border: solid 1px #ccc; **/
	padding: 10px;
	margin: 0;
}

.contentBoxTextHome {
	position: relative;
	background-color: #fff;
	border: #ccc 1px solid;
	min-width: 360px;
	max-width: 360px;
	height: 480px;
	max-height: 480px;
	overflow: auto;
	float: left;
	display: block;
	padding: 12px;
	margin: 0;
	margin-right: 16px;
}
.contentBoxTextHome a {
	text-decoration: underline;
}
.contentBoxTextHomeNoScroll {
	position: relative;
	background-color: #fff;
	border: #ccc 1px solid;
	max-width: 360px;
	height: 480px;
	max-height: 480px;
	overflow: auto;
	float: left;
	display: block;
	padding: 12px;
	margin: 0;
	margin-right: 16px;
	overflow-y: hidden !important;
}


.contentBoxTextHome img {
	width: 100% !important;
	height: auto !important;
}

#mixedContent img {
	height: 450px;
	max-height: 450px;
}
#mixedContent .contentBox {
	position: relative;
	float: left;
	display: block;
	/** border: solid 1px #ccc; **/
	padding: 10px;
	margin: 0px 5px;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}





/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(/images/cursor_arrow_left.png), url(/images/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(/images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(/images/cursor_arrow_right.png), url(/images/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(/images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/* TUMBLR FEED
-------------------------------------------------- */
.itemDate {font-size:12px;} 


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 0;
		width: 100%;
	}
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (max-width: 720px) { 
	.home-spacer {display: none !important;}
	#fsb_image { display: none !important; }
}

@media (max-width: 600px) { 
	.section-outer { padding-right: 10px; padding-left: 10px; }
}




