/*
Theme Name: xMag
Theme URI: http://www.designlabthemes.com/xmag-wordpress-theme/
Author: Design Lab
Author URI: http://www.designlabthemes.com/
Description: xMag is a free Magazine WordPress Theme. It features a simple and elegant design. This theme comes with great features for magazine, blog and news websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xmag
Tags: two-columns, right-sidebar, fixed-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, featured-images, post-formats, translation-ready

This theme is licensed under the GPL.
Design Lab is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Simple line icons, v2.2.2
Created by Jamal Jama
MIT License: https://github.com/thesabbir/simple-line-icons
*/


/*

Index:
01:	- Normalize
02:	- Layout
03:	- Typography
04:	- Elements
05:	- Header
06:	- Content
07:	- Post Formats
08:	- Comments
09:	- Widgets
10: - Mobile Navigation
11:	- Additional Styles
12: - Media Queries

*/


/*
 * 01: Normalize
 * 
 * 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/*
 * 02: Layout
 */

body {
	background-color: #fff;
}

#page {
	margin: 0;
	padding: 0;
	background: transparent;
}

.container {
	max-width: 980px;
	margin: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.content-area {
	width: 65.3062%;
	float: left;
}

.widget-area {
	float: right;
	width: 30.6123%;
}

.content-area,
.widget-area {
	margin: 40px 0;
}

/* Grid */

.row {
  margin-right: -20px;
  margin-left: -20px;
   -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}

.col-offset-12 {
	margin-left: 100%;
}
.col-offset-11 {
	margin-left: 91.66666667%;
}
.col-offset-10 {
	margin-left: 83.33333333%;
}
.col-offset-9 {
	margin-left: 75%;
}
.col-offset-8 {
	margin-left: 66.66666667%;
}
.col-offset-7 {
	margin-left: 58.33333333%;
}
.col-offset-6 {
	margin-left: 50%;
}
.col-offset-5 {
	margin-left: 41.66666667%;
}
.col-offset-4 {
	margin-left: 33.33333333%;
}
.col-offset-3 {
	margin-left: 25%;
}
.col-offset-2 {
	margin-left: 16.66666667%;
}
.col-offset-1 {
	margin-left: 8.33333333%;
}
.col-offset-0 {
	margin-left: 0;
}

.text-center {
	text-align: center;
}
.col-clear {
clear: both;
}

/*
 * 03: Typography
 */

html,
body {
	text-rendering: optimizelegibility;
}
 
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	color: #222;
}

h1 {
	font-size: 2.4em; /* 36px */
	font-weight: 300;
	margin: 1em 0 0.5em;
	line-height: 1.4;
}

h2 {
	font-size: 1.6em; /* 24px */
	margin: 1em 0 0.5em;
	line-height: 1.4;
}

h3 {
	font-size: 1.20em; /* 20px */
	font-weight: 700;
	margin: 1em 0 0.5em;
	line-height: 1.4;
}

h4 {
	font-size: 0.933em; /* 14px */
	font-weight: 700;
	text-transform: uppercase;
	margin: 1em 0 0.5em 0;
}

h5, h6 {
	font-size: 1em; /* 15px */
	font-weight: 700;
	margin: 1em 0 0.5em 0;
}

