@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,700italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700italic,800italic,400,700,800);
/*
--------------------------------------
Master Stylesheet
--------------------------------------

Theme:			Stretch Ghost Theme by Dreams Online Themes
Version: 		1.0

*/
/*
==========================================================================
Table of Contents
==========================================================================

	1.  General - Base Styles
	2.  Body & Other Layout styles
	3.  Header
	4.  Article / Posts
	5.  Pagination
	6.  Latest Posts
	7.  Footer
	8.  Miscellaneous
	9.  Media Queries (For Small & Mobile Screens)
 */
/*.animation (@name, @duration: 300ms, @delay: 0, @ease: ease) {
	-webkit-animation: @name @duration @delay @ease;
	-moz-animation: @name @duration @delay @ease;
	-ms-animation: @name @duration @delay @ease;
	-o-animation: @name @duration @delay @ease;
	animation: @name @duration @delay @ease;
}*/
/*-----------------------------------------------------------------------------------*/
/*	1. General - Base Styles
/*-----------------------------------------------------------------------------------*/
html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%;
  /* 10px browser default */
  background-color: #000000;
}
::-moz-selection {
  color: #000000;
  background: #b0dfd6;
  text-shadow: none;
}
::selection {
  color: #000000;
  background: #b0dfd6;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1.2em;
}
h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2em;
}
h3 {
  font-size: 40px;
  font-size: 4rem;
}
h4 {
  font-size: 32px;
  font-size: 3.2rem;
}
h5 {
  font-size: 24px;
  font-size: 2.4rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
a {
  color: #000000;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
a:hover {
  color: #e31115;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #e31115;
}
p,
ul,
ol {
  margin: 1.6em 0;
}
ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.4em 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 3.2em 0;
  padding: 0;
}
blockquote {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3rem 0 3rem 0;
  padding: 0 0 0 3rem;
  border-left: #e31115 0.5rem solid;
}
blockquote p {
  margin: 0 0 2rem;
  color: #e31115;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.5rem;
}
blockquote small,
blockquote cite {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
blockquote small:before,
blockquote cite:before {
  content: '\2014 \00A0';
}
blockquote cite a {
  text-decoration: none;
  border-bottom: 1px solid #e31115;
}
dl {
  margin: 1.6em 0;
}
dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em;
}
dl dd {
  margin-left: 200px;
  margin-bottom: 1em;
}
mark {
  background: #b0dfd6;
  padding: 1px 3px;
}
code,
tt {
  padding: 1px 3px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  white-space: pre;
  border: 1px solid #e31115;
  background: #f9fcfc;
  border-radius: 2px;
}
pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #e31115;
  width: 100%;
  padding: 10px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: pre;
  overflow: auto;
  background: #f9fcfc;
  border-radius: 3px;
}
pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0;
}
kbd {
  display: inline-block;
  padding: 1px 8px;
  border: #cccccc 1px solid;
  color: #666666;
  text-shadow: #ffffff 0 1px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 #e6e6e6, 0 1px 0 0 #ffffff inset;
  -moz-box-shadow: 0 1px 0 #e6e6e6, 0 1px 0 0 #ffffff inset;
  box-shadow: 0 1px 0 #e6e6e6, 0 1px 0 0 #ffffff inset;
}
table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: #e6e6e6 1px solid;
}
table th {
  color: #000000;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: #e6e6e6 2px solid;
}
table table table {
  background-color: #ffffff;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
table table.plain tbody > tr:nth-child(odd) > td,
table table.plain tbody > tr:nth-child(odd) > th {
  background: transparent;
}
/*-----------------------------------------------------------------------------------*/
/*	2. Body & Other General Layout styles
/*-----------------------------------------------------------------------------------*/
/*	Styling of main elements (body, container & main)
/*-----------------------------------------------------------------------------------*/
body {
  height: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  /*border-left: 15px solid @body_background;*/
  /*border-right: 15px solid @body_background;*/
}
body:before,
body:after {
  content: "";
  position: fixed;
  background: #000000;
  left: 0;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
  height: 15px;
}
body:before {
  top: 0;
  z-index: 9998;
}
body:after {
  bottom: 0;
}
.container {
  max-width: 910px;
  margin: 15px auto 15px;
  padding: 0 15px;
  position: relative;
  top: 0;
}
#main {
  clear: both;
  margin: 15px 15px 0;
  background-color: #ffffff;
}
/*-----------------------------------------------------------------------------------*/
/*	3. Header - Styles for Site Header
/*-----------------------------------------------------------------------------------*/
/*	Site header
/*-----------------------------------------------------------------------------------*/
#site-head {
	background-color: #000003;
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;
	margin: 15px;
	position: relative;
	z-index: 9999;
	overflow: hidden;  /*	Blog Logo / Title
/*-----------------------------------------------------------------------------------*/  /*	Blog Description
/*-----------------------------------------------------------------------------------*/  /*	Continue Button in header
/*-----------------------------------------------------------------------------------*/
}
#site-head .container {
  text-align: left;
  padding: 0 15px;
  margin: 45px auto 0;
}
#site-head #site-head-content {
  min-height: 110px;
}
#site-head h1.blog-logo {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
  max-width: 400px;
  -webkit-animation: animatedIntro 1s;
  -ms-animation: animatedIntro 1s;
  -o-animation: animatedIntro 1s;
  animation: animatedIntro 1s;
}
#site-head h1.blog-logo a {
  text-decoration: none;
}
#site-head .blog-description {
  color: #ffffff;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-style: italic;
  width: 600px;
  margin: 10% auto 30px;
  text-align: center;
  clear: both;
  -webkit-animation: animatedIntro 1.5s;
  -ms-animation: animatedIntro 1.5s;
  -o-animation: animatedIntro 1.5s;
  animation: animatedIntro 1.5s;
}
#site-head .continue {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  position: absolute;
  bottom: 15px;
  margin: 15px auto 15px;
  width: 100%;
  -webkit-animation: animatedIntro 2s;
  -ms-animation: animatedIntro 2s;
  -o-animation: animatedIntro 2s;
  animation: animatedIntro 2s;
  -webkit-transition: all 0.2s ease-in-out;
}
#site-head .continue a {
  color: #e31115;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1em;
}
#site-head .continue a:hover {
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
#site-head .continue a span {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  width: 32px;
  margin: 0px auto;
  display: block;
}
/*	Social Icons in Header
/*-----------------------------------------------------------------------------------*/
.header-social {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.header-social a {
  color: #e31115;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px 0 15px;
  padding: 0;
  -webkit-transform: all 0.2s ease-in-out;
  -moz-transform: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  -o-transform: all 0.2s ease-in-out;
  -webkit-animation: animatedIntro 1s;
  -ms-animation: animatedIntro 1s;
  -o-animation: animatedIntro 1s;
  animation: animatedIntro 1s;
}
.header-social a span {
  font-size: 32px;
  font-size: 3.2rem;
  height: 32px;
  width: 32px;
}
.header-social a:hover {
  color: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*	

/*	Social Icons in anywhere
/*-----------------------------------------------------------------------------------*/
.iconicon-social {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.iconicon-social a {
  color: #e31115;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px 0 15px;
  padding: 0;
  -webkit-transform: all 0.2s ease-in-out;
  -moz-transform: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  -o-transform: all 0.2s ease-in-out;
  -webkit-animation: animatedIntro 1s;
  -ms-animation: animatedIntro 1s;
  -o-animation: animatedIntro 1s;
  animation: animatedIntro 1s;
}
.iconicon-social a span {
  font-size: 32px;
  font-size: 3.2rem;
  height: 32px;
  width: 32px;
}
.iconicon-social a:hover {
  color: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*

Site Cover Image
/*-----------------------------------------------------------------------------------*/
.site-head-background {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.30;
  filter: alpha(opacity=30);
}
/*	Alternate Heading styling for Post Template
/*-----------------------------------------------------------------------------------*/
.post-template #site-head .inner,
.archive-template #site-head .inner {
  padding: 0 0 45px;
}
.post-template .site-head-background,
.archive-template .site-head-background {
  opacity: 0.10;
  filter: alpha(opacity=10);
}
.archive-template .blog-description,
.archive-template .continue {
  display: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*	4. Post - Styling for Article on index and post page
/*-----------------------------------------------------------------------------------*/
/*  Article & Featured Image / Video
/*-----------------------------------------------------------------------------------*/
article .container {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding: 60px 0;
}
article .featured-image {
  position: relative;
  display: block;
}
article .featured-image img {
  width: 100%;
}
article .featured-image,
article .featured-video {
  margin-bottom: 30px;
}
/*  Post Header
/*-----------------------------------------------------------------------------------*/
.post-header {
  max-width: 754px;
  margin: 0 auto 0;
  text-align: center;
}
/*  Post Title
/*-----------------------------------------------------------------------------------*/
.post-title,
.post-title a {
  color: #e31115;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 48px;
  font-size: 4.8rem;
  -webkit-animation: animatedIntro 1.9s;
  -ms-animation: animatedIntro 1.9s;
  -o-animation: animatedIntro 1.9s;
  animation: animatedIntro 1.9s;
}
.post-title a:hover {
  color: #000000;
}
article.featured .post-title:before {
  font-family: 'Genericons';
  content: '\f408';
  padding-right: 5px;
  display: inline-block;
  color: #2d343a;
  /*.font-size(2.4);*/
}
/*  Post Meta
/*-----------------------------------------------------------------------------------*/
.post-meta {
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2d343a;
  margin-bottom: 30px;
  -webkit-animation: animatedIntro 1.5s;
  -ms-animation: animatedIntro 1.5s;
  -o-animation: animatedIntro 1.5s;
  animation: animatedIntro 1.5s;
  clear: both;
}
.post-meta a {
  text-decoration: none;
  border-bottom: 1px solid #e31115;
  padding-bottom: 2px;
  color: #2d343a;
}
.post-meta a:hover {
  color: #e31115;
  border-bottom: 1px solid #e31115;
}
.post-meta .comment-count:before,
.post-meta .tags:before {
  font-family: 'Genericons';
  content: '\f428';
  padding-top: 15px;
  padding-right: 5px;
  display: inline-block;
  color: #e31115;
}
/*  Post Excerpt & Content
/*-----------------------------------------------------------------------------------*/
.post-excerpt,
.post-content {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  color: #2d343a;
  max-width: 754px;
  margin: 30px auto 0;
  text-align: left;
  line-height: 1.7em;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-animation: animatedIntro 2s;
  -ms-animation: animatedIntro 2s;
  -o-animation: animatedIntro 2s;
  animation: animatedIntro 2s;
}
.post-excerpt img,
.post-content img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.post-excerpt p:first-child:after {
  content: "...";
}
/*  Post Footer
/*-----------------------------------------------------------------------------------*/
.post-footer {
  max-width: 754px;
  margin: 0 auto;
  padding: 45px 0;
}
.post-footer h3 {
  color: #e31115;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.post-footer h4 {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.post-footer p {
  margin: 10px 0;
}
/*  Post Author Details
/*-----------------------------------------------------------------------------------*/
.author {
  width: 362px;
}
.author .author-avatar {
  border: 1px solid #e31115;
  padding: 4px;
  width: 46px;
  height: 46px;
  float: left;
  margin: 0 30px 30px 0;
}
.author .author-details {
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-left: 90px;
  display: block;
}
.author a {
  color: #e31115;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.author a:hover {
  border-bottom: 1px solid #000000;
  color: #000000;
  padding-bottom: 2px;
}
/*  Post Sharing Icons
/*-----------------------------------------------------------------------------------*/
.share {
  float: right;
  width: 362px;
  text-align: right;
}
.share a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 15px;
}
.share a span {
  font-size: 30px;
  font-size: 3rem;
  height: 30px;
  width: 30px;
}
.share a:hover {
  color: #e31115;
}
/*  Alternate Heading styling for Post Template
/*-----------------------------------------------------------------------------------*/
.post-template .post:first-child .container {
  padding-top: 60px;
}
/*-----------------------------------------------------------------------------------*/
/*	5. Pagination - Styling for Pagination
/*-----------------------------------------------------------------------------------*/
/*  Blog Pagination
/*-----------------------------------------------------------------------------------*/
nav.pagination {
  text-align: center;
  padding: 30px 0 60px;
  line-height: 60px;
}
nav.pagination .nav-direction {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
nav.pagination .nav-direction span {
  font-size: 60px;
  font-size: 6rem;
  display: inline-block;
  width: 60px;
  height: 60px;
}
nav.pagination .nav-direction:hover {
  color: #e31115;
}
nav.pagination .disabled {
  color: #ffffff !important;
}
nav.pagination span.page-number {
  color: #e31115;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  width: 186px;
  display: inline-block;
  text-align: center;
  margin-top: -30px;
}
nav.pagination span.page-number b {
  color: #2d343a;
}
/*-----------------------------------------------------------------------------------*/
/*	6. Latest Posts - Styling for list of latest posts
/*-----------------------------------------------------------------------------------*/
.latest-posts ul {
  margin: 0;
  padding: 30px 0 60px;
}
.latest-posts ul li {
  list-style: none;
  text-align: center;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.latest-posts ul li a {
  text-decoration: none;
  border-bottom: 1px solid #e31115;
  color: #000000;
}
.latest-posts ul li a:hover {
  color: #e31115;
}
/*-----------------------------------------------------------------------------------*/
/*	7. Footer - Styling for Footer
/*-----------------------------------------------------------------------------------*/
/*  Site Footer
/*-----------------------------------------------------------------------------------*/
#site-footer {
  text-align: center;
  line-height: 1.5em;
  margin: 0 15px 15px;
}
#site-footer a {
  text-decoration: none;
}
#site-footer .inner {
  padding: 30px 0;
}
#site-footer .poweredby {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e31115;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
#site-footer .poweredby a {
  color: #e31115;
}
#site-footer .poweredby a:hover {
  color: #ffffff;
}
#site-footer .copyright {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}
#site-footer .copyright a {
  color: #ffffff;
}
#site-footer .copyright a:hover {
  color: #e31115;
}
/*  Footer Social Icons
/*-----------------------------------------------------------------------------------*/
.footer-social {
  background-color: #e31115;
  padding: 30px 0;
  color: #2d343a;
}
.footer-social a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px;
  -webkit-transform: all 0.2s ease-in-out;
  -moz-transform: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  -o-transform: all 0.2s ease-in-out;
}
.footer-social a:hover {
  color: #ffffff !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-social a span {
  font-size: 30px;
  font-size: 3rem;
}
/*-----------------------------------------------------------------------------------*/
/*	8. Menu - Menu Style
/*-----------------------------------------------------------------------------------*/
nav.menu {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 30px 0 30px 0;
  padding-right: 10px;
  color: #e31115;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
nav.menu li:before {
  font-family: 'Genericons';
  content: '\f428';
  padding: 0  10px;
  display: inline-block;
  color: #e31115;
}
nav.menu li:first-child:before {
  display: none;
}
nav.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.menu ul li {
  display: inline-block;
}
nav.menu a {
  color: #e31115;
  margin: 0 0;
  padding: 0 0 0;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e31115;
}
nav.menu a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.post-template nav.menu,
.archive-template nav.menu {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #e31115;
  text-transform: uppercase;
  text-align: right;
  bottom: 30px;
  right: 0;
  position: absolute;
}
/*-----------------------------------------------------------------------------------*/
/*	9. Miscellaneous - Styling for everything else
/*-----------------------------------------------------------------------------------*/
/*  Section Block
/*-----------------------------------------------------------------------------------*/
.section-block .section-content {
  max-width: 754px;
  margin: 0 auto;
  padding: 0 0 60px;
}
/*  Section heading - Button styles
/*-----------------------------------------------------------------------------------*/
.section-heading {
  margin-bottom: 30px;
  position: relative;
  top: 20px;
  border-top: 1px solid #e31115;
  margin-top: 30px;
}
.section-heading h3 {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  height: 36px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  position: relative;
  top: -20px;
  width: 166px;
  border: 2px solid #e31115;
  color: #e31115;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 36px !important;
}
.section-heading h3 span {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  margin-right: 20px;
}
/*  Read More Button
/*-----------------------------------------------------------------------------------*/
.readmore {
  border-top: 1px solid #e31115;
  margin-bottom: 30px;
  position: relative;
  top: 20px;
}
.readmore a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  height: 36px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  position: relative;
  top: -20px;
  width: 166px;
  color: #e31115;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 36px;
  border: 2px solid #e31115;
}
.readmore a:hover {
  background-color: #e31115;
  color: #ffffff;
}
/*  Go back Button
/*-----------------------------------------------------------------------------------*/
.go-back {
  border-top: 1px solid #000000;
  margin-bottom: 30px;
  position: relative;
  top: 20px;
}
.go-back a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  height: 36px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  position: relative;
  top: -20px;
  width: 166px;
  border: 2px solid #000000;
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 36px !important;
}
.go-back a span {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  margin-right: 20px;
}
.go-back a:hover {
  background-color: #000000;
  color: #ffffff;
}
#___comments_0,
.g-comments,
#facebook-comments-container,
.fb-comments,
.fb-comments * {
  /* Make facebook comments widget fluid */
  width: 100% !important;
  height: 200px !important;
}
/*  Animation for easing text into display for logo, social icons and post title.
/*-----------------------------------------------------------------------------------*/
@-webkit-keyframes animatedIntro {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY:0px;
    opacity: 1;
  }
}
@-ms-keyframes animatedIntro {
  0% {
    -ms-transform: translateY(20px);
    opacity: 0;
  }
  55% {
    -ms-transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY:0px;
    opacity: 1;
  }
}
@-o-keyframes animatedIntro {
  0% {
    -o-transform: translateY(20px);
    opacity: 0;
  }
  55% {
    -o-transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY:0px;
    opacity: 1;
  }
}
@keyframes animatedIntro {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  55% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY:0px;
    opacity: 1;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	10. Media Queries
/*-----------------------------------------------------------------------------------*/
/*  For Screensize smaller than 970 pixels
/*  970 breakpoint is used to avoid borders from touching the content.
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 970px) {
  #site-head .container {
    padding-top: 0;
    text-align: center;
  }
  #site-head .inner {
    padding-top: 120px;
  }
  #site-head h1.blog-logo {
    padding: 0;
    display: block;
    margin: 0 auto 0;
    text-align: center;
    line-height: 1em;
    position: relative;
  }
  #site-head .blog-description {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    width: 80%;
    margin: 30px auto 30px;
  }
  .header-social {
    margin: 0 auto;
    width: 100%;
  }
  .header-social a {
    margin: 0 15px;
  }
  .header-social a span {
    font-size: 24px;
    font-size: 2.4rem;
  }
 
  article:first-child .featured-image,
  article:first-child .featured-video {
    margin-top: -60px;
  }
  .post-header {
    max-width: 573px;
    margin: 30px auto 0;
  }
  .post-excerpt,
  .post-content {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    color: #2d343a;
    max-width: 573px;
    margin: 30px auto 0;
    text-align: justify;
    line-height: 1.7em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .post-template #site-head,
  .archive-template #site-head {
    height: auto;
    background-color: #2d343a;
  }
  .post-template #site-head .inner,
  .archive-template #site-head .inner {
    padding: 45px 0;
  }
  .post-template nav.menu,
  .archive-template nav.menu {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .post-footer {
    max-width: 573px;
  }
  .author,
  .share {
    width: 50%;
  }
  .section-block .section-content,
  .latest-posts .section-content {
    max-width: 573px;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2em;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h6 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  nav.menu {
    margin: 15px 0;
    position: relative;
  }
  #site-head .inner {
    padding-top: 45px;
  }
  #site-head .blog-description {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    width: 80%;
    margin: 15px auto 15px;
  }
  .post-template #site-head,
  .archive-template #site-head {
    height: auto;
    background-color: #2d343a;
  }
  .post-template #site-head .inner,
  .archive-template #site-head .inner {
    padding: 45px 0;
  }
  .post-footer {
    max-width: 420px;
  }
  .author,
  .share {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .share a {
    margin: 0 15px 0;
  }
  .author {
    margin-top: 60px;
  }
  .author .author-avatar {
    float: none;
    margin: 0 0 30px;
  }
  .author .author-details {
    margin-left: 0;
  }
  .post-header {
    max-width: 420px;
  }
  .post-excerpt,
  .post-content {
    max-width: 420px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-title,
  .post-title a {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .latest-posts ul {
    margin-bottom: 0 15px;
  }
  .latest-posts ul li {
    list-style: none;
    text-align: center;
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .section-block .section-content {
    max-width: 420px;
  }
  
  
  

}
@media only screen and (max-width: 480px) {
  .post-header {
    margin: 10px 15px 0;
  }
  .post-excerpt,
  .post-content {
    margin: 0 15px;
  }
  .post-header .tags {
    display: none;
  }
  .post-footer {
    margin: 0 15px;
  }
  .section-block .section-content,
  .latest-posts .section-content {
    margin: 0 15px;
  }
  nav.pagination span.page-number {
    width: auto !important;
  }
   .header-social {
    margin: 0 auto;
    width: 100%;
  }
  .iconicon-social a {
    margin: 0 15px;
  }
  .iconicon-social a span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  
}
/* ==========================================================================
   End of file. Media queries should be the last thing here. Do not add stuff
   below this point.
   ========================================================================== */
