/**
 * Theme Name: FosterX
 * Theme URI: https://cloudredux.com/
 *
 * Author: CloudRedux
 * Author URI: https://cloudredux.com/
 *
 * Description: Powerful and robust WordPress theme base built for performance and efficiently optimized for conversion. Helps you build great websites powered by WordPress.
 *
 * Requires at least: WordPress 4.9.6
 * Version: 0.2.8
 *
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * 
 * Text Domain: foster-x
 */

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
- Common Classes
	- Column Classes
	- Avatar
	- Theme Elements
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
	- Footer Widgets
	- Go to top
	- Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.fosterx-entry::before,
.entry-summary::before,
.nav-primary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.fosterx-entry::after,
.entry-summary::after,
.nav-primary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

.clear,
.clearfix {
	display: table;
	clear: both;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #ffffff;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: normal;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #174981;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #38aae0;
	text-decoration: none;
	outline: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #dddddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.618rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

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

h4 {
	font-size: 20px;
	font-size: 2rem;
}

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

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

/* ## Objects
--------------------------------------------- */

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

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #dddddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333;
	font-size: inherit;
	font-weight: normal;
	padding: 10px 12px;
	width: 100%;
}

input:disabled, input[readonly] {
	background-color: #f6f6f6;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 3px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #38aae0;
	color: #ffffff;
}

input.disabled,
input:disabled,
input:disabled[disabled],
.button.disabled,
.button:disabled,
.button:disabled[disabled],
button.disabled,
button:disabled,
button:disabled[disabled] {
	cursor:not-allowed;
	opacity:.5;
}

.entry-summary .button:hover,
.entry-summary .button:focus {
	color: #ffffff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #dddddd;
	padding: 6px 0;
}

th {
	font-weight: normal;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.fosterx-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #ffffff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
}

.wrap {
	width: 1200px;
	padding: 40px 0;
	max-width: 100%;
}

.site-inner {
	clear: both;
}

.site-inner .wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* ## Content-Sidebar Widths
--------------------------------------------- */

.layout-content-sidebar .content,
.layout-content-sidebar .sidebar {
	float: left;
	margin-left: 2.564102564102564%;
}

.layout-content-sidebar .content {
	margin-left: 0;
	width: 74.35897435897436%;
	padding-right: 20px;
}

.layout-content-sidebar .sidebar {
	width: 23.076923076923077%;
}

/* ## Sidebar-Content Widths
--------------------------------------------- */

.layout-sidebar-content .content,
.layout-sidebar-content .sidebar {
	float: left;
	margin-left: 2.564102564102564%;
}

.layout-sidebar-content .content {
	width: 74.35897435897436%;
	padding-left: 20px;
}

.layout-sidebar-content .sidebar {
	margin-left: 0;
	width: 23.076923076923077%;
}

/* ## Sidebar-Content-Sidebar Widths
--------------------------------------------- */

.layout-sidebar-content-sidebar .content,
.layout-sidebar-content-sidebar .sidebar {
	float: left;
	margin-left: 2.564102564102564%;
}

.layout-sidebar-content-sidebar .content {
	width: 48.717948717948715%;
}

.layout-sidebar-content-sidebar .sidebar {
	width: 23.076923076923077%;
}

.layout-sidebar-content-sidebar .secondary-sidebar {
	margin-left: 0;
}


/* ## Full-width Layout
--------------------------------------------- */

.layout-full-width .content {
	width: 100%;
	float: none;
	margin-left: 0;
	padding-right: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	float: none;
	display: block;
	margin: 0 auto 10px auto;
	border: 1px solid #dddddd;
	border-radius: 50%;
	padding: 8px;
}