.site-title {
	font-family: 'Roboto',sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.site-title a {
	color: #222;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}

.site-title a:hover {
	color: #e54e53;
	text-decoration: none;
}

.site-title a:focus,
.site-title a:active {
	outline: 0;
}

.site-description {
	margin: 0.5em 0 0;
	color: #777;
	font-size: 0.875em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
}

.entry-header h1,
.entry-header h2,
.page-header h1 {
	line-height: 1.4;
	clear: none;
	color: #222;
}

.entry-header h1 {
	margin: 0 0 0.25em 0;
}

.page-header h1 {
	margin: 0;
}

.entry-header h2 {
	margin: 0.25em 0 0 0;
}

.entry-header h1 a,
.entry-header h2 a {
	text-decoration: none;
	color: #222;
}

.entry-header h1 a:hover,
.entry-header h2 a:hover {
	color: #e54e53;
}

.archive .page-header {
	margin: 1.5em 0;
}

.archive .page-header h1 {
	display: inline-block;
	margin: 0;
	font-size: 0.875em;	
	font-weight: 400;
}

.archive .page-title {	
	padding: 4px 10px 4px 20px;
	color: #fff;
	background-color: #e54e53;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.archive .page-title:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	left: 8px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
} 

.archive .page-title span {
	font-weight: 700;
}

/*
 * 04: Elements
 */
 
p {
	margin: 0 0 1.5em 0;
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
}

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;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	border-left: 5px solid #e54e53;
    color: #555;
    margin: 0 0 1.5em;
    padding: 0.75em 1.5em;
    font-style: italic;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote p {
	margin: 1.5em 0 0 0;
}

blockquote > p:first-child {
	margin: 0;
}

cite {
	color: #999;
    display: block;
    font-size: 1em;
    margin: 0.5em 0 0;
    text-align: left;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
	border: 1px dashed #ccc;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	font-size: 1em;
	display: inline-block;
	padding: 0.1em 0.2em;	
	background-color: #f2f2f2;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
	border-radius: 2px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

mark {
	background: #fff9c0;
}

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;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers */

embed,
object,
iframe {
	max-width: 100%;
}

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[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #e54e53;
	color: #fff;
	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: 1em;
	line-height: 1;
	padding: 0.8em 1.5em 0.75em;
	font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	opacity: 0.8;
}

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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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: #888;
	background-color: #fff;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
	background-color: #eee;
	border: 1px solid #eee;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.5em;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	color: #666;
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 0.25em;
}

/* Links */

a {
	color: #e54e53;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus,
a:active {
	outline: none;
}

.more-link {
	display: inline-block;
	background-color: #e54e53;
	color: #fff;
	padding: 0.25em 0.75em;
	margin-top: 0.5em;
	font-size: 0.875em;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.more-link:hover {
	text-decoration: none;
	opacity: 0.9;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
	line-height: 1;
}

.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: #e54e53;
	display: block;
	font-size: 14px;
	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 */
}

/* Clearing */

.clear:before,
.clear:after,
.container:before,
.container:after,
.row:before,
.row:after,
.menu:before,
.menu:after,
.hentry:before,
.hentry:after,
.entry-content:before,
.entry-content:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after,
.page-numbers:before,
.page-numbers:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.search-form:before,
.search-form:after,
.widget_search:before,
.widget_search:after {
	content: '';
	display: table;
}

.clear:after,
.container:after,
.row:after,
.menu:after,
.hentry:after,
.entry-content:after,
.comment-meta:after,
.comment-content:after,
.page-numbers:after,
.nav-links:after,
.gallery:after,
.widget_search:after,
.search-form:after {
	clear: both;
}

/*
 * 05: Header
 */

.site-header {
	margin: 0;
	padding: 0;
	opacity: 1;
	background-color: #fff;
	-webkit-transition: opacity 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s;
	transition: opacity  0.3s ease-in-out 0s, background 0.3s ease-in-out 0s;
}

.site-branding {
	margin: 20px 0;
}

.main-menu a {
	color: #fff;
}

.header-image a {
	display: block;
}

.header-image img {
	display: block;
	height: auto;
}

/* Main Navigation */

.main-navbar {
	background-color: #252626;
	z-index: 999;
}

.main-menu,
.main-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu  {
	list-style-type: none;
	font-size: 13px;
}

.main-menu > li,
.home-link {
	float: left;
	margin: 0;
}

.main-menu > li,
.home-link a {
	position: relative;
}

.main-menu > li > a,
.home-link a {
	display: block;
	position: relative;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}

.home-link a {
	padding-left: 15px;
	padding-right: 15px;
}

.main-menu > li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	display: inline-block;
	content: "\72";
	vertical-align: -10%;
	font-size: 10px;
	padding: 0 0.5em;
 }

.main-menu > li > a:hover,
.home-link a:hover {
	color: rgba(255,255,255,0.9);
	background-color: rgba(0,0,0,0.07);
}

.main-menu ul {
	display: none;
	width: 100%;
	min-width: 160px;
	float: none;
	position: absolute;
	background-color: #252626;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	text-align: left;
	font-size: 1em;
	opacity:  0;
	list-style-type: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 998;
}

.main-menu ul li {
	position: relative;
}

.main-menu ul li:first-child a {
	border: 0;
}

.main-menu ul a {
	display: block;
    line-height: 1.5;
    padding: 8px 10px;
    text-decoration: none;
    color: #fff;
}

.main-menu ul a:hover {
	color: rgba(255,255,255,0.9);
}

.main-menu ul a:before {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	display: inline-block;
	content: "\70";
	font-size: 10px;
	padding-right: 0.5em;
}

.main-menu > li:hover > ul {
	display: block;
	opacity: 1;
	left: 0;
	top: 44px;
}

.main-menu ul li:hover > ul,
.main-menu ul ul li:hover > ul {
	display: block;
	opacity: 1;
	left: 100%;
	top: 0;
}

/* Top Navigation */

.top-navigation {
	margin: 25px 0 0;
	text-align: center;
	float: right;
}

.top-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.875em;
}

.top-navigation ul li {
	position: relative;
}

.top-navigation ul a {
	display: block;
	text-decoration: none;
	color: #444;
}

.top-menu a:hover,
.top-menu .current_page_item a,
.top-menu .current-menu-item a {
	color: #e54e53;
}

.top-navigation > ul > li {
	display: inline-block;
}

.top-navigation > ul > li > a {
	padding: 5px 10px;
	margin: 0;
	line-height: 20px;
	font-weight: 400;
}

.top-navigation > ul > li:active > a,
.top-navigation > ul > li:focus > a {
	color: #e54e53;
}

.top-navigation > ul > li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	display: inline-block;
	content: "\72";
	vertical-align: -10%;
	font-size: 10px;
	padding: 0 0.5em;
 }

