/*
Theme Name: Appsfire Blog V3
Description: The theme for Appsfire Blog.
Version: 0.1
Author: Appsfire Dev Team
*/
@import url(./foundation.css);

/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
/* END RESET CSS */

/* Font-Face declaration */
@font-face {
    font-family: 'AvenirNextMedium';
    src: url('./css/fonts/avenir_next/AvenirNextMedium.eot');
    src: url('./css/fonts/avenir_next/AvenirNextMedium.eot') format('embedded-opentype'),
         url('./css/fonts/avenir_next/AvenirNextMedium.woff') format('woff'),
         url('./css/fonts/avenir_next/AvenirNextMedium.ttf') format('truetype'),
         url('./css/fonts/avenir_next/AvenirNextMedium.svg#AvenirNextMedium') format('svg');
}
@font-face {
    font-family: 'AvenirNextDemiBold';
    src: url('./css/fonts/avenir_next/AvenirNextDemiBold.eot');
    src: url('./css/fonts/avenir_next/AvenirNextDemiBold.eot') format('embedded-opentype'),
         url('./css/fonts/avenir_next/AvenirNextDemiBold.woff') format('woff'),
         url('./css/fonts/avenir_next/AvenirNextDemiBold.ttf') format('truetype'),
         url('./css/fonts/avenir_next/AvenirNextDemiBold.svg#AvenirNextDemiBold') format('svg');
}
@font-face {
    font-family: 'AvenirNextBold';
    src: url('./css/fonts/avenir_next/AvenirNextBold.eot');
    src: url('./css/fonts/avenir_next/AvenirNextBold.eot') format('embedded-opentype'),
         url('./css/fonts/avenir_next/AvenirNextBold.woff') format('woff'),
         url('./css/fonts/avenir_next/AvenirNextBold.ttf') format('truetype'),
         url('./css/fonts/avenir_next/AvenirNextBold.svg#AvenirNextBold') format('svg');
}
@font-face {
    font-family: 'AvenirLight';
    src: url('./css/fonts/avenir_light/AvenirLight.eot');
    src: url('./css/fonts/avenir_light/AvenirLight.eot') format('embedded-opentype'),
         url('./css/fonts/avenir_light/AvenirLight.woff') format('woff'),
         url('./css/fonts/avenir_light/AvenirLight.ttf') format('truetype'),
         url('./css/fonts/avenir_light/AvenirLight.svg#AvenirLight') format('svg');
}
@font-face {
    font-family: 'AvenirNextRegular';
    src: url('./css/fonts/avenir_next/AvenirNextRegular.eot');
    src: url('./css/fonts/avenir_next/AvenirNextRegular.eot') format('embedded-opentype'),
         url('./css/fonts/avenir_next/AvenirNextRegular.woff') format('woff'),
         url('./css/fonts/avenir_next/AvenirNextRegular.ttf') format('truetype'),
         url('./css/fonts/avenir_next/AvenirNextRegular.svg#AvenirNextRegular') format('svg');
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('./css/fonts/avenir_black/avenirBlack.eot');
    src: url('./css/fonts/avenir_black/avenirBlack.eot') format('embedded-opentype'),
         url('./css/fonts/avenir_black/avenirBlack.woff') format('woff'),
         url('./css/fonts/avenir_black/avenirBlack.ttf') format('truetype'),
         url('./css/fonts/avenir_black/avenirBlack.svg#AvenirBlack') format('svg');
}
@font-face {
    font-family: 'AvenirOblique';
    src: url('./css/fonts/avenir_oblique/avenir_Oblique.eot');
    src: url('./css/fonts/avenir_oblique/avenir_Oblique.eot') format('embedded-opentype'),
         url('./css/fonts/avenir_oblique/avenir_Oblique.woff') format('woff'),
         url('./css/fonts/avenir_oblique/avenir_Oblique.ttf') format('truetype'),
         url('./css/fonts/avenir_oblique/avenir_Oblique.svg#AvenirOblique') format('svg');
}
@font-face {
    font-family: 'BudHandBold';
    src: url('./css/fonts/budhandbold/budhandbold.eot');
    src: url('./css/fonts/budhandbold/budhandbold.eot') format('embedded-opentype'),
         url('./css/fonts/budhandbold/budhandbold.woff') format('woff'),
         url('./css/fonts/budhandbold/budhandbold.ttf') format('truetype'),
         url('./css/fonts/budhandbold/budhandbold.svg#BudHandBold') format('svg');
}

