/*
Theme Name: Powen Pro
Theme URI: http://supernovathemes.com/powen-theme/
Author: Mahvash Fatima
Author URI: http://supernovathemes.com
Description: Powen Pro has been specially designed for blogging websites however due to its clean design and plenty of customization options, it can easily be customized for any purpose.
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: powen-lite
Tags: black, yellow, light, fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-background, custom-menu, custom-colors, featured-images, flexible-header, theme-options, editor-style, translation-ready, threaded-comments, one-column, two-columns

Powen Pro WordPress Theme is based on Underscores http://underscores.me/, Copyright (C) 2015, Supernova Themes
Powen Pro WordPress theme is licensed under the GPL.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

caption, th, td:first-child {
  border-left: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
Custom Vars & Mixins
--------------------------------------------------------------*/
/*------------
*Typography
------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 1.2rem;
  line-height: 1.618rem;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 0.875rem;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0.875rem;
}

address {
  margin: 0 0 0.875rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.618rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark, ins {
  background: #fff9c0;
  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%;
}

.reply {
  padding: 1.618rem;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}

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

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: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border-radius: 0;
  background: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  border: 1px solid #A9A9A9;
  text-indent: 0.3125rem;
  height: 2.5rem;
  letter-spacing: 0.0625rem;
  outline: none;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 0.1875rem;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  outline: none;
  font-size: 1.125rem;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #404040;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
a:focus {
  color: #404040;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #ffffff;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  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-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.618rem;
  overflow: hidden;
}
.widget select {
  max-width: 100%;
}

.widget-area button,
.widget-area input[type="button"],
.widget-area input[type="reset"],
.widget-area input[type="submit"], .powen-footer-widgets button,
.powen-footer-widgets input[type="button"],
.powen-footer-widgets input[type="reset"],
.powen-footer-widgets input[type="submit"] {
  display: none;
}

.widget-area ul {
  list-style: none;
}

.widget_tag_cloud a {
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  padding: 0.3125rem 0.625rem;
  margin: 0.1875rem 0.0625rem;
  display: inline-block;
  box-shadow: 0px 0px 0px 1px #f2f2f2;
  background-color: #ffffff;
}
.widget_tag_cloud a:hover {
  border: none;
}

.widget_archive li a {
  background: none;
}

.widget_search, .widget_calendar, .widget_tag_cloud {
  padding: 0 0.625rem;
}

.widget_calendar #today {
  color: #ffffff;
}

.widget_text {
  overflow: hidden;
}

.widget_rss li {
  margin-bottom: 0.625rem;
}
.widget_rss li a {
  display: block;
  font-weight: bold;
}

.rss-date {
  display: block;
}

.rssSummary {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.widget-area li {
  border-bottom: 1px solid #F8F8F8;
  padding: 0.625rem 0;
}
.widget-area li:last-child {
  border-bottom: none;
}

.widget_calendar caption, .powen-pagination .current {
  color: #ffffff;
}

.widget_calendar .current-date a {
  color: #ffffff;
}

/* floats */
.quarter,
.one-third,
.two-thirds,
.half {
  float: left;
}

/* widths */
.one-third {
  width: 32%;
}

.two-thirds {
  width: 65.5%;
}

.quarter {
  width: 23.5%;
}

.three-quarters {
  width: 74.5%;
}

.half {
  width: 48%;
}

/* margins  */
.one-third {
  margin: 0 0.5%;
}

.quarter,
.two-thirds {
  margin: 0 0.5%;
}

.left,
.quarter.left,
.one-third.left {
  margin: 0 1% 0 0;
  float: left;
}

.right,
.quarter.right,
.one-third.right {
  margin: 0 0 0 1%;
  float: right;
}

.half.left {
  width: 48%;
  margin: 0 2% 0 0;
}

.half.right {
  width: 48%;
  margin: 0 0 0 2%;
}

.two-thirds.left {
  margin: 0 1% 0 0;
}

.two-thirds.right {
  margin: 0 0 0 1%;
  float: right;
}

.widget_powen_social_widget {
  text-align: center;
}
.widget_powen_social_widget .powen-social-icon a {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.125rem 0;
  line-height: 2;
  box-shadow: 0px 0px 0px 1px #f2f2f2;
}
.widget_powen_social_widget i:before {
  font-size: 1em;
}

.powen-footer-widgets .powen-social-icon a {
  background-color: #272727;
  box-shadow: 0px 0px 0px 1px #565656;
}

#monster-widget-placeholder-8 {
  width: 100%;
  padding: 1.618rem;
}

.powen-footer-widgets li {
  border-bottom: 1px solid #565656;
}

