/*!
Theme Name: Bogaty Lite
Theme URI: https://gretathemes.com/wordpress-themes/bogaty/
Author: GretaThemes
Author URI: https://gretathemes.com
Description: A beautiful bussiness theme for agency, company and personal business. Bogaty is versatile, flexible, powerful and easy to use. Built on the latest technology of WordPress, Bogaty is lightweight, fast and optimized for all mobile phones.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, editor-style, featured-images, footer-widgets, one-column, post-formats, right-sidebar, rtl-language-support, theme-options, threaded-comments, translation-ready, two-columns, blog, portfolio
Text Domain: bogaty-lite

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bogaty is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-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;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #151e26;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Raleway", sans-serif;
	line-height: 1.5;
}

@media (max-width: 1279px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

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

p {
	margin: 0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 10px;
}

*,
*: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;
}

*:focus {
	outline: none;
}

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

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

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

ul {
	padding-left: 0;
	list-style-type: none;
}

ol {
	padding-left: 15px;
	list-style: decimal;
}

ol > li {
	margin-bottom: 15px;
}

ol > li > ul {
	margin-top: 15px;
}

li > ul,
li > ol {
	margin: 15px 0 0;
	padding-left: 1.5em;
}

ul ol {
	padding-left: 43px;
}

ol ul {
	padding-left: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

.widget ul > li,
.entry-content ul > li {
	position: relative;
}

.widget ul > li:not(:last-child),
.entry-content ul > li:not(:last-child) {
	margin-bottom: 15px;
}

.widget ul > li:before,
.entry-content ul > li:before {
	content: '';
	background: #151e26;
	width: 7px;
	height: 7px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	left: 2px;
	top: -1px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.site-footer .widget ul > li:before {
	background: #feffff;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	margin: 0;
	line-height: 1.2;
	word-wrap: break-word;
}

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: 18px;
	font-size: 1.8rem;
	line-height: 30px;
}

h5 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
}

h6 {
	font-size: 10px;
	font-size: 1rem;
	line-height: 30px;
}

blockquote {
	margin: 1.5em 0;
	padding: 20px 20px 20px 26px;
	position: relative;
	background-color: #f6f6f6;
}

blockquote:before {
	content: "";
	border-left: 8px solid #34495e;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

blockquote p {
	margin-bottom: 5px;
}

.entry-content blockquote {
	padding-bottom: 26px;
}

p, span {
	word-wrap: break-word;
}

div:empty,
p:empty {
	display: none;
}

@media print {
	.comments-area,
	.main-navigation,
	.site-title,
	.site-description,
	.widget-area {
		display: none;
	}
}

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

td,
th,
caption {
	border: 1px solid #999;
	padding: 8px 1.5em;
}

td a,
th a,
caption a {
	color: #3b86b0;
}

td a:hover,
th a:hover,
caption a:hover {
	color: #151e26;
}

@media (max-width: 768px) {
	table {
		display: block;
		overflow: auto;
	}
}

@media (max-width: 1199px) {
	html {
		font-size: 8.88889px;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #2a3b4d;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	transition: 0.3s ease;
	height: 52px;
}

button:hover, button:focus, button:active, button:visited,
.button input[type="button"]:hover,
.button input[type="button"]:focus,
.button input[type="button"]:active,
.button input[type="button"]:visited,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"]:visited,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:visited {
	background-color: #3b86b0;
}

.button-minimal {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 35px;
	border: 2px solid #fff;
	border-radius: 50px;
}

.button-minimal:hover, .button-minimal:focus, .button-minimal:active, .button-minimal:visited {
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

.more-link {
	transition: all 0.3s ease;
	display: table;
	margin-top: 27px;
	padding: 16px;
	color: #feffff;
	background-color: #2a3b4d;
	font-weight: bold;
	display: table;
	font-size: 16px;
	font-size: 1.6rem;
}

.more-link:hover {
	opacity: 0.85;
	color: #feffff;
}

.more-link i {
	font-size: 20px;
	font-size: 2rem;
	color: #feffff;
	vertical-align: text-top;
	font-style: inherit;
	font-weight: bold;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-backface-visibility: hidden;
}

.more-button {
	margin-top: 27px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #151e26;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	height: 52px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	padding: 10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #151e26;
	word-wrap: break-word;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover, a:focus, a:active {
	color: #3b86b0;
	outline: 0;
}

.post-edit-link {
	text-decoration: underline;
}

.sidebar-area a {
	color: #3b86b0;
}

.sidebar-area a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
	display: none;
	transition: all 0.3s ease;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	background-color: #fff;
	z-index: -1;
}

.main-navigation ul ul ul {
	-webkit-transform: translateX(-10px);
	        transform: translateX(-10px);
	margin: 0;
	right: 100%;
	top: 0;
}

.main-navigation ul ul li {
	float: none;
}

.main-navigation ul ul li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	z-index: 10;
}

.main-navigation ul ul a {
	width: 220px;
	padding: 5px 20px;
	font-size: 13px;
	font-size: 1.3rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
	z-index: 10;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li.current-menu-item > a {
	color: #3b86b0;
}

.main-navigation li.menu-item-has-children > a:after {
	content: "\f431";
	font-family: "Genericons";
	padding-left: 4px;
	display: inline-block;
	vertical-align: top;
}

.main-navigation li .sub-menu > li.menu-item-has-children > a:after {
	position: absolute;
	left: 3px;
	top: 4px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-backface-visibility: hidden;
}

.main-navigation a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px 0;
	line-height: 27px;
	font-weight: 600;
	color: #151e26;
	display: block;
	position: relative;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #3b86b0;
}

.dropToggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 20px;
	transition: all 0.3s ease;
}

span.is-toggled {
	-webkit-transform: scaleY(-1);
	        transform: scaleY(-1);
}

.sub-menu {
	display: none;
}

header .menu > li:not(:first-child),
header .menu > ul > li:not(:first-child) {
	margin-left: 25px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

@media (max-width: 991px) {
	.main-navigation {
		flex: 1;
	}
}

/*--------------------------------------------------------------
## Mobile Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle {
	color: #151e26;
	text-transform: capitalize;
	position: relative;
	padding: 15px 15px 15px 50px;
	font-size: 14px;
	font-size: 1.4rem;
}

.menu-toggle:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 20px;
	width: 24px;
	height: 15px;
	display: block;
	border-top: 9px double #151e26;
	border-bottom: 3px solid #151e26;
	transition: all .5s;
}

button.menu-toggle,
button.menu-toggle:hover,
button.menu-toggle:focus,
button.menu-toggle:active {
	background-color: transparent;
}

.mobile-navigation {
	padding: 0 30px;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #f6f6f6;
	text-align: left;
	display: none;
	width: 100%;
}

.mobile-navigation li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.mobile-navigation ul {
	margin: 0;
}

.mobile-navigation a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	display: block;
	padding: 10px 0 10px 10px;
}

.mobile-navigation .menu-item-has-children {
	position: relative;
}

.mobile-navigation .sub-menu li:not(:nth-child(n+2)) {
	border-top: 1px solid #fff;
}

.mobile-navigation .dropToggle {
	padding: 12px;
}

@media (min-width: 992px) {
	.menu-toggle, .mobile-menu {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media (min-width: 576px) {
	.mobile-navigation {
		padding: 0 30px 0 20px;
		width: 50%;
	}
}

/*--------------------------------------------------------------
## Menu Widget
--------------------------------------------------------------*/
.widget_nav_menu ul {
	margin: 0;
}

