/*
*
*	@project: apps.lol.mx
*	@date:    may/2016
*	
*/

body{
	padding-top: 60px;
}


/* Header */
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left: 0;
	font-weight: 900;
	font-size: 26px;
	font-family: "Source Sans Pro", Arial, sans-serif;
}

.navbar{
	font-size: 17px;	
}

.navbar-default {
    border-color: #ddd;
}

/* Body Wrapper */
.body-wrapper{
}

.posts-container > .post{
	padding: 1em 0 2em 0;
	margin: 0 0 0em 0;
	border-bottom: 1px solid #ccc;
}

.posts-container > .post-special{
	padding-top: 0;
}

.posts-container > .post:nth-child(even){
	background-color: #f0f0f0;
}

.posts-container > .post:nth-child(odd){
	background-color: #fafafa;
}

/* Post */

.post-image-bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.post-image-bg:hover{
	opacity: 0.9;
}

.post-special .post-image-bg{
	height: 350px;	
	border-bottom: 1px solid #ccc;
}



.post-normal .post-image-bg{
	height: 150px;	
}	

.post-title h3{
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: "Source Sans Pro", Arial, sans-serif;
}

.post-special .post-title h3{
	font-size: 26px;
}

.post-title h3 a:hover{
	text-decoration: none;
}

.post-special .post-title h3{
	text-align: center;
}

.post h2{
	font-size: 40px;
	font-weight: 900;
	font-family: "Source Sans Pro", Arial, sans-serif;
}

.post-special h2{
	font-size: 51px;
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.post-excerpt{
	font-size: 19px;
	max-width: 720px;
	margin: 5px auto;
	line-height: 1.5em;
}

.post-special .post-excerpt{
	font-size: 21px;
	line-height: 1.6em;
}

.post-normal .post-excerpt{
	padding-right: 3em;
	box-sizing: border-box;
}

.post h2 a{
	color: #111;
	text-decoration: none;
}

.post-normal > .container{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.post-normal .post-center{
	margin: 1em 0 0 0;
}

.post-single .post-image-bg{
	height: 400px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.post-single  .container{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;	
}

.post-single h1{
	font-size: 51px;
	font-weight: 900;
	font-family: "Source Sans Pro", Arial, sans-serif;
	line-height: 1em;
	margin: 0.2em 0 0.5em 0;
}

@media (max-width: 420px)
{
	.post-single h1{
		font-size: 42px;	
	}	
}	

.post-single h1 a{
	color: #000;
	text-decoration: none;
}

.post-single .post-title h3{
	margin: 1em 0 0 0;
}

.post-single .post-center{
	margin: 2em 0;
	border-top: 1px solid #ddd;
	padding: 1em 0;
}

.post-single .post-content{
	font-size: 19px;
	margin: 1em 0;
	
}

.post-meta{
	padding: 0 1em 1em 1em;
	
	margin: 0 0 1em 0;
}

.post-author-image img{
	border-radius: 50%;
	border:1px solid #ccc;
}

.post-author-image{
	width: 30%;
	float: left;
}

@media (max-width: 420px)
{
	.post-author-image{
		width: 28%;	
	}
	
	.post-author-image img{
		max-width: 95%;
	}	
}	

.post-author-info{
	width: 70%;
	float: left;
}

.post-author-info span{
	display: block;	
}

.post-meta h3{
	font-family: "Source Sans Pro", Arial, sans-serif;
	color: #888;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
}

.post-single .post-content h3{
	color: #333;
	font-size: 22px;
}

.post-share ul{
	margin:0px 0 0 0;
	padding: 5px 0 0 0;
}

.post-share a{
	color:#fff;
} 

.post-share li{
	list-style-type: none;
	float: left;
	margin: 0 5px;
	font-size: 16px;
	padding: 4px 0px;
	text-align: center;
	width: 28px;
	border-radius: 4px;
}

@media (max-width: 992px)
{
	.post-share li{
		margin: 5px 5px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		display: block;
	}
}

li.social.facebook{
	background-color: #3b5998;
}

li.social.linkedin{
	background-color: #007bb6;
}

li.social.twitter{
	background-color: #55acee;
}

li.social.plus{
	background-color: #dd4b39;
}

li.social.whatsapp{
	background-color: #94d228;
}

li.social.email{
	background-color: #0093b5;
}

/* Apps */
.apps-container{
	font-size: 19px;
	margin-bottom: 2em;
	
}

.apps-container h1{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
	font-size: 48px;
}

.apps-container ._container{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;	 
}

.app-intro{
	margin: 2em 0 1em 0;
}

.app-excerpt{
	margin: 0 0 1.5em 0;
}

.app-excerpt .pair{
	background-color: #eee;
}	

.app-excerpt-image{
	width: 10%;
	float: left;
	overflow: hidden;
}

.app-excerpt-image img{
	width: 80px;
	max-width: 95%;
	margin-top: 1em;
}

.app-excerpt-description{
	width: 60%;
	float: left;
	font-size: 16px;
}

.app-excerpt-info{
	width: 30%;
	float: left;
	font-size: 14px;
	padding-top: 2em;
	box-sizing: border-box;
	padding-left: 1em;
}

.app-excerpt-description h3{
	font-size: 20px;	
}

.app-excerpt-description h3 a{
	color: #111;
}	

.app-excerpt-description h3 a:hover{
	text-decoration: none;
}

@media (max-width: 992px){
	.app-excerpt-image{
		width: 14%;	
	}
	.app-excerpt-description{
		width: 56%;	
	}
	
	.app-excerpt-description h3{
		font-size: 35px;	
	}
	
	.app-excerpt-image img{
		max-width: 90%;	
	}			
}	

span.app-info-name{
	font-weight: 700;
}

.app-excerpt-info p{
	font-size: 14px;
	margin: 0 0 0px 0;	
}	

.app-single{
	font-size: 19px;
	margin-bottom: 2em;
	background-color: #f5f5f5;
	padding-top: 2em;
	padding-bottom: 2em;
}

.app-single h1{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
	font-size: 48px;
}

.app-single ._container{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;	 
}

.single-app-top{
	margin: 0 0em 1em 0;
}

.single-app-content{
	padding-top: 0em;
	color: #666;
}

.single-app-content img{
	max-width: 100%;
}

img.image-w-50, img.img-w-50, img.img-wd-50{
	max-width: 50%;
}

img.image-w-60, img.img-w-60, img.img-wd-60{
	max-width: 60%;
}

img.image-w-70, img.img-w-70, img.img-wd-70{
	max-width: 70%;
}

img.image-w-80, img.img-w-80, img.img-wd-80{
	max-width: 80%;
}

img.image-w-90, img.img-w-50, img.img-wd-50{
	max-width: 90%;
}

@media (max-width: 992px){
	img.image-w-50, img.image-w-60, img.image-w-70, img.image-w-80, img.image-w-90{
		max-width: 95%;	
	}		
}

.single-app-menu{
	font-size: 15px;
}

.single-app-image{
	background-color: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
	width: 60%;
	max-width: 60%;
	border-radius: 8px;	
}

@media (max-width: 992px){
	.single-app-image{
		width: 40%;
		float: left;
		margin-right: 15px;
		box-sizing: border-box;	
	}
	
	.single-app-info{
		width: 55%;
		float: left;
	}	
}	

.single-app-image img{
	width: 100%;
}	


/* Footer */
footer{
	margin: 15px 0;
}