/* END Font-Face declaration */

/* END Font-Face declaration */

/* General selector document */

body, html{
	height: 100%;
	background-image: url('./images/css/background.jpg');
	background-repeat: repeat-y;
	line-height: 20px;
	background-position:center top;
	-webkit-font-smoothing:antialiased;
	font-smooth:always;
	margin-top: 0 !important;

}
#loader{
	text-align: center;
	margin-top: 20px;
	display: none;
}
#wrapper{
	background-image: url('./images/css/background_border.png');
	background-position:left top;
	background-repeat: no-repeat;
	height: 100%;
}
	#wrapper > .row{
		height: 100%;
	}

	.row > .columns{
		height: 100%;
	}
	.columns > #main{
		min-height: 100%;
	}

header#header, #main{
	background-color: #fff;
}
header#header{
	height: 160px;
	border-bottom: 1px #c6c6c6 solid;
	padding-top: 53px;
	

}
	header#header h1{
		padding-left: 10px;
		float: left;
	}
		header#header h1 img{
			width: 220px;
		}
	header#header h2#blog{
		font-family: 'AvenirBlack';
		font-size: 38px;
		margin-left: 7px;
		color: #727272;
		padding-top: 15px;
		float: left;
	}
	header#header h2#baseline{
		margin-left: 70px;
		clear: both;
		font-size: 14px;
		width: 70%;
		font-family: 'AvenirNextMedium';
		color: #727272;
	}