.top-navigation > ul > li > a.button {
	margin: 0.25em;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	background-color: #e54e53;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	font-size: 0.857em;
	font-weight: 700;
	text-transform: uppercase;
}

.top-navigation > ul > li > a.button:hover {
	background-color: #c64448;
}

.top-navigation ul ul {
	display: none;
	left: 0;
	position: absolute;
	top: 30px;
	margin: 0;
	z-index: 99999;
	border: 1px solid #eee;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	text-align: left;
	font-size: 1em;
}

.top-navigation ul ul a {
	height: auto;
    line-height: 1.5;
    padding: 7px 10px;
    width: 120px;
    color: #555;
    border-top: 1px solid #f4f4f4;
}

.top-navigation ul ul ul {
	left: 100%;
	top: 0;
	text-align: left;
}

.top-navigation ul ul li:first-child a {
	border: 0;
}

.top-navigation ul li:hover > ul {
	display: block;
}

/* Search Form */

.site-header .search-form {
	position: relative;
	margin: 25px 0 0 20px;
	float: right;
}

.site-header .search-field {
	position: relative;
	height: 30px;
	width: 180px;
	border: 1px solid #eee;	
	margin: 0;
	padding: 5px 40px 5px 10px;
	background: #fff;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 48px;
	border-radius: 48px;
	line-height: 30px;
	font-size: 13px;
	outline: 0;
}

.site-header .search-form label {
	position: relative;
	margin: 0;
	float: right;
}

.site-header .search-field:focus {
	background: #f2f2f2;
	cursor: text;
	width: 180px;
	text-indent: 0;
}

.site-header .search-form .search-submit {
	width: 20px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: transparent url('images/search.png') no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 4px;
	z-index: 2;
	text-indent: -9999em;
}

/* Site Header Has Description */

.site-header.has-site-description .top-navigation,
.site-header.has-site-description .search-form {
	margin-top: 30px;
}

/* Button Toggle */

button.menu-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 14px;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	z-index: 11;
}

button.menu-toggle .ion-menu:before {
	font-size: 28px;
	vertical-align: middle;
}

button.menu-toggle:hover,
button.menu-toggle:active,
button.menu-toggle:focus {
	background-color: transparent;
	border: none;
	outline: none;
}

/* Footer Navigation */

.footer-navigation {
	text-align: right;
}

.footer-navigation ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	font-size: 0.875em;
}

.footer-navigation li {
	display: inline-block;
	position: relative;
}

.footer-navigation a {
	display: inline-block;
	text-decoration: none;	
	padding: 0.5em;
	margin: 0;
	font-weight: 400;
}

.footer-navigation a {
	color: #444;
}

.footer-navigation a:hover {
	color: #e54e53;
}

/*
 * 06: Content
 */

.entry-content {
	margin-bottom: 1.5em;
}

.hentry {
	position: relative;
	margin: 0 0 2em 0;
}

.byline,
.updated {
	display: none;
}

