/*
Theme Name: Pixel Out
Author: Iatkrox
Description: Bootstrap Blog template converted to WordPress
Version: 0.0.1
Tags: bootstrap , minimal , noscript
*/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 100%;
	font: inherit;
	vertical-align: baseline;
	text-transform: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration: none;
}

body {
	line-height: 1;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	text-rendering : optimizeLegibility;
	-webkit-font-smoothing : antialiased;
	font-size: 19px;
	background-color: #f4f8fb;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	font-family: georgia, sans;
	color: #15171a;
	font-size: 17;
	line-height: 28px;
}

div , footer {
	box-sizing: border-box;
}

/* Reset ends */



header {
	width: 100%;
	height: 430px;
	background-image: url(images/cover4.png);
	background-position: center;
	background-size: cover;
	padding: 0;
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 130px;
	box-sizing: border-box;
}

.category h1 {
	text-align: center;
}

.single header {
	padding-top: 5px;
	box-sizing: border-box;
	height: 10px;
	padding: 0;
	position: absolute;
	height: 80px;
	text-align: left;

}
.single header h1 {
	margin-top: 0px;
	font-size: 18px;
}

.single header h1 img {
	max-height: 50px;
}

.single header h1 a {
	color: #fff;
}

.single header .container {
	position: relative;
	z-index: 1000;
	max-height: 80px;
	padding-top: 15px;
	padding-bottom: 4px;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
}
.single nav {
	position: absolute;
	top: -40px;
	right: 10px;
}

.social {
	display: inline-block;
	float: right;
	margin-top: 70px;
	margin-right: 20px;
	font-size: 15px;
}

.social a {
	color: #fff;
	opacity: 0.7;
}

.social ul li {
	display: inline-block;
	padding-left: 15px;
}


h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 15px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

.container {
	max-width: 1080px;
	margin: auto;
	height: auto;
}

#featured {
	background-color: #fff;
	margin: 0 20px;
	margin-bottom: 20px;
	margin-top: -70px;
	border-radius: 5px;
	height: 400px;
	box-shadow: 8px 14px 38px rgba(39,44,49,.06), 1px 3px 8px rgba(39,44,49,.03);
	transition: 0.3s;
	position: relative;
}

#featured h2{
	color: #15171a;

}

.post-card-img {
	max-width: 65%;
	height: 100%;
}

.post-card-img , .post-card-content {
	display: inline-block;
	vertical-align: top;
}
.post-card-content {
	width: 34%;
}

.post-card-img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
}

.card-content-meta {
	margin: 30px 30px auto;
}

.category a , .category{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #738a94 !important;
}

.card-content-meta h2 {
	font-size: 25px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 18px;
}

.date {
	position: absolute;
	bottom: 25px;
	right: 20px;
}

header nav {
	display: block;
	margin-top: 65px;
	margin-left: 20px;
	float: left;
}

header nav ul li{
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
}

.single header nav ul li{
	margin: 0;
	margin-left: 20px !important;
}

header nav ul li a {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
	line-height: 25px;

}

header nav ul li a:hover {
	opacity: 1;
}


.card {
	vertical-align: top;
	width: 29.3%;
	border-radius: 5px;
	height: 500px;
	margin: 20px;
	background-color: #fff;
	display: inline-block;
	box-shadow: 8px 14px 38px rgba(39,44,49,.06), 1px 3px 8px rgba(39,44,49,.03);
	position: relative;
	transition: 0.3s;
}

.card .card-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}
.card .card-img img {
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0 0;
}

.card .card-content-meta {
	margin: 0px 22px;
	margin-top: -10px;
	position: static;
}

.card h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #15171a;
}

.card p {
	font-size: 17px;
}

.card .date {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.card:hover , #featured:hover  {
	transform: scale(1.02);
	transition: 0.3s;
}


.content {
	width: 100%;
	margin-right: 20px;
	padding-bottom: 40px;
	background-color: #fff;
	height:auto;
	margin-top: 80px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 20px;
}

.content a {
	color: #15171a;
	text-decoration: underline;
}


.content:select {
	background-color: red;
	color: red;
}

.content a:hover {
	background-color: yellow;
	text-decoration: none;
}

.content p strong {
	font-weight: bold;
}

.content .image-featured {
	height: 300px;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	background-color: #eee;
}