aside{
}
	aside #wrapper_badge{
		background-image: url('./images/css/corner_download.png');
		background-size: 10px;
		background-position: 0px 300px;
		background-repeat: no-repeat;
		height: 310px;
		margin-left: -10px;
	}
		aside #badge_download{
			background: #f5ad1e; /* Old browsers */
			background: -moz-linear-gradient(top, #f5ad1e 0%, #f77906 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5ad1e), color-stop(100%,#f77906)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #f5ad1e 0%,#f77906 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #f5ad1e 0%,#f77906 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #f5ad1e 0%,#f77906 100%); /* IE10+ */
			background: linear-gradient(to bottom, #f5ad1e 0%,#f77906 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ad1e', endColorstr='#f77906',GradientType=0 ); /* IE6-9 */
			height: 300px;
			color: #FFF;
			font-family: 'AvenirNextBold';
		}
		aside #badge_download #download{
			font-size: 19px;
			margin-top: 40px;
			padding-bottom: 20px;
			text-align: center;
			border-bottom: 1px solid #fff;
			text-transform: uppercase;
	                width: 100%;
                        margin-left: 0;
                        font-weight: normal;
		}
			aside #badge_download #download h3{
				font-size: 11px;
			}
			aside #badge_download #download a{
				color: #FFF;
			}
			aside #badge_download #download span{
				margin-right: 10px;
			}
				aside #badge_download #download span img{
					width: 14px;
				}
		aside .start {
			padding-bottom: 10px;
			border-bottom: 1px solid #fff;
			width: 85%;
			margin: 10px auto;
		}
			aside .start.first {
				border-bottom: none;
				padding-bottom: 0;
			}
			aside .start h3{
				text-transform: uppercase;
				background: #FFF;
				border-radius: 5px;
				height: 25px;
				line-height: 26px;
				text-align: center;
				color: #F77A06;
				font-size: 11px;
				
			}
		aside #badge_download #store {
			margin-top: 20px;
		}			
			aside #badge_download #store img#apple_store{
				width: 104px;	
				display: block;
			}
			aside #badge_download #store img#google_play{
				width: 107px;	
				display: block;
				margin-left: 2px;
			}
		aside span.title_sidebar{
			color: #fff;
			font-size: 17px;
			font-family: 'AvenirNextBold';
			padding-bottom: 20px;
			border-bottom: 1px #fff solid;
			display: block;
			text-transform: uppercase;
			margin: 0 10px;
		}
			aside span.title_sidebar img{
				float: left;
				width: 12px;
				margin-top: 3px;
				margin-right: 10px;
			}
		aside #dwn-appstatics {
			font-family: 'AvenirNextBold';
			text-transform: uppercase;
			text-align: center;
			margin-top: 10px;
			margin-left: 0;
			width: 100%;
                        font-weight: normal;
		}
			aside #dwn-appstatics a {
				color: #FFF;
			}
			aside #dwn-appstatics h3 {
				font-size: 17px;
			}
			aside #dwn-appstatics h4 {
				font-size: 10px;
			}
			aside #dwn-appstatics img {
				width: 104px;
				margin-top: 10px;
			}
		aside #search{
			margin-top: 20px;
			margin-bottom: 50px;
		}
		aside #search input{
			width: 92%;
			height: 40px;
			border-width:0px;
			border-radius:;
			margin: 20px 10px 0 10px;
			display: block;
			padding-left: 12px;
			font-size: 14px;
			font-family: 'AvenirNextMedium';
			color: #989898;
		}
			aside #search input[type='search'], #searchform input[type='search']{
				width: 75%;
				float: left;
				outline:none;
				margin-right: 0;
				-webkit-appearance: textfield;
				font-size: 12px;
			}
			aside #search input[type='submit'], #searchform input[type='submit']{
				width: 17%;
				float: left;
				margin-left: 0;
				cursor: pointer;
				background-image: url('./images/css/search.png');
				background-repeat: no-repeat;
				background-size: 18px;
				background-position: 10px 10px;
				background-color: #FFF;
				
			}
		aside #events{
			margin-bottom:80px;
			margin-top: 140px;
		}
		aside .no_events{
			margin-top: 20px;
			margin-left: 10px;
			font-family: 'AvenirNextMedium';
			font-size: 12px;
			color: #fff;
		}
			aside #events .events_single{
				position: relative;
				color: #46494a;
				font-family: 'AvenirNextRegular';
				background-image: url('./images/css/background_events.png');
				background-size: cover;
				height: 170px;
				margin-top: 20px;
				margin-right: 10px;
				margin-left: 10px;
			}
				aside #events .events_single .events_date{
					font-size: 11px;
					width: 38px;
					float: left;
					border-right: 1px solid #46494a;
					margin-right: 5px;
					text-align:center;
				}
					aside #events .events_single .events_date span.day{
						font-size: 11px;
						display: block;
					}
				aside #events .events_single .events_location{
					top: 20px;
					position: absolute;
					font-size: 12px;
					background-image: url('./images/css/puce_location.png');
					background-repeat: no-repeat;
					background-size: 7px;
					margin-left: 45px;
					clear: both;
					padding-left: 10px;
					background-position: 0px;
				}
				aside #events .events_single .events_title{
					padding-top: 3px;
					float: left;
					font-family: 'AvenirNextBold';
					font-size: 11px;
				}
				aside #events .events_single .events_image{
					text-align: center;
				}
					aside #events .events_single .events_image a img{
						width: 230px;
						height: 120px;
					}

		aside #on_web{}
			aside #on_web ul{
				margin-left: 10px;
				margin-top: 14px;
			}
				aside #on_web ul li{
					display: inline-block;
					background-image: url('./images/css/sprite_onweb.png');
					background-repeat: no-repeat;
					width: 27px;
					background-size: 166px;
					height: 26px;
				}
					aside #on_web ul li:nth-child(2){
						background-position: -35px 0px;
					}
					aside #on_web ul li:nth-child(3){
						background-position: -70px 0px;
					}
					aside #on_web ul li:nth-child(4){
						background-position: -105px 0px;
					}
					aside #on_web ul li:nth-child(5){
						background-position: -140px 0px;
					}
					aside #on_web ul li a{
						display: block;
						height: 26px;
						width: 26px;
					}