.powen-footer-widgets input {
  border: 1px solid #565656;
}

.powen-footer-widgets .tagcloud a {
  background-color: #272727;
  box-shadow: 0px 0px 0px 1px #565656;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.powen-most-recent-post {
  position: relative;
}

.powen-recent-article {
  padding-top: 2.61792rem;
}

.powen-latest-post-tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.powen-latest-post-tag span {
  padding: 0 1.25rem;
  display: inline-block;
}

.entry-footer {
  letter-spacing: 0.0625rem;
}
.entry-footer .post-share {
  font-size: 0.875rem;
}

.entry-date {
  padding-right: 0.3125rem;
}

.posted-on, .byline {
  padding: 0.3125rem;
}

.powen-footer-widgets input + div {
  text-align: center;
}

.powen-pagination {
  text-align: center;
}
.powen-pagination .current {
  padding: 0.9375rem 1.5625rem;
  display: inline-block;
}
.powen-pagination a {
  padding: 0.9375rem 1.5625rem;
  background: #ffffff;
  display: inline-block;
}
.powen-pagination .dots {
  padding: 0.9375rem 1.5625rem;
  border-radius: 3px;
  display: inline-block;
}

.powen-pagination .current, .powen-pagination a {
  border: 0.0625rem solid #cccccc;
  border-radius: 3px;
  margin: 0.3125rem;
}

.powen-pagination .next, .powen-pagination .prev, .powen-pagination .last {
  padding: 0.9375rem 1.875rem;
  background: #ffffff;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #cccccc;
  margin: 0.3125rem;
}

.breadcrumbs {
  list-style: none;
  overflow: hidden;
  background: #fff;
  margin: 0;
  padding: 1.618rem;
  text-align: right;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 0.3125rem;
  padding: 0.3125rem;
}

.powen-continue-reading {
  margin: 2.61792rem 0 1.618rem 0;
  text-align: center;
}
.powen-continue-reading a {
  padding: 0.625rem;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.content-area .post-comment {
  background: red;
}
.content-area .comments-title {
  text-align: center;
}

.comment-body img {
  border-radius: 100%;
}
.comment-body .says {
  display: none;
}
.comment-body .fn {
  display: block;
}
.comment-body .comment-author img {
  float: left;
  margin-right: 0.625rem;
}
.comment-body .comment-metadata {
  padding-bottom: 0.3125rem;
  font-size: 0.75rem;
}
.comment-body .reply {
  text-align: right;
}

.comment-respond .logged-in-as a {
  font-weight: bold;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.01 Media
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
12.02 Media
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
12.03 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
13.0 Custom Styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

#wp-admin-bar-powen-admin-menu a.ab-item {
  color: #00A0D2;
}

body {
  background-color: #f5f5f5;
}

a {
  text-decoration: none;
}

blockquote {
  padding: 1.618rem;
  font-size: 1.25rem;
  background-color: #ffffff;
  color: #565656;
}
blockquote a, blockquote a:visited, blockquote a:active {
  color: inherit;
}

ul, ol {
  padding: 0;
  margin: 0 0 0.625rem 0.625rem;
}

.sticky {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 400;
}

h1 {
  font-size: 3rem;
  margin-bottom: 0.563rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 0.625rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1.313rem;
}

h4 {
  font-size: 1.313rem;
  margin-bottom: 1.313rem;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 1.313rem;
}

h6 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.widget-title {
  font-size: 1.9695rem;
  text-align: center;
}

.site-branding .site-title {
  font-size: 3rem;
}

.site-branding .site-description {
  font-size: 1.5rem;
}

.content-area {
  float: left;
  margin: 0 -30% 0 0;
  width: 100%;
}

.pagination {
  padding: 0.625rem;
}

.site-main {
  margin: 0 30% 0 0;
}

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 30%;
}

.powen-wrapper {
  max-width: 70.3125rem;
  margin: 0 auto;
}

.powen-footer-widgets {
  overflow: hidden;
}

.widget-container {
  padding: 1.618rem;
}
.widget-container ul {
  margin: 0;
  padding: 0;
}

.flexslider h6 {
  line-height: 1.2;
  color: #fff;
  margin: 0.625rem 0;
  font-size: 1.25rem;
}

.flexslider p {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 1.875rem;
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  background-color: none;
}

.site-header {
  background-color: #fff;
}

.site-branding {
  padding: 0.9375rem;
  text-align: center;
}

.site-description {
  margin-bottom: 0;
}

h1.site-title {
  font-weight: 700;
  margin-bottom: 0;
}

.site-title, .site-description {
  vertical-align: bottom;
}