.content .image-featured{
	background-image: url(images/cover4.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}



.title-box {
	position: absolute;
	width: 100%;
	top: 75px;
	text-align: center;
}

.title {
	background-color: rgba(255,246,8,0.80);
	font-size: 50px;
	display: inline-block;
	margin: 0 auto;
	padding: 20px 10px;
	line-height: 58px;
	max-width: 80%;
}
.content img {
	max-width: 100%;
	height: auto;
}


.content p , .content .post-content article p {
	font-family: georgia, sans !important;
	color: #3c484e;
	margin: 20px 0;
}

.content p:first-child {
	margin-top: 0;
}

.content p img + a {
	font-size: 14px;
	font-weight: 400 !important;
	letter-spacing: 1.2px;
	color: #000;
	text-transform: uppercase;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	padding: 10px 15px;
	background-color: rgba(255,246,8,0.50);
	text-decoration: none;
}

.post-content img {
	padding-top: 10px;
	height: auto;
	max-width: 100%;
}
.content h4{
	margin-bottom: 10px;
}


.post-content h3 , .post-content h4{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: -15px;
	padding-top: 25px;
	line-height: 28px;
	text-transform: capitalize;
}



.post-content , .sidebar {
	display: inline-block;
	vertical-align: top;
}

.post-content {
	max-width: 660px;
	margin: 20px 20px 0 60px;
}

.sidebar {
	border-left: 1px solid #eee;
	width: 270px;
	height: auto;
	padding-left: 40px;
	margin: 20px 40px 0 20px;
	position: sticky;
	top: 35px;
}

.sidebar .card {
	width: 100%;
	margin: 0;
	height: auto;
	margin-bottom: 30px;
	box-shadow: none;
	border: 0.5px solid #eee;
}

.card a {
	text-decoration: none;
	color: #15171a;
}

.sidebar .card-img {
	height: 100px;
	margin-bottom: 10px;
}

.sidebar .card-img img{
	height: auto;
	width: 100%;
}

.sidebar .card h4 {
	font-size: 16px;
	padding: 0 15px;
	line-height: 21px;
	opacity: 0.7;
	font-weight: 400;
}




.social-share {
	top: 68px;
	left: -65px;
	width: 45px;
	height: auto;
	position: absolute;
}


.social-share ul li:hover{
	transform: scale(1.1);
}

.social-share span{
	text-align: center;
	font-size: 10px;
	padding-left: 3px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.social-share ul {
	position: fixed;
	text-align: center;
	width: 42px;
}


.social-share .icon-facebook,
.social-share .icon-twitter,
.social-share .icon-google{
	font-size: 22px !important;
	color: red;
	margin: 10px 0px;
	display: block;
	padding: 10px;
	color: #ffffff;
	border-radius: 50px;
}

.social-share .icon-facebook {
	background-color: #3B5998;
}
.social-share .icon-twitter {
	background-color: #1DA1F2;
}.social-share .icon-google {
	background-color: #DD4B39;
}

footer {
	width: 100%;
	height: 80px;
	background-color: #150436;
	margin-top: 40px;
	padding-top: 32px;
	color: rgba(255,255,255,0.5);
	font-size: 15px;
}

footer .container {
	padding: 0 20px;
}

footer a{
	color: #fff;
	text-transform: none;
}

footer .footer-links {
	float: right;
}



/* animations*/

 .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: translate3d(500px, 0, 0);
  transform: translate3d(500px, 0, 0);
  }
  60% {
  opacity: 0;
  -webkit-transform: translate3d(-25px, 0, 0);
  transform: translate3d(-25px, 0, 0);
  }
  75% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  }
  90% {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 



/*Icons*/



  @font-face {
  font-family: 'fontello';
  src: url(font/fontello.eot?9837234);
  src: url(font/fontello.eot?9837234#iefix) format('embedded-opentype'),
       url(font/fontello.woff2?9837234) format('woff2'),
       url(font/fontello.woff?9837234) format('woff'),
       url(font/fontello.ttf?9837234) format('truetype'),
       url(font/fontello.svg?9837234#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9837234#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */





/* MEDIA QUERIES */

@media (max-width:  1085px){
	#featured .post-card-img , #featured .post-card-content{
		width: 49%;
		height: auto;
		overflow: hidden;
	}

	#featured .post-card-img img{
		overflow: hidden;
		width: auto;
		height: 100%;
	}

	.title {
		font-size: 40px;
		line-height: 50px;
	}

	.content {
		margin: 0px;
		margin-top: 60px;
	}

	.card {
		width: 44%;
	}

	.post-content , .sidebar {
		display: block;
		margin: 0 auto;
		border: none;
		width: 100%;
		padding: 0;
		padding-top: 10px;
		margin-top: 20px;
	}

	.card .post-card-content , .card-img {
		margin-bottom: 15px;
	}

	.sidebar {
		text-align: center;
		border-top: 1px solid #eee; 
		margin-top: 50px;
	}

	.sidebar .card {
		max-width: 250px;
		margin: 15px 10px;
	}  
}


@media (max-width:  800px) {
		.card .post-card-content , .card-img {
		margin-bottom: 5px;
	}
}

@media (max-width:  720px){
	#featured {height: auto; padding-bottom: 50px;}

	#featured .post-card-content , #featured .post-card-img {
		display: block;
		max-width: 100%;
		width: 100%;
	}

	.single nav {
		display: none;
	}

	.content {
		margin-top: 79px;
	}

	#featured .post-card-img img {
		border-radius: 5px 5px 0 0;
	}

	.title-box {
		top: 50px;
	}

	.title {
		font-size: 32px;
		line-height: 40px;
	}

	#cards {
		text-align: center;
	}

	.post-content {
		padding: 15px;
	}
	.card {
		text-align: left;
		width: 80%;
		height: auto;
		padding-bottom: 25px;
		margin: 15px;
	}

	.card .card-content-meta {
		padding-top: 0;
		margin: 25px;
	}

	.card .date{
		bottom: 15px;
	}

	.sidebar .card {
		max-width: 300px;
		padding-bottom: 0px;
	}

	.card .card-img , #featured .post-card-img img{
		height: auto !important;
		width: 100%;
	}
}

@media (max-width:  582px) {
	#featured {
		margin-top: -30px;
	}

	header {
		padding-top: 50px;
		height: 303px;
	}

	header nav {
		margin-top: 50px;
	}
	.social {
		display: none;
	}
			
	.card .post-card-content , .card-img {
		margin-bottom: -10px;
	}

	footer .footer-links{
		float: none;
		line-height: 25px;
	}

	footer {
		text-align: center;
	}
}