.widget_nav_menu ul > li {
	background: #f6f6f6;
	position: relative;
}

.widget_nav_menu ul > li:before {
	display: none;
}

.widget_nav_menu ul > li:not(:last-child) {
	border-bottom: 1px solid #feffff;
	margin-bottom: 0;
}

.widget_nav_menu ul > li > a {
	font-weight: bold;
	padding: 18px 0 18px 27px;
	display: block;
}

.widget_nav_menu ul > li > a:hover {
	text-decoration: none;
	color: #3b86b0;
}

.widget_nav_menu .current-menu-item > a,
.widget_nav_menu .current-menu-ancestor > a {
	border-left: 4px solid #34495e;
}

.widget_nav_menu .sub-menu {
	padding: 0;
}

.widget_nav_menu .sub-menu li:not(:nth-child(n+2)) {
	border-top: 1px solid #feffff;
}

.widget_nav_menu .sub-menu > li > a {
	border-color: rgba(52, 73, 94, 0.4);
	padding-left: 3em;
}

.widget_nav_menu .sub-menu .sub-menu > li > a {
	border-color: rgba(52, 73, 94, 0.2);
	padding-left: 4.5em;
}

.widget_nav_menu .current-menu-ancestor > .sub-menu {
	display: block;
}

.widget_nav_menu .dropToggle {
	padding: 20px;
	font-size: 24px;
	font-size: 2.4rem;
}