#site-navigation .menu-header-menu-container, #main-nav {
  display: none;
}

#site-navigation .menu {
  display: none;
}

.site-content {
  max-width: 70.3125rem;
  margin: 1.618rem auto;
}

.article-hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
  padding-left: 4.2358rem;
  padding-right: 4.2358rem;
  padding-bottom: 2.61792rem;
  padding-top: 2.61792rem;
  margin: 0;
  background-color: #ffffff;
}

.article-hentry {
  margin: 0 0 1.618rem 0;
}

.site-info, .powen-footer-widgets {
  padding: 1.618rem 0;
}

.powen-recent-post {
  margin-top: 1.618rem;
}

.powen-pagination {
  margin-bottom: 1.618rem;
}

.powen-featured-img {
  overflow: hidden;
  background-color: #ffffff;
}
.powen-featured-img img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.post-thumbnail {
  margin-top: 1.618rem;
  margin-right: -4.2358rem;
  margin-bottom: 1.618rem;
  margin-left: -4.2358rem;
  border-top: 0.625rem solid #404040;
  border-bottom: 0.625rem solid #404040;
}
.post-thumbnail img {
  min-width: 100%;
  vertical-align: bottom;
}

.page-header .page-title {
  text-align: center;
}

.entry-content a img {
  vertical-align: bottom;
}

.entry-header {
  text-align: center;
  overflow: hidden;
}

.entry-meta {
  display: inline-block;
  font-weight: 300;
}
.entry-meta a, .entry-meta a:visited, .entry-meta a:active {
  color: inherit;
}

.continue_btn {
  text-align: center;
}

.entry-content a.more-link {
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.625rem;
  margin: 2em 0 .5em 0;
  background: none;
  border-top: 0.1875rem solid #baabab;
  border-bottom: 0.1875rem solid #baabab;
  color: #404040;
}