#main{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}
	#main{
		overflow-x: hidden;
	}
	#main article .article_title, .article_author, .article_content, .article_comment, .article_tags, .article_cover {
		margin-left: 20px;
	}
			#main article .article_title, .article_author, .article_cover, .article_content, .article_comment p {
				overflow-wrap: break-word;
			}

	#main article{
		padding-top: 80px;
	}
		.border-bottom{
		    border-bottom: 1px solid #C6C6C6;
		    height: 10px;
		    margin-left: -10px;
		    width: 113%;
		    margin-top: 60px;
		}	
		#main article .article_share{
			height: 200px;
			width: 60px;
			margin-top: 10px;
		}
			#main article .article_share .article_share_title{
				
				height: 30px;
				background-image: url('./images/css/background_share.jpg');
				background-repeat: no-repeat;
				background-size: 60px 24px;
				background-position: top center;
				text-align: center;
				color: #fff;
				font-size: 12px;
				font-family: 'AvenirNextBold';
				text-transform: uppercase;
			}
				#main article .article_share ul{
					text-align: center;
					z-index: 1;
				}
					#main article .article_share ul li{
						background-position: 3px 0;
						background-image: url('./images/css/sprite_share.png');
						background-size: 33px;
						background-repeat: no-repeat;
						width: 39px;
						height: 33px;
						margin: 0 auto 7px auto;
						display: block;
					}

						#main article .article_share ul li:nth-child(1) iframe{
							opacity:0;
							height: 33px !important;
							width: 33px !important;
							padding-top: 3px;
						}

						#main article .article_share ul li:nth-child(2){
							background-position: 3px -33px;
						}
							#main article .article_share ul li:nth-child(2) iframe{
								opacity:0;
								margin-top: 5px;
							}
						#main article .article_share ul li:nth-child(3){
							background-position: 3px -66px;
						}
							#main article .article_share ul li:nth-child(3) iframe{
								margin-top: 5px !important;
								opacity: 0;
							}

						#main article .article_share ul li:nth-child(4){
							background-position: 3px -98px;
						}
							#main article .article_share ul li:nth-child(4) .IN-widget{
								opacity: 0;
								margin-top: 7px;
							}
							#main article .article_share ul li a{
								width: 39px;
								height: 34px;
								display: block;
								cursor: pointer;
							}
			#main article .article_title{
				color: #212121;
				font-size: 30px;
				font-family: 'AvenirNextRegular';
				margin-bottom: 20px;
				line-height: 40px;
			}
				#main article .article_title:hover{
					color: #f79412 !important;
				}
			#main article .article_author{
				text-transform: uppercase;
				font-size: 11px;
				font-family: 'AvenirNextRegular';
				margin-top: 10px;
				color: #212121;
				display: block;
			}
				#main article .article_author span{
					text-transform: uppercase;
					font-size: 11px;
					font-family: 'AvenirNextBold';
					color: #f79412;
					display: inline-block;
					margin-bottom: 20px;
				}

			#main article .article_date{
				height: 80px;
				border: 1px solid #f79515;
				width: 60px;
			}
				#main article .article_date span{
					color: #f79412;
					font-family: 'AvenirNextRegular';
					display: block;
					text-align: center;
					text-transform: capitalize;
				}
					#main article .article_date span.day{
						font-size: 28px;
					}
						#main article .article_date span.day sup{
							font-size: 15px;
							vertical-align: super;
						}
					#main article .article_date span.month{
						font-size: 15px;
						margin-top: 7px;
					}
					#main article .article_date span.year{
						font-size: 13px;
						margin-top: 5px;
					}
			#main article .article_cover{
				margin-bottom: 40px;
				margin-top: 10px;
			}
				#main article .article_cover img{
					width: 100%;
					max-height: 120px;
				}
			#main article .article_content{
				line-height: 22px;
				font-size: 16px;				
				color: #45494a;
				font-family: 'AvenirNextMedium';
			}
				#main article .article_content p{
					margin: 20px 0px;
				}
				#main article .article_content img{
					margin: 20px auto;
				}
				.wp-caption {
					width: 100% !important;
				}
				.article_content iframe {
					width: 100% !important;
				}
				#main article .article_content h1{
					font-size: 26px;
					font-weight: bold;
					margin: 17px 0;
				}

				#main article .article_content h2{
					font-size: 22px;
					font-weight: bold;
					margin: 15px 0;
				}

				#main article .article_content h3{
					font-size: 18px;
					font-weight: bold;
					margin: 10px 0;
				}
				#main article .article_content .wp-caption p.wp-caption-text {
					margin: 0;
					color: #666;
					font-size: 13px;
					line-height: 18px;
					padding: 18px 5px;
					text-align: center;
				}
				#main article .article_content a{
					color: #f79412;
					text-decoration: underline;
				}
				#main article .article_content a.readmore{
					padding-top: 30px;
					font-family: 'AvenirNextBold';
					color: #f79513;
					font-size: 14px;
			
				}
				#main article .article_content ul{
					margin-left:25px;
				}
					#main article .article_content ul li{
						list-style: circle;
						margin-bottom:10px;
					}				
			#main article .article_tags{

			}

			#main article .article_tags a{
				background-color: #727272;
				border-radius: 3px;
				color: #FFF;
				font-family: 'AvenirNextDemiBold';
				padding: 3px 6px;
				margin-right: 5px;
				font-size: 10px;
				text-transform: capitalize;

			}

			#main article .article_comment, .article_tags{
				color: #f79513;
				padding-top: 25px;
				font-size: 13px;
				font-family: 'AvenirNextBold';
			}

			/* CSS ol,li added by Max on 2014-04-10 */
			#main article ol {
				list-style-type: decimal; 
				list-style-position: inside;
				margin: 1em 0;
				padding: 0 0 0 40px;
			}

			#main article li {
				list-style-type: decimal;
			}
			/* END CSS added by Max on 2014-04-10 */

			a.more-link{
				padding-top: 25px;
				font-family: 'AvenirNextBold';
				color: #f79513;
				font-size: 14px;
				text-transform: uppercase;
				background-image: url('./images/css/arrow_learn.jpg');
				background-repeat: no-repeat;
				background-position: 100px 28px;
				-webkit-background-size: 12px;
				background-size: 12px;
				float: right;
				width: 112px;
				text-decoration: none !important;
				margin-top: 40px;
			}
			a.more-link:hover {
				text-decoration: underline !important;
			}
			a.point-more{
				display: inline-block;
				padding-left: 5px;
			}

			#disqus_thread{
				margin-top: 80px;
			}
			.no-found{
				font-family: 'AvenirBlack';
				color: #f79512;
				font-size: 21px;
				margin-bottom: 20px;
				text-align: center;
				margin-top: 80px;
			}
			#glasses-nofound{
				text-align: center;
			}
			#do-another{
				color: #f79512;
				font-family: 'AvenirBlack';
				font-size: 14px;
				margin-top: 40px;
				text-align: center;
			}
			#form-notfound {
				height: 50px;
				width: 290px;
				margin:0 auto;

			}
				#form-notfound input[type="search"]{
					border-top:1px solid #c6c6c6;
					border-bottom:1px solid #c6c6c6;
					border-left:1px solid #c6c6c6;
					height: 45px;

				}
				#form-notfound input[type="submit"]{
					border-top:1px solid #c6c6c6;
					border-bottom:1px solid #c6c6c6;
					border-right:1px solid #c6c6c6;
					height: 45px;

				}
				#form-notfound input[type='submit'] {

					background-position: 10px 13px;

				}
		#not-found {
			font-family: 'AvenirBlack';
			font-size: 38px;
			color: #727272;
			text-align: center;
			margin-top: 90px;
		}
		#not-found a {
			margin-top: 50px;
			display: inline-block;
			font-size: 20px;
			font-family: 'AvenirNextMedium';
			color: #f79512;
		}
		#navigation {
			margin-top: 100px;
			font-size: 20px;
			font-family: 'AvenirNextMedium';
			color: #f79512;
			float: right;
		}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