/* ## Theme Elements
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.fosterx-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 3px double #bbb;
	color: #666;
}

.article-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.article-title a,
.sidebar .widget-title a {
	color: #174981;
	text-decoration: none;
}

.article-title a:hover,
.article-title a:focus {
	color: #38aae0;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

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

.entry-summary p.wp-caption-text {
	margin-bottom: 0;
}

.entry-summary .wp-audio-shortcode,
.entry-summary .wp-playlist,
.entry-summary .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	margin-bottom: 10px;
}

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

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

/* ## Featured Content
--------------------------------------------- */

.featured-content .fosterx-entry {
	margin-bottom: 40px;
}

.featured-content .fosterx-entry:last-child {
	margin-bottom: 0;
}

.featured-content .article-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	border-bottom: 1px solid #eeeeee;
}

/* ## Title Area
--------------------------------------------- */

.site-header .header-left {
	float: left;
	width: 23.076923076923077%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #174981;
}

.site-header.logo-active .site-title > a {
	background: url(assets/images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-tagline {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}

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

.site-header.logo-active .site-tagline,
.site-header.logo-active .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .header-right {
	float: left;
	width: 74.35897435897436%;
	margin-left: 2.564102564102564%;
	text-align: right;
}

.header-right input,
.header-right select {
	width: auto;
}

.header-right > .widget {
	display: inline-block;
	margin-left: 15px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.fosterx-menu-wrapper .wrap {
	padding: 0;
}

.fosterx-menu {
	clear: both;
	font-weight: normal;
	width: 100%;
}

.fosterx-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.fosterx-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 12px 18px;
}

.fosterx-menu a:hover,
.fosterx-menu a:focus,
.fosterx-menu .current-menu-item > a,
.fosterx-menu .sub-menu .current-menu-item > a:hover,
.fosterx-menu .sub-menu .current-menu-item > a:focus {
	color: #174981;
	text-decoration: underline;
}

.fosterx-menu .sub-menu {
	border-top: 1px solid #eeeeee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.fosterx-menu .sub-menu a {
	background-color: #ffffff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.fosterx-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.fosterx-menu .menu-item {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.fosterx-menu .menu-item:hover {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: static;
}

.fosterx-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.fosterx-menu > .first > a {
	padding-left: 0;
}

.fosterx-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .fosterx-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 1px solid #eeeeee;
}

.nav-primary .fosterx-menu a:hover,
.nav-primary .fosterx-menu a:focus,
.nav-primary .fosterx-menu .current-menu-item > a,
.nav-primary .fosterx-menu .sub-menu .current-menu-item > a:hover,
.nav-primary .fosterx-menu .sub-menu .current-menu-item > a:focus {
	background-color: #eeeeee;
	text-decoration: none;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.fosterx-entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.fosterx-entry h1,
.fosterx-entry h2,
.fosterx-entry h3,
.fosterx-entry h4,
.fosterx-entry h5,
.fosterx-entry h6 {
	color: #174981;
}

.fosterx-entry ol,
.fosterx-entry ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.fosterx-entry ol > li {
	list-style-type: decimal;
}

.fosterx-entry ul > li {
	list-style-type: disc;
}

.fosterx-entry ol ol,
.fosterx-entry ul ul {
	margin-bottom: 0;
}

.fosterx-entry code {
	background-color: #eeeeee;
	padding: 2px 5px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	margin-bottom: 0;
	color: #888888;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.post-categories,
.post-tags {
	display: block;
}

/* ## Pagination
--------------------------------------------- */

.post-pagination,
.posts-pagination {
	clear: both;
	margin: 20px 0;
}

.posts-pagination li a,
.post-pagination a {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
	text-decoration: none;
}

.posts-pagination li {
	display: inline-block;
}

.posts-pagination .active a {
	color: #333;
}

.post-pagination {
	background-color: #f4f4f4;
	border: 1px dashed #dddddd;
	padding: 10px 12px;
}

.post-pagination p {
	margin-bottom: 0;
}

.post-pagination span {
	display: inline-block;
}

.post-pagination .next {
	float: right;
}

.post-pagination .previous {
	float: left;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

.entry-comments {
	margin-top: 30px;
}

.comment-left {
	padding-right: 10px;
	border-right: 1px solid #eeeeee;
}

.comments-header {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.comments-header h2,
.comments-header h3,
.comments-header h4,
.comments-header p {
	margin-bottom: 0;
}

.comments-header .comments-num {
	text-align: right;
	font-size: 15px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-summary {
	clear: both;
	word-wrap: break-word;
	margin-top: 10px;
}

.comment-list li {
	padding: 30px 0 0 40px;
}

.comment-list > li:first-child {
	padding-top: 20px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.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;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
}

.entry-comments .comment-author-avatar,
.entry-comments .comment-author-name,
.entry-comments .comment-posted {
	display: block;
}

.entry-comments .comment-author .comment-author-name {
	font-size: 16px;
}

.entry-comments .comment-author .comment-author-url {
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
}

.entry-comments .comment-author .comment-author-url .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
	line-height: 12px;
	vertical-align: middle;
}

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


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px;
	background-color: #f6f6f6;
}

.sidebar ul > li {
	padding-left: 15px;
}

.sidebar ul > li:before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "\00bb";
	font-family: 'Times New Roman', serif;
	color: inherit;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

/* ## Footer Widgets
--------------------------------------------- */

.footer-widgets-area {
	border-top: 1px solid #dddddd;
}

.footer-widgets-area .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-widgets-area.footer-widgets-2 .footer-widget-area,
.footer-widgets-area.footer-widgets-3 .footer-widget-area,
.footer-widgets-area.footer-widgets-4 .footer-widget-area,
.footer-widgets-area.footer-widgets-5 .footer-widget-area,
.footer-widgets-area.footer-widgets-6 .footer-widget-area {
	margin-left: 2.564102564102564%;
	float: left;
}

.footer-widgets-area.footer-widgets-2 .footer-widget-area-1,
.footer-widgets-area.footer-widgets-3 .footer-widget-area-1,
.footer-widgets-area.footer-widgets-4 .footer-widget-area-1,
.footer-widgets-area.footer-widgets-5 .footer-widget-area-1,
.footer-widgets-area.footer-widgets-6 .footer-widget-area-1 {
	margin-left: 0;
}

.footer-widgets-area.footer-widgets-2 .footer-widget-area {
	width: 48.717948717948715%;
}

.footer-widgets-area.footer-widgets-3 .footer-widget-area {
	width: 31.623931623931625%;
}

.footer-widgets-area.footer-widgets-4 .footer-widget-area {
	width: 23.076923076923077%;
}

.footer-widgets-area.footer-widgets-5 .footer-widget-area {
	width: 17.9487179487179488%;
}

.footer-widgets-area.footer-widgets-6 .footer-widget-area {
	width: 14.52991452991453%;
}

/* ## Go to top
--------------------------------------------- */

.go-to-top {
	border: 1px solid #ddd;
	bottom: 50px;
	float: right;
	line-height: 1.2;
	height: 35px;
	width: 35px;
	position: fixed;
	right: 25px;
	text-align: center;
	z-index: 99999;
	display: none;
}

.go-to-top:hover {
	background-color: #174981;
	color: #fff;
}

.go-to-top::before {
	content: "Top";
	font-size: 12px;
	color: #174981;
	line-height: 35px;
}

.go-to-top:hover::before {
	color: #fff;
}

/* ## Footer
--------------------------------------------- */

.site-footer {
	border-top: 1px solid #dddddd;
}

.site-footer .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-footer p {
	margin-bottom: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1020px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.fosterx-menu li,
	.site-header ul.fosterx-menu,
	.site-header .search-form {
		float: none;
	}

	.fosterx-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.fosterx-menu a,
	.fosterx-menu > .first > a,
	.fosterx-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

}

@media only screen and (max-width: 880px) {

/*	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}*/

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

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

	.author-box {
		margin-bottom: 0;
	}

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


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

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

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