.entry-footer {
  margin: 2.61792rem 0 1.618rem 0;
  line-height: 1rem;
  text-align: center;
  border-top: 0.125rem solid #F8F8F8;
}
.entry-footer span {
  margin: 0.3125rem;
  padding: 0.3125rem;
  display: inline-block;
}
.entry-footer .tags-links a {
  line-height: 2;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list > .comment {
  padding: 1.618rem;
  background-color: rgba(221, 193, 174, 0.05);
  border: 0.0625rem solid rgba(108, 67, 38, 0.05);
}

.comment-author .fn {
  text-transform: capitalize;
}

.comments-title {
  font-size: 1.5rem;
}

.comment-respond {
  margin-top: 1.25rem;
}
.comment-respond .form-allowed-tags {
  display: none;
}

.widget {
  padding-left: 2.61792rem;
  padding-right: 2.61792rem;
  padding-top: 2.61792rem;
  padding-bottom: 2.61792rem;
  margin-left: 1.618rem;
  margin-bottom: 1.618rem;
  background-color: #ffffff;
  color: #565656;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li.page_item_has_children, .widget ul li.menu-item-has-children {
  padding-bottom: 0;
  border: none;
}
.widget ul li li li li {
  padding-left: 0;
}
.widget ul .children li:first-of-type, .widget ul .sub-menu li:first-of-type {
  margin-top: 0.0625rem;
}

.comments-area .comment-form p label {
  display: inline-block;
  min-width: 6.25rem;
}

.powen-nav {
  padding: 0.9375rem 0;
}
.powen-nav .search-form .search-submit {
  display: none;
}
.powen-nav .search-form input.search-field {
  text-indent: 0.625rem;
  height: auto;
  letter-spacing: 1px;
  border: none;
  border-bottom: 1px solid #F8F8F8;
}

.widget_search input {
  width: 100%;
}

.widget_search input {
  border: 1px solid #F8F8F8;
}

.powen-pro-mobile-menu-container, .powen-top-most-nav, .powen-main-navigation, .powen-search-box-top, .powen-social-icon {
  display: inline-block;
}
.powen-pro-mobile-menu-container a i:before, .powen-top-most-nav a i:before, .powen-main-navigation a i:before, .powen-search-box-top a i:before, .powen-social-icon a i:before {
  padding: 0.625rem;
}

.powen-search-box-top {
  float: right;
  font-size: 0.875rem;
}
.powen-search-box-top .search-form {
  position: relative;
  padding: 0 0.625rem;
}
.powen-search-box-top .search-form input {
  padding-right: 1.875rem;
}

.site-footer {
  width: 100%;
  overflow: hidden;
}

.powen-footer-widgets .widget {
  background: transparent;
  float: left;
  margin: 0 1% 0 0;
  width: 24%;
  padding: 1%;
}

.powen-footer-widgets .widget_search input {
  border: 1px solid #565656;
}

.powen-footer-widgets {
  background: #222222;
  color: #808080;
}
.powen-footer-widgets a {
  color: #cccccc;
}
.powen-footer-widgets .powen-wrapper {
  overflow: hidden;
}

.site-info {
  text-align: center;
  background: #000000;
  color: #404040;
  overflow: hidden;
}
.site-info a {
  color: #666666;
}

@media (max-width: 70.3125rem) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 400;
  }

  h1 {
    font-size: 2.4rem;
    margin-bottom: 0.563rem;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 0.625rem;
  }

  h3 {
    font-size: 1.2rem;
    margin-bottom: 1.313rem;
  }

  h4 {
    font-size: 1.0504rem;
    margin-bottom: 1.313rem;
  }

  h5 {
    font-size: 1rem;
    margin-bottom: 1.313rem;
  }

  h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .widget-title {
    font-size: 1.5756rem;
    text-align: center;
  }

  .site-branding .site-title {
    font-size: 3rem;
  }

  .site-branding .site-description {
    font-size: 1.5rem;
  }

  .article-hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
    padding-left: 2.61792rem;
    padding-right: 2.61792rem;
    padding-top: 1.618rem;
    padding-bottom: 1.618rem;
  }

  .post-thumbnail {
    margin-top: 1.618rem;
    margin-right: -2.61792rem;
    margin-bottom: 1.618rem;
    margin-left: -2.61792rem;
  }
}
@media (max-width: 56.25rem) {
  #primary, #secondary {
    overflow: hidden;
    float: none;
    margin: 0;
    width: 100%;
  }

  #primary .site-main {
    margin: 0;
  }

  .widget {
    margin-left: 0;
    margin-bottom: 1.618rem;
    margin-top: 1.618rem;
  }

  .widget-area .widget {
    margin-right: 0;
  }

  .flexslider .powen-slider-content {
    visibility: visible;
    opacity: 1;
  }

  .flexslider .powen-slider-content p, .flexslider .powen-slider-content h6 {
    visibility: visible;
    opacity: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin: 0.3125rem 0;
  }

  .flexslider .flex-control-nav {
    display: none;
  }

  .quarter,
  .one-third,
  .half,
  .two-thirds,
  .three-quarters,
  .full-width {
    width: 100%;
    margin: 0;
  }

  /* padding adjustments */
  .widget-area {
    padding: 0 0 0.625rem 0;
  }
}
@media (max-width: 37.5rem) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 400;
  }

  h1 {
    font-size: 2.1rem;
    margin-bottom: 0.563rem;
  }

  h2 {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }

  h3 {
    font-size: 1.05rem;
    margin-bottom: 1.313rem;
  }

  h4 {
    font-size: 1rem;
    margin-bottom: 1.313rem;
  }

  h5 {
    font-size: 1rem;
    margin-bottom: 1.313rem;
  }

  h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .widget-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .site-branding .site-title {
    font-size: 2.7573rem;
  }

  .site-branding .site-description {
    font-size: 1.37865rem;
  }

  .flexslider .flex-direction-nav .flex-next, .flexslider .flex-direction-nav .flex-prev {
    display: none;
  }
}
@media (max-width: 25rem) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 400;
  }

  h1 {
    font-size: 2.1rem;
    margin-bottom: 0.563rem;
  }

  h2 {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }

  h3 {
    font-size: 1.05rem;
    margin-bottom: 1.313rem;
  }

  h4 {
    font-size: 1rem;
    margin-bottom: 1.313rem;
  }

  h5 {
    font-size: 1rem;
    margin-bottom: 1.313rem;
  }

  h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .widget-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .site-branding .site-title {
    font-size: 2.7573rem;
  }

  .site-branding .site-description {
    font-size: 1.37865rem;
  }

  .article-hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .powen-recent-article {
    padding-top: 1rem;
  }

  .post-thumbnail {
    margin-top: 1.618rem;
    margin-right: -1.618rem;
    margin-bottom: 1.618rem;
    margin-left: -1.618rem;
  }

  .entry-title {
    margin-bottom: 1rem;
  }

  .flexslider h1, .flexslider h2, .flexslider h3, .flexslider h4, .flexslider h5, .flexslider h6 {
    line-height: 1.3;
    font-weight: 400;
  }
  .flexslider h1 {
    font-size: 1.5rem;
    margin-bottom: 0.563rem;
  }
  .flexslider h2 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .flexslider h3 {
    font-size: 1rem;
    margin-bottom: 1.313rem;
  }
  .flexslider h4 {
    font-size: 1rem;
    margin-bottom: 1.313rem;
  }
  .flexslider h5 {
    font-size: 1rem;
    margin-bottom: 1.313rem;
  }
  .flexslider h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .flexslider .widget-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .flexslider .site-branding .site-title {
    font-size: 1.9695rem;
  }
  .flexslider .site-branding .site-description {
    font-size: 0.98475rem;
  }

  .flexslider h6 {
    line-height: 1;
  }

  button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: none;
  }
}
/*--------------------------------------------------------------
13.0 Font awesome
--------------------------------------------------------------*/
/*------------------
FontAwesome
---------------------*/
.powen-top-most-nav .mm:before,
.powen-main-navigation .m:before,
.powen-search-box-top .search-form label:after,
.posted-on:before,
.comments-link:before,
.edit-link:before,
.nav-previous a:before,
.nav-next a:after,
.author:before,
.content-area .hentry .entry-date:after,
.cat-links:before,
.comment-metadata time:before,
.powen-continue-reading:after,
.breadcrumbs .separator:after,
.tags-links:before,
.widget_recent_comments li:before,
.widget_recent_comments li > a:before,
.widget_archive li:before,
.widget_recent_entries li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_pages li:before,
.powen-wrapper .recent-comment-people:before,
.menu-long-menu-container li:before,
.widget_recent_entries li:before,
.entry-header:after,
.widget-title:after,
.footer-scroll:before,
.powen-pro-mobile-menu .mm:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/**---------------
Write your code here
--------------------**/
.powen-top-most-nav .mm:before, .powen-main-navigation .m:before, .powen-pro-mobile-menu .mm:before {
  content: "\f0c9";
}