width: 100%;
overflow: auto;
display: block;
border-collapse: collapse;
border-spacing: 0;
}

table tr:nth-child(2n) {
background-color: #f8f8f8;
}

table tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

table th, table td {
border: 1px solid #ddd;
padding: 6px 13px;
}

blockquote {
	font-style:italic
}

@media screen and (max-width: 800px) {
	#wrapper {
		background-image: none;
	}
	aside{
		display: none;
	}
  .large-9 {
    position: relative;
    width: 100% !important; }
	#main article .article_share {
		float: left;
		height: auto;
		width: 100%;
	}
		.article_share .article_share_title {
			float: left;
			width: 60px;
		}
		.article_share ul li {
			display: inline-block;
			float: left;
		}
			#main article .article_date{
				width: 100%;
				margin-bottom: 25px;
			}
	#main article .article_title, .article_author, .article_cover, .article_content, .article_comment{
		
	}
}

/* Between desktop version and Ipad */
@media screen and (min-width: 768px) and (max-width:800px) {
	.article_content, .article_author, .article_comment, .article_title, .article_tags, .article_cover{
		margin-left: 10px !important;
	}
	#main article {
		margin-top: 40px;
	}
	#main article .article_share ul {
		margin-left: 10px;
	}
}
/* Mobile version */
@media screen and (max-width: 767px) {

	header#header h2#baseline {
		width: 100%;
	}
	header#header {
		height: 120px;
		padding-top: 20px;
	
	}
	.article_content, .article_author, .article_comment, .article_title, .article_tags, .article_cover{
		margin-left: 0px !important;
	}
	#main article {
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 30px;
	}
	a.more-link {
		padding-top: 0;	
	}
	.article_share_title{
		display: none;
	}
	
}
@media screen and (max-width: 360px) {
	header#header h1{
		padding-left: 10px;
		float: left;
	}
		header#header h1 img{
			width: 150px;
		}
	header#header h2#blog{
		font-size: 30px;
		padding-top: 7px;
	}
	header#header h2#baseline{
		margin-left: 0px;
		padding: 0 10px;
	}

}