.sep {
	padding: 0 0.5em;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-header {
	margin-bottom: 0.5em;
}

.page .hentry .entry-header,
.single .hentry .entry-header,
.page-header {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #eee;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-summary {
	color: #555;
	margin: 0;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}

.entry-summary:hover {
	color: #333;
}

.entry-summary p {
	margin-bottom: 0;
}

.entry-thumbnail {
	float: left;
	margin: 0 20px 0 0;
	max-width: 220px;
	position: relative;
	overflow: hidden;
}

.entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	opacity: 1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.entry-thumbnail:hover img {
	opacity: 0.7;
}

.entry-thumbnail .format-icon {
	display: none;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	margin: -24px 0 0 -24px;
	background-color: rgba(0,0,0,.7);
	-webkit-border-radius: 20px;
	border-radius: 24px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}	

.entry-thumbnail:hover .format-icon {
	opacity: 0;
}

.entry-thumbnail .format-icon:before {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
}

.format-image .format-icon,
.format-gallery .format-icon,
.format-link .format-icon,
.format-quote .format-icon,
.format-status .format-icon,
.format-video .format-icon {
	display: block;
}

.format-image .format-icon:before {
	content: "\62";
}

.format-gallery .format-icon:before {
	content: "\6a";
}

.format-quote .format-icon:before {
	content: "\23";
}

.format-status .format-icon:before {
	content: "\61";
}

.format-video .format-icon:before {
	content: "\69";
}

.format-link .format-icon:before {
	content: "\6e";
}

.single-entry-thumbnail {
	margin-bottom: 1.5em;
}

.single-entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.entry-meta {
	color: #999;
    font-size: 0.8em;
}

.single .entry-meta,
.page .entry-meta {
    text-transform: none;
    font-size: 0.875em;
}

.entry-meta a {
	color: #555;
}

.entry-meta .category a {
	display: inline-block;
	padding: 0 0.25em;
    margin: 0 0.25em 0 0;
    background-color: #e54e53;
	color: #fff;
	font-size: 	0.833em;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.entry-meta .category a:hover {
	text-decoration: none;
}

.entry-footer {
	color: #aaa;
	font-size: 0.875em;
}

.single .entry-footer > span {
	padding: 0 1em 0 0;
}

.taxonomy-description {
    font-size: 0.875em;
    color: #999;
}

/*  Navigation */

.site-navigation,
.post-navigation {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[class*="navigation"] .nav-previous {
	float: left;
}

[class*="navigation"] .nav-next {
	float: right;
	border-left: 1px solid #eee;
}

[class*="navigation"] .nav-previous a,
[class*="navigation"] .nav-next a {
	display: block;
	padding: 0 1em;
	color: #444;
	text-transform: uppercase;
	font-size: 0.875em;
	text-align: center;
	position: relative;
}

[class*="navigation"] .post-navigation-title {
	padding: 0 1em;
	color: #888;
	font-size: 0.875em;
	text-align: center;
	margin-bottom: 0.5em;
}

[class*="navigation"] .nav-previous a:hover,
[class*="navigation"] .nav-next a:hover {
	text-decoration: none;
}

.post-navigation-title .icon-arrow-right:before,
.post-navigation-title .icon-arrow-left:before {
	font-size: 10px;
}

/* Post Navigation */

.post-navigation {
    padding: 2em 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-links {
	position: relative;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	color: #e54e53;
}

/* Scroll Up Button */

#scroll-up { 
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 30px;
	right: 30px;
	background-color: #e54e53;
	color: #fff;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#scroll-up .ion-angle-up:before {
	font-size: 18px;
}

/* Pagination */

ul.page-numbers { 
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.page-numbers li { 
	display: block; 
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
}

ul.page-numbers a,
ul.page-numbers span { 
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	color: #777;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.page-numbers.current,
.page-numbers.current:hover,
.page-numbers a:hover { 
	border-color: transparent;
	text-decoration: none;
	color: #fff;
	background: #e54e53;
}

/* Gallery */

.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;
}

.wp-caption {
	margin-bottom: 1.5em;
    padding: 20px;
	max-width: 100%;
	border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: auto;
}

.wp-caption-text {
	text-align: left;
}

.wp-caption .wp-caption-text {
	margin: 1em 0 0;
	padding: 0;
	font-size: 0.875em;
	color: #777;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

.gallery .gallery-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 0 20px 0;
	float: left;
}

.gallery .gallery-icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.gallery .wp-caption-text {
	font-size: 14px;
	color: #777;
	font-style: italic;
}

.site-main .gallery-columns-2 .gallery-item {
	width: 50%;
}

.site-main .gallery-columns-3 .gallery-item {
	width: 33.3333%;
}

.site-main .gallery-columns-4 .gallery-item {
	float: left;
	width: 25%;
}

/* Author bio */

.author-info {
    margin: 0;
    padding: 2em 0;
    border-top: 1px solid #eee;
}

.author-avatar,
.author-description,
.author-social {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.author-avatar {
	width: 20%;
	padding: 0 1.5em;
	float: left;
}

.author-avatar img {
	display: block;
	margin: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.author-description {
	width: 80%;
	float: left;	
}

.author-description p:last-child {
	margin-bottom: 0;
}

.author-bio {
	font-size: 0.875em;
	color: #555;
}

h3.author-title {
	clear: none;
	margin: 0 0 0.25em 0;
	font-size: 1.125em;
	font-weight: 700;
}

.author-social {
	clear: left;
	width: 80%;
	margin-left: 20%;
	padding: 0.5em 0 0;
}

.author-social a {
	color: #555;
	margin-right: 0.25em;
}

.author-social a:hover {
	color: #e54e53;
	text-decoration: none;
}

/* Footer */

.site-footer {
	background-color: #f8f8f8;
    color: #888;
}

.site-footer a {
	color: #888;
}

.site-footer a:hover {
	color: #444;
}

.footer-copy,
.footer-widget-area {
	padding: 1.5em 0;
}

.site-info {
	font-size: 0.875em;
	padding: 0.5em 0;
}

.footer-widget-area .widget {
	margin: 0 0 1.5em 0;
	padding: 0;
	background: transparent;
}

#footer-area-left .widget:last-child,
#footer-area-center .widget:last-child,
#footer-area-right .widget:last-child {
	margin-bottom: 0;
}

/* Infinite Scroll */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*
 * 07: Post Formats
 */
 
/* Sticky */
 
.hentry.sticky {
	border-bottom: 1px solid #eee;
	padding-bottom: 2em;
}

.hentry.sticky .entry-header h2 a:before {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-size: 14px;
	padding-right: 0.5em;
	display: inline-block;
	content: "\49";
}
 
/*
 * 08: Comments
 */

.comments-area {
	padding: 2em 0;
}

.comments-area h3,
h2.comments-title {
	font-size: 1.125em;
	font-weight: 700;
	margin: 0 0 1em;
}

.comment-content {
	font-size: 0.938em;
	color: #555;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-list {
	list-style-type: none;
	margin: 1.5em 0;
	padding: 0;
}

.comment-list > li {
	border: 1px solid #eee;
	margin-bottom: 1.5em;
	padding: 20px;
}

.comment-list .children {
	list-style-type: none;
	margin-left: 3em;
}

.comment-list .children li {
	border: 1px dashed #ddd;
    margin-bottom: 1.5em;
    padding: 1em;
}

.comment-list .avatar {
	float: left;
	margin: 0 20px 0 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-list .children .avatar {
	width: 40px;
	height: 40px;
}

.comment-list .comment-meta {
	margin-bottom: 1em;
}

.comment-list .comment-metadata {
	font-size: 0.875em;
	color: #999;
}
.comment-list .comment-metadata a {
	color: #999;
}

.comment-list .comment-content,
.comment-list .reply {
	padding-left: 80px;
}

.comment-content p {
	margin-bottom: 1em;
}

.comment-list .comment-author {
}

.comment-list .comment-author .fn {
	display: inline-block;
	text-align: left;
	font-size: 1.125em;
	font-style: normal;
    font-weight: 700;
	color: #333;
	margin: 0.25em 0 0;
}

.comment-list .comment-author .says {
	display: none;
}

.comment-list .reply {
	clear: both;
	font-size: 	0.750em;
	font-weight: 700;
    letter-spacing: 0.02em;
	text-transform: uppercase;
}

.comment.parent .reply {
	margin-bottom: 1em;
}

.form-allowed-tags {
	display: none;
}

.comment-form label {
	display: block;
}

.comment-form .required {
	color: red;
}

.bypostauthor {}

/*
 * 09: Widgets
 */
 
.widget {
	margin: 0 0 1.5em 0;
	font-size: 0.933em;
	color: #555;
	padding: 20px;
	background-color: #f8f8f8;
}

.widget_ads {
	padding: 0;
	background-color: transparent;
	text-align: center;
}

.widget h2 a,
.widget h3 a,
.widget h4 a  {
	color: #9E0909;
}

.widget-title {
	margin: 0 0 1em;
	font-size: 1.200em;
	font-weight: 700;
	color: #333;
}

.widget a {
	color: #777;
}

.widget a:hover {
	color: #e54e53;
}

/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}

.widget > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget > ul li {
	padding: 0.25em 0;
}

.widget_pages > ul > li > a:before,
.widget_categories > ul > li > a:before,
.widget_meta > ul > li > a:before,
.widget_recent_entries > ul > li > a:before,
.widget_recent_comments ul li a.url:before {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	padding-right: 0.5em;
}

.widget_pages > ul > li > a:before,
.widget_meta > ul > li > a:before,
.widget_recent_entries > ul > li > a:before {
	vertical-align: middle;
	font-size: 10px;
	content: "\70";
}

.widget_categories > ul > li > a:before {
	font-size: 14px;
	vertical-align: -10%;
	content: "\6c";
}

.widget_recent_comments ul li a.url:before {
	font-size: 14px;
	vertical-align: -10%;
	content: "\41";
}

/* Search widget */

.widget_search .search-submit {
	float:left;
	height: 34px;
	width: 15%;
	padding: 5px;
	line-height: 1;
	text-indent: -999em;
	background-image: url('images/search-light.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_search label {
	float:left;
	width: 85%;
}

.widget_search input[type="search"] {
	width: 100%;
	height: 34px;
	padding: 5px 10px;
	border: 1px solid #eee;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Comments Widget */

.widget_recent_comments,
.widget_recent_comments a {
	color: #999;
}

.comment-author-link,
.comment-author-link a {
	color: #333;
}

/* Calendar Widget */

.widget_calendar caption {
	color: #333;
    font-size: 1.143em;
    font-weight: 700;
    margin: 0 0 1em;
}

.widget_calendar thead th {
	text-transform: uppercase;
	font-size: 0.857em;
}

.widget_calendar tbody {
	color: #999;
}

.widget_calendar a {
	color: #e54e53;
}

/* Pages Widget */

.widget_pages ul {
	list-style-type: none;
}

.widget_pages ul ul {
	padding: 0;
	margin-left: 3em;
}

/* Tag Cloud Widget */

.tagcloud a {
	font-size: 0.933em !important;
	display: inline-block;
	padding: 0.1em 0.5em;
	border: 1px solid #eee;
	margin-bottom: 0.5em;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

/* Social Links */

.social-links {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding: 0 20px;
	font-size: 0.933em;
}

.social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
	margin: 0 0.5em 0.5em 0;
	color: #fff;
	text-align: center;
	 -webkit-border-radius: 32px;
    border-radius: 32px;
}

.social-links a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}

.social-links li {
	display: inline-block;
}

.social-links [class^="icon-"]:before,
.social-links [class*=" icon-"]:before {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}

.social-links .rss {
	background-color: #F28A29;
}

.social-links .facebook {
	background-color: #3B5998;
}

.social-links .twitter {
	background-color: #00aced;
}

.social-links .googleplus {
	background-color: #dd4b39;
}

.social-links .linkedin {
	background-color: #007bb6;
}

.social-links .youtube {
	background-color: #bb0000;
}

.social-links .instagram {
	background-color: #517fa4;
}

.social-links .pinterest {
	background-color: #cb2027;
}

.social-links .flickr {
	background-color: #ff0084;
}

.social-links .tumblr {
	background-color: #32506d;
}

.social-links .dribbble {
	background-color: #ea4c89;
}

.social-links .stumbleupon {
	background-color: #eb4823;
}

/*
 * 10: Mobile Navigation
 */

.mobile-header {
	display: none;
	height: 50px;
	width: 100%;
	padding: 0 5%;
	background-color: #252626;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-header a {
	color: #fff;
}

.mobile-title {
	display: inline-block;
	line-height: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.467em;
	font-weight: 700;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mobile-title:hover {
	text-decoration: none;
}

.mobile-menu-toggle {
	float: left;
	margin: 0 1em 0 0;
	line-height: 50px;
	text-decoration: none;
}

.mobile-menu-toggle:hover {
	text-decoration: none;
}

.mobile-menu-toggle .icon-menu:before {
	font-size: 18px;
    vertical-align: -15%;
}

#mobile-header .mobile-title,
#mobile-header .mobile-menu-toggle {
	color: #fff;
}

.mobile-title a:active,
.mobile-title a:focus,
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus {
	outline: 0;	
}

.mobile-navigation {
	display: none;
	height: auto;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
}

@media screen and (max-width: 768px) {	
	.mobile-header {
	display: block;
	position: relative;
	z-index: 10;
	}
	.mobile-header:before {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	content: none;
	z-index: 9;
	}
	/* Header */
 	.main-navbar,
 	.header-wrapper,
	.sticky-wrapper {
	display: none
	}
	/* Mobile Navigation */	
	.mobile-navigation  {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	position: fixed;
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
	width: 280px;
	left: -280px;
	top: 50px;
	overflow: auto;
	-webkit-transition: left .5s;
	transition: left .5s;
	background-color: #000;
	text-align: left;
	z-index: 10;
	}
	.mobile-navigation ul,
	.mobile-navigation ul ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: transparent;
    border: 0;
    opacity: 1;
    position: static;
	}
	.mobile-navigation ul li:before {
	content: none;
	}
	.mobile-navigation ul a,
	.mobile-navigation ul ul a {
	display: block;
	width: auto;
	padding: 1em;
	height: auto;
	line-height: 1.5;
	color: #fff;
	text-transform: none;
	font-weight: 400;
	}
	.mobile-navigation ul a,
	.mobile-navigation ul li {
	border: 0;
	float: none;
	}
	.mobile-navigation ul ul a {
	padding-left: 2em;
	}
	.mobile-navigation hr {
	background-color: rgba(255,255,255,0.1);
	margin: 1em 0;
	}
	.mobile-navigation .social-links li {
	display: inline-block;
	}
	.mobile-navigation .social-links a {
	display: inline-block;
	padding: 0.5em 1em;
	}
	.mobile-navigation .home-link {
	float: none;
	}
	.mobile-navigation .home-link a {
	display: block;
	padding: 0.5em;
	}
	.mobile-navigation .search-form {
	padding: 0 1em;
	}
	.mobile-navigation .search-form label {
	display: inline-block;
	width: 65%;
	}
	.mobile-navigation input.search-field {
    line-height: 20px;
    padding: 6px;
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.mobile-navigation input.search-submit {
	width: 30%;
    padding: 8px 0;
    line-height: 20px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	/* Mobile Navigation Open */
	body.mobile-menu-open {
	overflow: hidden;
	}
	.mobile-menu-open .mobile-header:before {
	content: "";
	opacity: 0.75;
	visibility: visible;
	}
	.mobile-menu-open .mobile-navigation {
	left: 0;
	}
}

/*
 * 11: Additional Styles
 */

/* Boxed Layout */

body.site-boxed {
	background-color: #f2f2f2;
}

.site-boxed #page {
	background-color: #fff;
	max-width: 1060px;
	margin: 2em auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-boxed .site-branding,
.site-boxed .site-header .top-navigation,
.site-boxed .site-header .search-form,
.site-boxed .site-header.has-site-description .top-navigation,
.site-boxed .site-header.has-site-description .search-form {
	margin: 60px 0;
}

.site-boxed .header-image .container {
	max-width: 100%;
	width: 100%;
}

.site-boxed .comments-area {
	padding: 1.5em 0;
}

.site-boxed .site-footer {
	background-color: #fff;
    border-top: 1px solid #eee;
}

/* No Sidebar Template */

.page-template-no-sidebar .content-area,
.page-template-no-sidebar-php .content-area {
	width: 100%;
	float: none;
}

.page-template-no-sidebar textarea {
    width: 50%;
}

/*
 * 12: Media Queries 
 */

@media screen and (min-width: 1280px) {
	.container {
	max-width: 1120px;
	}
	.content-area {
	width: 64.2858%;
	}
	.widget-area {
	width: 28.5715%;
	}	
	.entry-thumbnail {
	margin-right: 30px;
	max-width: 260px;
	}
	/* Additional Styles */
	.site-boxed #page {
	max-width: 1200px;
	}
	.site-boxed .container {
	max-width: 1080px;
	}
	.site-boxed .content-area {
	width: 64.8149%;
	}
	.site-boxed .widget-area {
	width: 29.6297%;
	}
}

@media screen and (max-width: 1023px) {
	body {
	cursor: inherit !important;
	}
	.container {
	max-width: 90%;
	padding: 0;
	}
	.content-area,
	.widget-area {
	float: none;
	max-width: 100%;
	width: 100%;
	margin: 2em auto;
	}
	ul.page-numbers li {
	margin-bottom: 0;
	}
	.widget {
	margin-bottom: 2em;
	}
	.entry-thumbnail img {
	width: auto;
	}
	/* Additionl styles */
	.site-boxed #page {
	margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.header-image {
	display: none;
	}
	.entry-summary,
	.entry-content {
	word-break: break-word;
	}
	.hentry {
	margin: 0 0 3em 0;
	padding-bottom: 0;
	}
	.page .hentry, .single .hentry {
	margin-bottom: 2em;
	}
	.entry-header {
	margin-bottom: 0.5em;
	}
	.entry-header h2 {
	font-size: 1.75em;
	}
	.entry-header h1,
	.entry-header h2 {
	margin-top: 0.25em;
	}
	.entry-thumbnail {
	width: 30%;
	margin: 0 1.5em 0 0;
	}
	.hentry.sticky {
	margin-bottom: 2em;
	}
	.post-navigation,
	ul.page-numbers {
	margin: 2em 0;
	}
	[class*="navigation"] .nav-previous a,
	[class*="navigation"] .nav-next a {
	padding: 1em 0;
	}
	.comments-area {
    padding: 2em 0;
    }
	.widget {
	padding: 1em;
	}
	.footer-widget-area {
	margin: auto;
	}
	.footer-widget-area col-4 {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 0 2em;
	}
}

 @media (max-width: 640px) {
	.col-sm-6 {
	width: 50%;
	}
	.col-clear {
	clear: none;
	}
	.col-sm-clear {
	clear: both;
	}
}

@media screen and (max-width: 480px) {
	body {
	font-size: 16px;
	}
	.row {
	margin: auto;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width: 100%;
	float: none;
	padding: 0;
	}
	.col-sm-6 {
	width: 100%;
	float: none;
	padding: 0;
	}
	blockquote, input, select, textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: none;
	}
	.comment-content,
	.reply,
	.comment-list .children {
	margin-left: 0;
	padding-left: 0;
	}
	.author-avatar {
	padding: 0 1em;
	}
	#scroll-up {
	bottom: 20px;
	right: 20px;
	}
	.site-info,
	#footer-area-left .widget:last-child, #footer-area-center .widget:last-child, #footer-area-right .widget:last-child {
	margin-bottom: 1.5em;
	}
	.footer-navigation {
	text-align: center;
	}
	/* Additionl styles */
	.page-template-no-sidebar textarea {
	width: 100%;
	}
}

@media screen and (max-width: 360px) {
	.home .hentry ,
	.archive .hentry,
	.search .hentry {
	margin-bottom: 2em;
	}
	.entry-thumbnail {
	width: 33.33333333%;
	margin: 0 1em 0 0;
	}
	.home .entry-meta .category,
	.home .entry-summary,
	.archive .entry-meta .category,
	.archive .entry-summary,
	.search .entry-meta .category,
	.search .entry-summary {
	display: none;
	}
	.home .entry-header h2,
	.archive .entry-header h2,
	.search .entry-header h2 {
	font-size: 1em;
	font-weight: 700;
	}
	/* Home First Article */
	.home .site-main .hentry:first-child {
	border-bottom: 1px solid #eee;
    padding-bottom: 2em;
	}
	.home .site-main .hentry:first-child .entry-thumbnail {
	width: 100%;
	max-width: 100%;
	float: none;
	margin: 0 0 0.5em 0;
	}
	.home .site-main .hentry:first-child .entry-header h2 {
	font-size: 1.5em;
	}
	.home .site-main .hentry:first-child .entry-summary {
	display: block;
	}
	.home .site-main .hentry:first-child .entry-meta .category {
	display: inline;
	}
	.entry-thumbnail .format-icon {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	}
	.entry-thumbnail .format-icon::before {
	line-height: 32px;
	font-size: 14px;
	}
	/* Single Article */
	.author-avatar,
	.author-description,
	.author-social {
	width: 100%;
	float: none;
	padding: 0;
	}
	.author-avatar {
	margin-bottom: 0.5em;
	}
	.author-social {
	margin: 0;
	}
}