.sidebar-area .widget_nav_menu a {
	color: #151e26;
}

.sidebar-footer .widget_nav_menu a {
	color: #feffff;
}

.sidebar-footer .widget_nav_menu ul > li {
	background: #34495e;
}

.sidebar-footer .widget_nav_menu ul > li.current-menu-item > a {
	border-left: 4px solid #f6f6f6;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
.footer-info .jetpack-social-navigation ul {
	margin: 0;
}

.footer-info .jetpack-social-navigation li:not(:last-child) a {
	margin-right: 10px;
}

.footer-info .jetpack-social-navigation li a {
	font-size: 24px;
	font-size: 2.4rem;
}

.footer-info .jetpack-social-navigation a {
	color: #feffff;
}

.footer-info .jetpack-social-navigation a:hover {
	color: #3b86b0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.container.breadcrumb {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 32px;
	text-transform: uppercase;
	color: #999;
}

.container.breadcrumb li {
	word-break: break-all;
	display: inline;
	padding-right: 10px;
}

.container.breadcrumb li:not(:last-child):after {
	content: "\203A";
	margin-left: 10px;
}

.container.breadcrumb a {
	color: #999;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.single .post-navigation {
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	padding: 20px 0;
}

.single .post-navigation .post-title {
	font-weight: 600;
}

.single .post-navigation i {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .post-navigation .meta-nav {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: #999;
	margin-bottom: 5px;
}

.nav-links {
	display: flex;
}

.nav-links i {
	vertical-align: text-top;
}

body:not(.single) .nav-links i {
	font-size: 20px;
	font-size: 2rem;
}

.nav-previous {
	width: 50%;
	flex: 1;
}

.nav-previous i {
	margin-right: 10px;
}

.nav-next {
	text-align: right;
	width: 100%;
	flex: 1;
}

.nav-next i {
	margin-left: 10px;
}

.nav-previous + .nav-next {
	width: 50%;
}

@media (max-width: 991px) {
	.nav-links {
		flex-direction: column;
	}
	.nav-previous,
	.nav-next {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.nav-previous + .nav-next {
		width: 100%;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}
}

/*--------------------------------------------------------------
# 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: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: 8.75px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 100%;
	width: 100%;
	display: block;
	padding: 10px;
}

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

.sidebar-footer .widget-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.sidebar-area .widget:not(:last-child) {
	margin: 0 0 83px;
}

.sidebar-area .widget-title {
	margin-top: -5px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	padding-right: 24px;
}

.sidebar-area .widget-title:after {
	content: "";
	position: absolute;
	top: 7px;
	width: 100%;
	left: 0;
	height: 8px;
	background: #151e26;
	z-index: -1;
}

.sidebar-footer .widget-title {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar-footer .grid {
	margin-top: 0;
}

.sidebar-footer .grid > div {
	padding-top: 55px;
}

.sidebar-footer .grid > div:nth-last-child(-n+3) {
	padding-bottom: 60px;
}

.sidebar-footer .widget_recent_entries a {
	color: #feffff;
}

.sidebar-footer .widget_recent_entries a:hover {
	color: #3b86b0;
	text-decoration: none;
}

.sidebar-footer .widget_recent_entries ul > li {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.sidebar-footer .widget_recent_entries ul > li:before {
	display: none;
}

.sidebar-footer .widget_recent_entries ul > li:not(:last-child) {
	border-bottom: 1px solid #2a3b4d;
}

.sidebar-footer .widget_recent_entries ul > li + li {
	padding-top: 10px;
}

.sidebar-footer .recent-post .posted-on {
	color: #feffff;
}

/* widget calendar */
#wp-calendar {
	margin-top: -20px;
	border-collapse: collapse;
	border: 1px solid #2a3b4d;
	width: 100%;
	border-top: none;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	color: #151e26;
	padding: 0;
	line-height: 39px;
	border: none;
	font-weight: 700;
}

#wp-calendar thead,
#wp-calendar tfoot {
	color: #feffff;
	line-height: 33px;
	background: #2a3b4d;
}

#wp-calendar thead, #wp-calendar tfoot a {
	color: #feffff;
}

