/****************************************************************************************************************

THEME NAME: Simple Blog
THEME URI: http://www.rzen.net
DESCRIPTION: A blogging theme for <a href="http://wpstartbox.com">StartBox</a>.
VERSION: 2.0.0
AUTHOR: Brian Richards
AUTHOR URI: http://www.rzen.net
LICENSE: GPL-2.0+
LICENSE URI: http://www.gnu.org/licenses/gpl-2.0.html
TEMPLATE: startbox
*/

/*Import Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Amatic+SC);
@import url(reset.css);

/*
Defaults
------------------------------------------------------------------------- */
/* Hyperlinks
--------------------------------------------- */
a {
  color: #777777;
}

a:hover,
a:focus,
a:active {
  color: #999999;
}

/* Typography
--------------------------------------------- */
body {
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
}
.site-header .wrap {
  background: #fff url('images/me_sm.jpg') no-repeat 100% 0;
  min-height:233px;
  margin-bottom:-120px;
}

p {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

ul,
ol {
  padding-left: 24px;
  padding-left: 2.4rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 24px;
  margin-left: 2.4rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 24px 24px;
  margin: 0 2.4rem 2.4rem;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote:before {
  color: #111111;
  content: "\201C";
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 10px;
  margin-right: 5px;
  margin-right: 0.5rem;
  vertical-align: -23px;
}

blockquote {
  border-left: 10px solid #cccccc;
  margin: 24px 0;
  margin: 2.4rem 0;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote cite {
  color: #999999;
  display: block;
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

blockquote p {
  display: inline;
}

address {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  padding: 16px;
  padding: 1.6rem;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #999999;
  cursor: help;
}

mark,
ins {
  background: #fffadb;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

th {
  font-weight: 700;
}

/* Headlines
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #111111;
  font-family: Arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing:-1px;
  margin: 0;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  padding: 0;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

/**
 * Make sure embeds and iframes fit their containers
 * Source: http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
 */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper embed,
.video-wrapper object,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  height: auto;
  width: auto;
  /* IE8 */
}

/* Alignment
--------------------------------------------- */
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.gallery-caption {
  text-align: center;
  margin: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Screen Readers
--------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  padding: 1.5rem 2.3rem 1.4rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #999999;
}

th,
td {
  text-align: left;
}

th {
  font-weight: 700;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #999999;
  padding: 6px 0;
  padding: 0.6rem 0;
}

/* Forms
--------------------------------------------- */
/* reset */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input:focus,
textarea:focus,
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 1px solid #999999;
  outline: none;
  border: 0;
  padding: 0;
}

/* buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper input[type="submit"],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  background: #111111;
  border: 1px solid #999999;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 12px 10px;
  padding: 1.2rem 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:hover {
  -webkit-box-shadow: none;
  background: #999999;
  box-shadow: none;
  color: white;
}

/* inputs */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
select,
textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper textarea,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111111;
  border: 1px solid #999999;
  border-radius: 2px;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  outline-style: none;
  padding: 10px !important;
  padding: 1rem !important;
}

textarea,
.gform_wrapper textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*
Structure and Layout
------------------------------------------------------------------------- */
/* Containers
--------------------------------------------- */

.site-main {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.content-area {
  width: 66%;
}

.primary-widget-area {
  width: 32%;
}

.layout-one-col .content-area {
  width: 100%;
}

.layout-two-col-left .content-area {
  float: right;
}
.layout-two-col-left .primary-widget-area {
  float: left;
}

.layout-two-col-right .content-area {
  float: left;
}
.layout-two-col-right .primary-widget-area {
  float: right;
}

.layout-three-col-left .content-area {
  float: right;
  width: 50%;
}
.layout-three-col-left .primary-widget-area {
  float: left;
  margin-right: 2%;
  width: 23%;
}
.layout-three-col-left .secondary-widget-area {
  float: left;
  width: 23%;
}

.layout-three-col-right .content-area {
  float: left;
  width: 50%;
}
.layout-three-col-right .primary-widget-area {
  float: right;
  margin-left: 2%;
  width: 23%;
}
.layout-three-col-right .secondary-widget-area {
  float: right;
  width: 23%;
}

.layout-three-col-both .content-area {
  float: right;
  width: 50%;
}
.layout-three-col-both .primary-widget-area {
  float: left;
  width: 23%;
}
.layout-three-col-both .secondary-widget-area {
  float: right;
  width: 23%;
}

/* Grid
	12 column - http://responsive.gs
--------------------------------------------- */
.row {
  padding-bottom: 0;
}

.col {
  float: left;
  width: 100%;
}

@media (min-width: 960px) {
  .gutters .col {
    margin-left: 2%;
  }
  .gutters .col:first-child {
    margin-left: 0;
  }

  .no-gutters.col {
    margin-left: 0;
  }

  .span-1 {
    width: 8.33333333333%;
  }

  .span-2 {
    width: 16.6666666667%;
  }

  .span-3 {
    width: 25%;
  }

  .span-4 {
    width: 33.3333333333%;
  }

  .span-5 {
    width: 41.6666666667%;
  }

  .span-6 {
    width: 50%;
  }

  .span-7 {
    width: 58.3333333333%;
  }

  .span-8 {
    width: 66.6666666667%;
  }

  .span-9 {
    width: 75%;
  }

  .span-10 {
    width: 83.3333333333%;
  }

  .span-11 {
    width: 91.6666666667%;
  }

  .span-12 {
    width: 100%;
  }

  .gutters .span-1 {
    width: 6.5%;
  }
  .gutters .span-2 {
    width: 15.0%;
  }
  .gutters .span-3 {
    width: 23.5%;
  }
  .gutters .span-4 {
    width: 32.0%;
  }
  .gutters .span-5 {
    width: 40.5%;
  }
  .gutters .span-6 {
    width: 49.0%;
  }
  .gutters .span-7 {
    width: 57.5%;
  }
  .gutters .span-8 {
    width: 66.0%;
  }
  .gutters .span-9 {
    width: 74.5%;
  }
  .gutters .span-10 {
    width: 83.0%;
  }
  .gutters .span-11 {
    width: 91.5%;
  }
  .gutters .span-12 {
    width: 100%;
  }
}
/*
Header
------------------------------------------------------------------------- */
/* Branding
--------------------------------------------- */
.site-branding {
  float: left;
  padding: 16px 0;
  padding: 1.6rem 0;
}
.site-title {
  color: #111;
  font-family: 'Amatic SC', sans-serif;
  font-size:4em;
  letter-spacing:-2px;
  line-height:1em;
  margin: 0;
  padding-top: 4px;
  padding-top: 0.4rem;
  float: left;
}
.site-title a {
  color: #111;
  text-decoration: none;
}
.site-description {
  color:#aaa;
  font-family: Arial, sans-serif;
  font-size:0.8em;
  letter-spacing: 1px;
  text-transform:uppercase;
  margin-bottom:0;
}

/*
Navigation
------------------------------------------------------------------------- */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-family: 'Amatic SC', cursive;
	font-size:2em;
	line-height:1em;
	font-weight:normal;
}
.main-navigation ul {
  display: inline-block;
	list-style: none;
	max-width:640px;
	margin: 0;
	padding:0;
	border:1px dotted #333;
	border-width:1px 0 0;
}
.main-navigation li {
	float: left;
	position: relative;
	padding:0;
	margin:0;
}
.main-navigation a,
.main-navigation a:visited {
	display: block;
	color:#aaa;
	text-decoration: none;
	line-height:1em;
	padding:5px 10px;
}
.main-navigation a:hover {
  color:#111;
  border-top:1px solid #111;
  margin-top:-1px;
}
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-item a:visited,
.main-navigation li.current-menu-ancestor a,
.main-navigation li.current-menu-ancestor a:visited {
	color:#111;
	font-weight:bold;
	border-top:3px solid #111;
	margin-top:-3px;
}
.main-navigation ul.sub-menu {
  background-color: white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  z-index: 99999;
}
.main-navigation ul.sub-menu ul {
  left: 100%;
  top: 0;
}
.main-navigation ul.sub-menu a {
  color: #777777;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  width: 200px;
}
.main-navigation ul.sub-menu a:hover {
  background-color: #111;
  color: #eee;
  border-top:0;
}
.main-navigation ul li:hover > ul.sub-menu {
  display: block;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* Pagination
--------------------------------------------- */
.post-navigation,
.paging-navigation,
.page-links {
  clear: both;
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}

.post-navigation {
  overflow: hidden;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*
Content
------------------------------------------------------------------------- */

/* Post Content
--------------------------------------------- */
.site-inner {
  clear: both;
  padding-top: 48px;
  padding-top: 4.8rem;
}

.post,
.site-inner .page {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.entry-title {
  font-family: 'Amatic SC', sans-serif;
  -ms-word-wrap: break-word;
  word-break: break-word;
  margin-bottom:0;
}
.entry-title a {
  color: #111111;
  text-decoration: none;
}
.entry-title a:hover {
  color:#07f;
}

.page .page-title {
	line-height:1em;
	border-bottom:1px dotted #333;
}

.entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-meta {
  color: #888888;
  border-top:1px dotted #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}
.entry-meta a, .entry-meta a:visited {
	text-decoration:underline;
	color:#111;
}
.entry-comments {
	border-left:1px dotted #333;
	padding-left:10px;
	float:right;
}
.entry-comments a {
	text-decoration: none;
	color: #777;
}
.entry-content a,
.entry-content a:visited { color:#07f; }

.entry-content dl { margin:0 0 30px; }
.entry-content dl.gallery-item { margin:0; }

/* Post Formats
--------------------------------------------- */
.post .entry-title a {
  display: block;
  border-left:1px dotted #333;
  padding-left:15px;
  margin-left:70px;
}
.post .entry-title a:before {
	content:'';
	background:#333 url('images/post_formats.png') no-repeat;
	display:block;
	width:50px;
	height:50px;
	position:relative;
	float:left;
  margin-left: -76px;
  margin-top: 5px;
}
.format-standard .entry-title a:before { background-position:50% 0; }
.format-aside	   .entry-title a:before { background-position:50% -50px; }
.format-quote	   .entry-title a:before { background-position:50% -100px; border-right:0; margin-right:0; }
.format-image 	 .entry-title a:before { background-position:50% -150px; }
.format-gallery	 .entry-title a:before { background-position:50% -150px; }
.format-video	   .entry-title a:before { background-position:50% -200px; }
.format-link	   .entry-title a:before { background-position:50% -250px; }

.format-standard .entry-title a:hover:before { background-color:#07f; }
.format-aside    .entry-title a:hover:before { background-color:#07f; }
.format-quote    .entry-title a:hover:before { background-color:#07f; }
.format-image    .entry-title a:hover:before { background-color:#07f; }
.format-gallery  .entry-title a:hover:before { background-color:#07f; }
.format-video    .entry-title a:hover:before { background-color:#07f; }
.format-link     .entry-title a:hover:before { background-color:#07f; }
/* Author Box
--------------------------------------------- */
.author-box {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  padding: 48px;
  padding: 4.8rem;
}
.author-box .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.author-box .author-gravatar {
  float: left;
  margin-right: 15px;
  margin-right: 1.5rem;
}

/* Primary Widget Area
--------------------------------------------- */
.primary-widget-area .widget,
.secondary-widget-area .widget {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  padding: 0 24px;
  padding: 0 2.4rem;
}
.primary-widget-area .widget-title,
.secondary-widget-area .widget-title {
  color: #111111;
  font-family: 'Amatic SC', sans-serif;
  border-bottom:1px dotted #333;
  margin-bottom:10px;
}
.widget-title a,
.widget-title a:visited,
.widget-title a:hover,
.widget-title a:active {
  background:#111;
  color:#fff;
}
.primary-widget-area .search-field,
.secondary-widget-area .search-field {
  width: 65%;
}
.primary-widget-area .gform_wrapper .top_label input.medium,
.primary-widget-area .gform_wrapper .top_label select.medium,
.secondary-widget-area .gform_wrapper .top_label input.medium,
.secondary-widget-area .gform_wrapper .top_label select.medium {
  width: 100%;
}


/*
Comments
------------------------------------------------------------------------- */
/* Comments
--------------------------------------------- */
/* comment reset */
.comments-area,
.comment-content,
.comment-list,
.ping-list,
ol.comment-list,
ul.children,
.entry-pings {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comments-area .comment-gravatar {
  float: left;
  margin: 0 6px 0 0;
  margin: 0 0.6rem 0 0;
  width: 25%;
}
.comments-area .comment-body {
  padding: 12px;
  padding: 1.2rem;
}

ol.comment-list .comment {
  padding: 12px 0 0 6px;
  padding: 1.2rem 0 0 0.6rem;
}
ol.comment-list .even {
}
ol.comment-list .odd {
}
ol.comment-list .bypostauthor {
}

.comment-content {
  padding-right: 24px;
  padding-right: 2.4rem;
}

/* comment children */
ul.children {
  padding: 12px 0 0;
  padding: 1.2rem 0 0;
}

/* comment forms */
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem;
}

.comment-reply-title {
  margin-top: 24px;
  margin-top: 2.4rem;
}

/*
Footer
------------------------------------------------------------------------- */
/* Footer
--------------------------------------------- */
.site-footer {
  clear: both;
  padding: 8px 0;
  padding: 0.8rem 0;
}

.site-info {
  color: #111111;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px;
  padding: 1.2rem;
}

.site-info a {
  color: #777777;
}

.site-info a:hover {
  color: #999999;
}

.site-credits {
  float: left;
}

.rtt {
  float: right;
}

/* Footer Widget Area
--------------------------------------------- */
.footer-widget-area {
  float: left;
  width: 32%;
}
.footer-widget-area:first-child {
  margin-left: 0;
}

.footer-widgets {
  clear: both;
  padding: 48px 0;
  padding: 4.8rem 0;
}
.footer-widgets .widget {
  padding: 0;
}
.footer-widgets .widget-title {
  color: #f0f0f0;
}
.footer-widgets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widgets a,
.footer-widgets a:visited {
  color: #777777;
}
.footer-widgets a:hover {
  color: #999999;
}

/*
Media Queries
------------------------------------------------------------------------- */
/* Print Styles
--------------------------------------------- */
@media print {
  body {
    background: none !important;
    color: black;
    font-size: 10pt;
  }

  .main-navigation,
  .sidebar,
  .footer-widgets {
    display: none;
  }

  .title-area {
    text-align: center;
  }

  .site-inner {
    position: relative;
    padding-top: 0;
    top: -50px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
}
/* Responsive
--------------------------------------------- */
@media only screen and (max-width: 1180px) {
  .wrap {
    max-width: 96%;
  }
}
@media only screen and (max-width: 960px) {
  body,
  .site-header,
  .site-inner,
  .site-footer {
  }

  .site-header .wrap {
    background: #fff url('images/me_sm.jpg') no-repeat 50% 0;
    padding-top:200px;
    margin-bottom:0;
  }

  .site-branding,
  .site-title,
  .site-description,
  .site-info,
  .header_widget_area,
  .page-header,
  .breadcrumbs,
  .nav-previous,
  .nav-next,
  .site-credits {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    padding-bottom: 1.2rem;
    text-align: center;
    width: 100%;
  }

  .site-branding,
  .header_widget_area,
  .comments-title,
  .site-credits {
    margin-top: 0;
  }

  .content-area,
  .primary-widget-area,
  .footer-widget-area {
    clear: both;
    float: none;
    width: 100%;
  }

  .main-navigation,
  .comments-title,
  .comment-reply-title,
  .logged-in-as,
  .comment-form-comment,
  .form-submit,
  .rtt {
    float: none;
    text-align: center;
  }

  .header_widget_area ul.menu,
  .main-navigation ul.menu {
    display: inline-block;
    float: none;
  }

  .site-inner,
  .site-main {
    margin: 12px 0;
    margin: 1.2rem 0;
    padding: 12px 0;
    padding: 1.2rem 0;
  }

  .widget-area .search-field {
    width: 84%;
  }

  .hentry {
    padding: 24px;
    padding: 2.4rem;
  }

  .comments-area {
    margin: 0;
    padding-top: 24px;
    padding-top: 2.4rem;
  }
  .comments-area .comment-gravatar {
    width: 17%;
  }

  .primary-widget-area .widget,
  .footer-widgets .widget {
    padding: 24px;
    padding: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .widget-title {
    text-align: center;
  }

  #comments,
  ol.comment-list,
  .comment-content {
    padding: 0;
  }

  ul.children .comment {
    padding: 6px 0 0 6px;
    padding: 0.6rem 0 0 0.6rem;
  }
}