.powen-search-box-top .search-form label:after {
  content: "\f002";
  position: absolute;
  right: 1.25rem;
  top: 0;
  color: #cdcdcd;
}

.posted-on:before, .comment-metadata time:before {
  content: "\f017";
  padding: 0.3125rem;
}

.comments-link:before {
  content: "\f0e6";
  padding: 0.3125rem;
}

.edit-link:before {
  content: "\f044";
  padding: 0.3125rem;
}

.nav-previous a:before {
  content: "\f100";
  margin: 0 0.3125rem;
}

.nav-next a:after {
  content: "\f101";
  margin: 0 0.1875rem;
}

.author:before {
  content: "\f007";
  padding: 0.3125rem;
}

.cat-links:before {
  content: "\f0ca";
  padding: 0.3125rem;
}

.tags-links:before {
  content: "\f02c";
  padding: 0.3125rem;
}

.comment-metadata time:before {
  padding-left: 0;
}

.powen-continue-reading:after {
  content: "\f178";
}

.breadcrumbs .separator:after {
  content: "\f105";
  color: #cccccc;
  padding-right: 0.3125rem;
}

.widget_recent_comments li:before {
  content: "\f007";
  padding-right: 0.625rem;
  color: #cccccc;
}

.widget_recent_comments li > a:before {
  content: "\f075";
  display: none;
}

.widget_archive li:before, .widget_recent_entries li:before, .widget_categories li:before, .widget_meta li:before, .widget_pages li:before, .menu-long-menu-container li:before, .widget_recent_entries li:before {
  content: "\f105";
  color: #cccccc;
  padding-right: 0.625rem;
}

.powen-wrapper .recent-comment-people:before {
  content: "\f007";
  color: #454545;
  background: #2F2F2F;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  border-radius: 50%;
}

.entry-header:after, .widget-title:after {
  content: '';
  display: block;
  width: 3.75rem;
  height: 0.0625rem;
  margin: 1.5625rem auto 1.5625rem;
}

.widget-title:after {
  margin: 0.9375rem auto 0.9375rem;
}

.footer-scroll:before {
  content: "\f106";
  background: rgba(0, 0, 0, 0.46);
  margin: 0;
  position: fixed;
  bottom: 6.25rem;
  right: 3.125rem;
  width: 2.5rem;
  text-align: center;
  height: 2.1875rem;
  z-index: 100;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  text-shadow: 0px 4px 0px #fff;
}

/*--------------------------------------------------------------
16.0 Slider
--------------------------------------------------------------*/
.flexslider img {
  height: auto;
}

.flex-prev {
  font-size: 0.875rem;
  padding: 0 0.75rem;
}

.flex-next {
  font-size: 0.875rem;
  padding: 0 0.75rem;
}

.flexslider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slides li {
  position: relative;
}
.slides img {
  width: 100%;
}

.powen-slider-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.3125rem;
  background: rgba(0, 0, 0, 0.3);
}
.powen-slider-content h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.powen-slider-content p {
  color: #ffffff;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