#wp-calendar td,
#wp-calendar th,
#wp-calendar caption {
	padding: 4px;
}

#wp-calendar tbody {
	line-height: 33px;
}

#wp-calendar #prev,
#wp-calendar #next {
	padding: 0 10px;
	background: #2a3b4d;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
	text-decoration: none;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

.sidebar-footer #wp-calendar caption {
	color: #feffff;
}

/* search widget */
.search-form {
	padding: 40px;
	display: flex;
	background: #f6f6f6;
}

.search-form label {
	width: 100%;
}

.search-form input {
	border: none;
	border-radius: 0;
}

input.search-field {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar-footer .search-submit {
	background: #1c2833;
}

.sidebar-footer .search-submit:hover {
	background: #3b86b0;
}

.sidebar-footer .search-form {
	background-color: #2a3b4d;
}

.search article:first-of-type {
	padding-top: 30px;
}

.not-found .page-header {
	margin-bottom: 27px;
}

/* widget recent post */
.widget_bogaty-recent-posts .widget-title {
	margin-bottom: 39px;
}

.widget_bogaty-recent-posts ul {
	margin: 0;
}

.widget_bogaty-recent-posts ul li.recent-post {
	display: flex;
}

.widget_bogaty-recent-posts ul li.recent-post:not(:last-child) {
	margin-bottom: 20px;
}

.widget_bogaty-recent-posts ul li.recent-post a {
	padding-left: 0;
}

.widget_bogaty-recent-posts ul li.recent-post:before {
	display: none;
}

.widget_bogaty-recent-posts a {
	color: #151e26;
}

.widget_bogaty-recent-posts a:hover {
	color: #3b86b0;
	text-decoration: none;
}

.widget_bogaty-recent-posts .recent-post__title {
	margin-top: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.69;
}

.widget_bogaty-recent-posts .recent-post__image {
	margin-right: 20px;
}

.widget_bogaty-recent-posts .recent-post__image a {
	position: relative;
	display: block;
}

.widget_bogaty-recent-posts .recent-post__image img {
	width: 100%;
	height: auto;
	transition: all .3s;
	display: block;
}

.widget_bogaty-recent-posts .recent-post__text {
	flex: 1;
}

.widget_bogaty-recent-posts .entry-meta {
	margin: 0;
}

.widget_bogaty-recent-posts .posted-on {
	color: #34495e;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.71;
}

.widget.recent-posts ul {
	margin-top: 0;
}

.widget_recent_entries ul {
	margin-top: -8px;
	margin-bottom: -8px;
}

/* widget SUBSCRIBE */
.jetpack_subscription_widget {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px;
	background: #34495e;
	color: #feffff;
}

.jetpack_subscription_widget .widget-title {
	background: transparent;
	display: block;
}

.jetpack_subscription_widget .widget-title:after {
	display: none;
}

.jetpack_subscription_widget #subscribe-text {
	margin: -8px 0 40px;
}

.jetpack_subscription_widget #subscribe-email {
	margin-bottom: 40px;
}

.jetpack_subscription_widget #subscribe-email input {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 0;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"] {
	width: 100%;
	border-radius: 0;
	border: none;
	text-align: center;
}

.sidebar-footer .jetpack_subscription_widget {
	text-align: left;
	padding: 0;
	background: transparent;
}

.sidebar-footer .jetpack_subscription_widget #subscribe-text {
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar-footer .jetpack_subscription_widget #subscribe-email input {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.sidebar-footer .jetpack_subscription_widget #subscribe-submit input[type="submit"] {
	width: auto;
	background: transparent;
	border: 1.5px solid #fff;
	text-align: center;
	border-radius: 28px;
	padding: 11px 34px 10px 31px;
}

.sidebar-footer .jetpack_subscription_widget #subscribe-submit input[type="submit"]:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.tagcloud a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	background-color: #f6f6f6;
	display: inline-block;
	font-weight: 600;
	margin: 10px 6px 0 0;
	transition: all .3s ease;
}

.tagcloud a:hover {
	color: #feffff;
	background-color: #2a3b4d;
}

.sidebar-area .tagcloud a {
	color: #151e26;
}

.sidebar-area .tagcloud a:hover {
	color: #fff;
	text-decoration: none;
}

.sidebar-footer .tagcloud a {
	color: #feffff;
	background-color: #34495e;
}

.sidebar-footer .tagcloud a:hover {
	color: #3b86b0;
	background-color: #f6f6f6;
	text-decoration: none;
}

body:not(.single) .format-quote,
.format-quote .jetpack-the-excerpt {
	position: relative;
}

body:not(.single) .format-quote > p,
.format-quote .jetpack-the-excerpt > p {
	margin: 1.5em 0 -1.5em;
	padding: 20px 20px 40px 26px;
	position: relative;
	background-color: #f6f6f6;
}

body:not(.single) .format-quote > p:before,
.format-quote .jetpack-the-excerpt > p:before {
	content: "";
	border-left: 8px solid #34495e;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

body:not(.single) .format-quote blockquote,
.format-quote .jetpack-the-excerpt blockquote {
	margin-bottom: -1.5em;
	padding-bottom: 40px;
}

body:not(.single) .format-quote blockquote a,
.format-quote .jetpack-the-excerpt blockquote a {
	color: #3b86b0;
}

body:not(.single) .format-quote blockquote a:hover,
.format-quote .jetpack-the-excerpt blockquote a:hover {
	text-decoration: underline;
}

body:not(.single) .format-quote .entry-content blockquote,
.format-quote .jetpack-the-excerpt .entry-content blockquote {
	padding-bottom: 26px;
}

body:not(.single) .format-quote .entry-footer,
.format-quote .jetpack-the-excerpt .entry-footer {
	margin-top: 1.5em;
}

body:not(.single) .format-quote i,
.format-quote .jetpack-the-excerpt i {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	bottom: 5px;
}

.site-content article.format-quote > a {
	margin-left: 26px;
	position: relative;
}

.hentry iframe, .hentry object, .hentry video, .widget-content iframe, .widget-content object, .widget-content iframe {
	display: block;
	border: none;
}

.widget_authors > ul > li:before {
	display: none;
}

.widget_authors > ul > li > a {
	margin-bottom: 20px;
	display: block;
}

.widgets-multi-column-grid ul > li:before {
	display: none;
}

.widget_wpcom_social_media_icons_widget ul {
	margin-top: 10px;
}

.widget_wpcom_social_media_icons_widget ul li {
	margin-right: 15px;
}

.widget_wpcom_social_media_icons_widget ul li:before {
	display: none;
}

.widget_wpcom_social_media_icons_widget ul li:first-child:before {
	padding: 0;
}

.widget_wpcom_social_media_icons_widget .genericon.genericon {
	font-size: 14px;
	font-size: 1.4rem;
	width: 35px;
	height: 35px;
	background: #151e26;
	color: #feffff;
	border-radius: 100%;
	margin-bottom: 8px;
}

.widget_wpcom_social_media_icons_widget .genericon.genericon:hover {
	background: #3b86b0;
	text-decoration: none;
}

.widget_wpcom_social_media_icons_widget .genericon.genericon:before {
	top: 10px;
	position: relative;
}

.demo-content h3 {
	margin-bottom: 20px;
}

.demo-content h2 {
	margin-bottom: 10px;
}

.demo-content .grid {
	margin-top: 0;
}

.demo-content .grid > * {
	padding-top: 0;
}

.demo-flex {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -128px;
	margin-top: -128px;
}

.grid > * {
	padding-top: 128px;
	padding-left: 128px;
	width: 100%;
	box-sizing: border-box;
}

.grid--collapse {
	margin-top: 0;
	margin-left: 0;
}

.grid--collapse > * {
	padding-top: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
	.grid--2 > *,
	.grid--3 > *,
	.grid--4 > * {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.grid--3 > * {
		width: 33.3333%;
	}
	.grid--4 > * {
		width: 25%;
	}
}

.container {
	max-width: 1600px;
	margin: 0 auto;
}

.site-content {
	margin: 48px auto;
	display: flex;
	flex-flow: row wrap;
}

.site-content > * {
	width: 100%;
}

.home.page-template-default .site-content {
	margin: 0;
}

.no-sidebar .content-area {
	margin: 0 auto;
}

@media (min-width: 992px) {
	.site-content .content-area {
		width: calc( 1024 / 1600 * 100%);
	}
	.site-content .widget-area {
		width: calc( 448 / 1600 * 100%);
		margin-left: auto;
	}
}

@media (max-width: 991px) {
	.site-content .content-area {
		margin-bottom: 70px;
	}
}

@media (max-width: 1679px) {
	.container {
		padding: 0 30px;
	}
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.front-page-section:nth-child(n+2):not(.section--clients) {
	margin-top: 62px;
}

.front-page-section:nth-child(n+2) .entry-title {
	text-align: center;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 300;
	margin-bottom: 46px;
}

@media (max-width: 575px) {
	.front-page-section:nth-child(n+2) .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.front-page-section:nth-child(n+2) h3 {
		font-size: 20px;
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
## Hero Section
--------------------------------------------------------------*/
.section--hero {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100vh;
}

.section--hero * {
	color: #fff;
}

.section--hero:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(52, 73, 94, 0.3);
}

.section--hero__content {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 77px;
}

.section--hero__content h1 {
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.section--hero__content .entry-content {
	width: 50%;
	margin: 0;
}

.section--hero__content .entry-content p:first-of-type {
	font-size: 20px;
	font-size: 2rem;
}

@media (max-width: 1439px) {
	.section--hero__content h1 {
		font-size: 48px;
		font-size: 4.8rem;
	}
	.section--hero__content .button-minimal {
		padding: 10px 20px;
	}
}

@media (max-width: 1199px) {
	.section--hero__content {
		bottom: 10px;
	}
	.section--hero {
		height: 95vh;
	}
}

@media (max-width: 767px) {
	.section--hero__content .entry-content {
		width: 90%;
	}
	.section--hero__content .entry-content p:first-of-type {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media (max-height: 475px) {
	.section--hero__content h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.entry-content p:first-child {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.section--hero {
		height: 120vh;
	}
}

/*--------------------------------------------------------------
## Clients Section
--------------------------------------------------------------*/
.section--clients {
	text-align: center;
	padding: 45px 30px;
	background-color: #f6f6f6;
}

@media (max-width: 575px) {
	.section--clients {
		padding: 30px;
	}
}

/*--------------------------------------------------------------
## Features Section
--------------------------------------------------------------*/
.section--features {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.section--features p {
	line-height: 1.9;
	font-size: 24px;
	font-size: 2.4rem;
}

.section--features .button-minimal {
	color: #151e26;
	border-color: #151e26;
	padding: 11px 35px;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
}

.section--features .button-minimal:hover {
	background: rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
.front-page-section.section--services {
	margin-bottom: 74px;
}

.section--services__item {
	margin-bottom: -66px;
}

.section--services__item h3 {
	margin-bottom: 16px;
}

.section--services__item p {
	margin-bottom: 0;
}

.section--service__thumbnails {
	margin-bottom: 28px;
}

@media (max-width: 991px) {
	.section--service__thumbnails img {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Newest Posts Section
--------------------------------------------------------------*/
.front-page-section.section--posts {
	margin-bottom: 76px;
}

.section--posts__item {
	margin-bottom: -66px;
}

.section--posts__item h3 {
	margin-bottom: 14px;
}

.section--posts__item p {
	margin-bottom: 14px;
}

.section--posts__item .posted-on {
	color: #888;
	font-size: 18px;
	font-size: 1.8rem;
}

.section--posts__item .posted-on i {
	font-size: 20px;
	font-size: 2rem;
}

.section--posts__thumbnails {
	margin-bottom: 28px;
}

.section--posts__thumbnails img {
	border-radius: 5px 5px 0 0;
}

@media (max-width: 991px) {
	.section--posts__thumbnails img {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.section--posts__item .posted-on {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.section--posts__item .posted-on i {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/*--------------------------------------------------------------
## CTA Section
--------------------------------------------------------------*/
.section--cta {
	background: #34495e;
	padding: 95px 0;
}

.section--cta .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}

.section--cta__link {
	text-align: center;
}

.section--cta__link a {
	color: #fff;
}

.section--cta__text {
	flex: 5;
	color: #fff;
	font-size: 48px;
	font-size: 4.8rem;
	display: inline-block;
}

@media (max-width: 1439px) {
	.section--cta .container {
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}
	.section--cta .container .section--cta__link {
		padding-top: 50px;
	}
}

@media (max-width: 575px) {
	.section--cta__text {
		font-size: 30px;
		font-size: 3rem;
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
}

.header-content {
	z-index: 10;
	right: 0;
	left: 0;
	background: white;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	padding: 19px 0;
	transition: all 0.3s ease;
}

.header-content .container {
	margin-top: -19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.header-content .container > *:not(.mobile-navigation) {
	padding-top: 19px;
}

.home.page-template-default .header-content {
	position: fixed;
}

.sticky-header > * {
	position: fixed;
}

.home .site-header {
	margin-bottom: 0;
}

.site-branding {
	margin-right: 10px;
}

.site-branding > * {
	word-wrap: break-word;
	margin: 0;
}

.site-title {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.site-title a {
	color: #151e26;
}

.site-title a:empty + .site-description:before {
	display: none;
}

.custom-logo-link {
	margin-right: 15px;
}

.site-description {
	font-weight: normal;
	padding-left: 5px;
}

.site-description:before {
	content: '|';
	margin-right: 10px;
}

@media (max-width: 767px) {
	.site-description {
		display: none;
	}
}

@media (max-width: 991px) {
	.site-branding {
		flex: 10;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 21px 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #feffff;
	background-color: #1c2833;
}

.site-footer a {
	color: #3b86b0;
}

.site-footer a:hover, .site-footer a:active {
	text-decoration: underline;
}

.footer-info {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-top: 1px solid #2a3b4d;
	margin-top: -21px;
}

.footer-info > * {
	padding-top: 21px;
}

.footer-info a {
	color: #3b86b0;
}

.footer-info a:hover {
	text-decoration: underline;
}

.footer-info .site-info {
	margin-right: 20px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta .author img {
	border-radius: 100%;
	margin-right: 12px;
}

.entry-title {
	margin-bottom: 9px;
}

.entry-meta {
	margin-bottom: 20px;
}

.entry-meta span {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta span:not(:last-child) {
	margin-right: 40px;
}

.entry-meta i {
	font-weight: bold;
	margin-right: 3px;
	vertical-align: text-bottom;
}

.single .entry-header {
	border-bottom: 1px solid #ddd;
}

.entry-footer .edit-link {
	display: block;
	margin-top: 15px;
}

.single .entry-content a {
	text-decoration: underline;
	color: #3b86b0;
}

.single .entry-content a:hover {
	text-decoration: none;
}

.page article,
.single article {
	border: none;
}

.page .entry-content > p:first-child,
.single .entry-content > p:first-child {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
}

article {
	padding: 34px 0 42px;
	border-bottom: 1px solid #ddd;
}

article:first-of-type {
	padding-top: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* Comments*/
.comments-area {
	margin-bottom: 81px;
}

.bypostauthor {
	display: block;
}

.post-comments .post-title-box {
	padding-top: 12px;
}

.post-comments .post-title-box h4 {
	text-transform: uppercase;
}

.comments-title {
	text-transform: uppercase;
}

ol.comment-list {
	padding: 0 0 21px;
	display: block;
	width: 100%;
	list-style: none;
}

ol.comment-list > .comment:not(:last-child) {
	border-bottom: 1px dashed #ddd;
}

ol.comment-list > .comment > article {
	padding: 40px 0;
}

ol.comment-list > .comment p {
	margin: 0;
}

ol.comment-list ol {
	list-style: none;
	padding-left: 0;
}

ol.comment-list time {
	font-style: italic;
	position: relative;
	padding-left: 25px;
}

ol.comment-list time:before {
	content: "\f303";
	font-family: "Genericons";
	position: absolute;
	left: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

ol.comment-list .reply {
	padding-left: 100px;
	position: absolute;
	right: 15px;
	top: 35px;
}

ol.comment-list .reply a {
	font-style: italic;
	color: #3b86b0;
	font-size: 16px;
	font-size: 1.6rem;
}

ol.comment-list .reply a:hover {
	text-decoration: underline;
}

ol.comment-list .reply a:hover {
	color: #3b86b0;
}

ol.comment-list .children {
	padding: 0 0 0 100px;
}

ol.comment-list .children .comment {
	position: relative;
	margin-left: -5px;
}

ol.comment-list .children .comment > article {
	padding: 20px 0;
	margin-bottom: 45px;
	background: linear-gradient(to right, #f6f6f6, #f6f6f6) no-repeat 95px;
}

ol.comment-list .children .comment > article .reply {
	top: 15px;
}

ol.comment-list .children .comment > article .fn {
	left: 35px;
}

ol.comment-list .children .comment > article .comment-metadata > a {
	padding-left: 33px;
}

ol.comment-list .children .comment > article .comment-content {
	padding-left: 115px;
}

ol.comment-list .children .avatar {
	margin-top: -20px;
}

.comment-author .fn {
	bottom: 5px;
	position: relative;
	left: 20px;
}

.comment-author .fn a {
	color: #151e26;
}

.comment-body {
	position: relative;
	padding-top: 30px;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border-radius: 4px 4px 0 0;
	float: left;
}

.comment-author .says {
	display: none;
}

.comment-content {
	margin-top: 15px;
	margin-bottom: 0;
	word-wrap: break-word;
	padding-left: 100px;
}

.comment-content > *:first-child {
	margin-top: 0;
}

.comment-edit-link {
	padding-left: 3px;
	font-style: italic;
	color: #3b86b0;
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-edit-link:hover {
	color: #151e26;
}

.comment-metadata {
	position: relative;
}

.comment-metadata > a {
	padding-left: 15px;
}

/* Reply*/
.comment-form label {
	width: 100%;
	display: block;
	padding-bottom: 12px;
	padding-top: 20px;
}

.comment-form textarea {
	height: 120px;
}

.comment-form .form-submit input {
	text-transform: uppercase;
	margin: 23px 0 0;
	transition: all 0.2s ease;
	margin-bottom: 30px;
}

.comment-form .form-submit input:hover {
	background-color: #3b86b0;
}

.comment-reply-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.comment-reply-title a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0;
}

.comment-subscription-form {
	margin: 0 0 5px;
}

@media (max-width: 767px) {
	ol.comment-list .children .comment > article {
		padding-right: 10px;
	}
	ol.comment-list time {
		font-size: 13px;
		font-size: 1.3rem;
		padding-left: 20px;
	}
}

@media (max-width: 575px) {
	.comment-list .reply {
		position: relative;
		top: 0px;
		text-align: right;
	}
	ul.children {
		padding: 0;
	}
	ol.comment-list .children {
		padding: 0;
	}
	.comment-list .edit-link {
		display: block;
		left: 35px;
		position: relative;
	}
	ol.comment-list .children .comment {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 .site-content .content-area {
	width: 100%;
	text-align: center;
}

.error404 .search-form {
	width: 50%;
	margin: 0 auto;
}

.error404 .go-back-home {
	margin-top: 70px;
}

.error404 .more-link {
	margin-right: auto;
	margin-left: auto;
}

.error-message {
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #3b86b0;
}

.page-content > * {
	margin-bottom: 54px;
}

@media (max-width: 991px) {
	.error404 .search-form {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
.jp-relatedposts {
	margin: 0px 0 25px;
}

.jp-relatedposts .jp-relatedposts-post {
	transition: all .3s;
}

.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title {
	padding-top: 15px;
}

.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	color: #151e26;
}

.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #3b86b0;
}

.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-date {
	padding-top: 3px;
	font-size: 13px;
	font-size: 1.3rem;
}

.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-context {
	display: none;
}

.jp-relatedposts h3.jp-relatedposts-headline {
	padding: 0 0 10px;
	display: inline-block;
	float: left;
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: 700;
	font-family: inherit;
	width: 100%;
}

.jp-relatedposts h3.jp-relatedposts-headline:before {
	margin-bottom: 32px;
}

.jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.93;
	text-align: left;
	color: #151e26;
}

.jp-relatedposts h3.jp-relatedposts-headline em:before {
	margin-bottom: 0.5em;
}

.jp-relatedposts .jp-relatedposts-post-a:hover {
	opacity: 1;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post h4.jp-relatedposts-post-title a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-date {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 5px;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

/*--------------------------------------------------------------
## Share
--------------------------------------------------------------*/
.sharedaddy .sd-title.sd-title {
	margin-bottom: 20px;
	font-size: 24px;
	font-size: 2.4rem;
}

.sharedaddy .sd-title.sd-title:before {
	display: none;
}

.sharedaddy .sd-content ul li {
	padding-right: 10px;
}

.sharedaddy .sd-content ul li:before {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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;
}
