/*
Theme Name: Koehn
Theme URI: https://www.cssigniter.com/ignite/themes/koehn/
Author: CSSIgniter
Author URI: https://www.cssigniter.com
Description: A business theme for WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koehn
Domain Path: /languages
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/
@-webkit-keyframes nudge-down {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	70% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes nudge-down {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	70% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes rot {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rot {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* -----------------------------------------
	01. General
----------------------------------------- */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

* {
	box-sizing: inherit;
}

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

/* Basic Typography
=================================== */
body {
	line-height: 1.875;
	font-size: 16px;
	background-color: #ffffff;
	color: #686868;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25;
	margin: 0 0 20px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	color: #1f1f1f;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0 0 20px;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

a {
	outline: none;
	color: #1f1f1f;
	text-decoration: none;
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

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

a:active {
	outline: none;
}

.group::after {
	content: "";
	display: table;
	clear: both;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
	margin: 0;
}

/* Lists */
ul, ol {
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 15px;
}

/* Blockquotes */
blockquote {
	margin: 20px 0;
	padding-left: 25px;
	border-left: 3px solid #929292;
	font-size: 17px;
	font-weight: 400;
	color: #929292;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	margin-top: 10px;
}

blockquote p + cite {
	margin-top: -10px;
}

/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.entry-content table {
	border-width: 1px 0 0 1px;
	font-size: 16px;
}

.entry-content th,
.entry-content td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content th:first-child,
.entry-content td:first-child {
	padding-left: 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.entry-content th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
}

.entry-content td {
	border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-style: normal;
}

pre {
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
}

/* Various */
address {
	margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
	margin-bottom: 15px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
	margin-bottom: 0;
}

#map *,
.map * {
	max-width: none !important;
}

/* General Form Styling
=================================== */
label {
	display: block;
	margin: 0 0 2px;
	font-weight: normal;
}

input,
textarea {
	display: inline-block;
	font-size: inherit;
	width: 100%;
	max-width: 100%;
	height: 50px;
	padding: 8px 12px;
	box-shadow: none;
	line-height: normal;
	border: 1px solid #929292;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
}

input:focus, input:hover,
textarea:focus,
textarea:hover {
	outline: none;
	border-color: #686868;
}

@media (max-width: 543px) {
	input,
	textarea {
		width: 100%;
	}
}

input[type="search"] {
	/* Restoring box-sizing */
	box-sizing: border-box;
}

textarea {
	height: auto;
}

select {
	max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	width: auto;
	height: auto;
}

fieldset {
	margin: 0 0 15px;
	padding: 0;
	border: 0;
	min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: rgba(104, 104, 104, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-moz-placeholder {
	color: rgba(104, 104, 104, 0.5);
	font-weight: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: rgba(104, 104, 104, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(104, 104, 104, 0.5);
	font-weight: normal;
	opacity: 1;
}

/* Buttons
=================================== */
.btn,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button {
	display: inline-block;
	font-weight: normal;
	margin: 0;
	line-height: normal;
	border: 0;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
	transition: .18s background-color ease, .18s color ease, .18s border-color ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	width: auto;
	height: auto;
	background-image: none;
	background-color: #1f1f1f;
	color: #ffffff;
	letter-spacing: -.025em;
	padding: 15px 28px 16px;
	font-size: 16px;
	height: 50px;
}

.btn:active,
.comment-reply-link:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
	outline: none;
}

.btn:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	text-decoration: none;
	background-color: #393939;
	color: #ffffff;
}

.btn:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
	outline: none;
}

.btn-sm {
	padding: 10px 22px;
	font-size: 14px;
}

.btn-lg {
	padding: 18px 34px;
	font-size: 18px;
}

.btn-block {
	min-width: 100%;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
	background-color: #000000;
}

.mfp-preloader {
	color: #ffffff;
}

.mfp-preloader a {
	color: #ffffff;
}

.mfp-preloader a:hover {
	color: #ffffff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
	border: 6px solid rgba(255, 255, 255, 0.35);
	border-top-color: rgba(255, 255, 255, 0.875);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	background-color: transparent;
	text-indent: -999em;
	margin: 0 auto;
}

button.mfp-close, button.mfp-arrow {
	border: 0;
	opacity: 1;
}

button.mfp-close:hover, button.mfp-arrow:hover {
	background: none;
	border: 0;
}

.mfp-close-btn-in .mfp-close {
	color: #ffffff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #ffffff;
}

.mfp-arrow {
	line-height: .3;
}

.mfp-arrow:before, .mfp-arrow:after {
	border: 0;
}

.mfp-arrow:after {
	font-family: FontAwesome;
	font-size: 70px;
	color: #ffffff;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
	content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
	content: "\f104";
}

/* Text Alignment Helpers
=================================== */
.text-left {
	text-align: left;
}

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

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

.text-justified {
	text-align: justify;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
	display: block;
	margin-left: auto;
}

.navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	/* Functional Styles
	=================================== */
	/* Visual Styles
	=================================== */
}

.navigation-main::after {
	content: "";
	display: table;
	clear: both;
}

.navigation-main li {
	position: relative;
}

.navigation-main > li {
	display: inline-block;
}

.navigation-main a {
	display: block;
	white-space: nowrap;
}

.navigation-main ul {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	right: 0;
	-webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
	transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

.navigation-main ul ul {
	top: -16px;
	right: 100%;
	-webkit-transform: translate(-15px, 0);
	-ms-transform: translate(-15px, 0);
	transform: translate(-15px, 0);
}

.navigation-main li:hover > ul {
	-webkit-transition-delay: 0s, 0s, 0s;
	transition-delay: 0s, 0s, 0s;
	visibility: visible;
	opacity: 1;
}

.navigation-main li:hover ul {
	z-index: 15;
}

.navigation-main > li:hover > ul {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.navigation-main li li:hover > ul {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.navigation-main ul {
	padding: 15px 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	min-width: 220px;
	border: 1px solid #929292;
}

.navigation-main a {
	position: relative;
	color: #929292;
}

.navigation-main > li > a {
	padding: 10px 12px;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a {
	color: #1f1f1f;
}

.navigation-main li li a {
	padding: 8px 25px;
	font-size: 16px;
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a {
	color: #1f1f1f;
}

.navigation-main .menu-item-has-children > a::after {
	content: '\f078';
	font-family: FontAwesome;
	font-size: 8px;
	position: relative;
	top: -6px;
	right: -3px;
	line-height: normal;
}

.navigation-main li .menu-item-has-children > a::after {
	content: "\f054";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
	background-color: #f3f3f3;
	padding: 25px 0;
	z-index: 100;
}

.mast-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-logo-wrap {
	max-width: 300px;
	padding-right: 30px;
}

.site-logo {
	margin: 0;
	line-height: 1;
	font-size: 30px;
	letter-spacing: -.025em;
}

.site-tagline {
	line-height: 1;
	margin: 0;
	font-size: 14px;
}

.mobile-nav-trigger {
	margin-left: auto;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Main Layouts
=================================== */
.page-hero {
	background-color: #1f1f1f;
	color: #ffffff;
	padding: 90px 0;
}

.page-hero-title {
	color: #ffffff;
	margin: 0;
	line-height: normal;
	font-size: 44px;
	letter-spacing: -.025em;
	font-weight: 700;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main {
	padding: 90px 0;
}

.main.nopadding {
	padding: 0 !important;
}

@media (min-width: 1200px) {
	.main > .container > .row > .col-lg-8 {
		padding-right: 45px;
	}
}

.section-title {
	font-weight: 700;
}

.section-widget .section-title {
	color: inherit;
	font-size: 44px;
	letter-spacing: -.025em;
	margin: 0;
}

.section-subtitle {
	margin: 0;
}

/* Home Slider
=================================== */
.slider-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.slider-top .ci-main-slideshow {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.ci-main-slideshow .slick-arrow {
	width: 68px;
	height: 68px;
	line-height: 68px;
	padding: 0;
	margin: 0;
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.ci-main-slideshow .slick-prev {
	margin-right: -1px;
}

.ci-main-slideshow-nav {
	position: absolute;
	right: 15px;
	bottom: 60px;
}

.ci-main-slide {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.slide-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90vh;
	min-height: 380px;
}

.slider-top .slide-content {
	height: 100vh;
}

.ci-main-slide-title {
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	font-size: 90px;
	letter-spacing: -.025em;
	line-height: 0.85;
	text-indent: -3px;
}

.ci-main-slide-title a {
	color: #ffffff;
}

.slide-text-dark .ci-main-slide-title a {
	color: #1f1f1f;
}

.ci-main-slide-subtitle {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}

.slide-text-dark .ci-main-slide-subtitle {
	color: #1f1f1f;
}

.scroll-nudge {
	color: #ffffff;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -7px;
	font-size: 28px;
	z-index: 50;
	cursor: pointer;
	-webkit-animation-name: nudge-down;
	animation-name: nudge-down;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: .65s;
	animation-duration: .65s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	display: none;
}

.slider-top .scroll-nudge {
	display: block;
}

/* Entry Styles
=================================== */
.entry {
	margin: 0 0 65px;
}

.entry:only-of-type {
	margin: 0;
}

.entry-title {
	font-size: 32px;
}

.entry-title + .entry-meta {
	margin-top: -15px;
}

.entry-title + .entry-subtitle,
.entry-title + .item-subtitle {
	margin-top: -25px;
	margin-bottom: 25px;
}

.entry-meta {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 35px;
}

.entry-meta + .entry-content {
	margin-top: -10px;
}

.entry-meta > span::before {
	content: "\2022";
}

.entry-meta > span:first-child::before {
	display: none;
}

.entry-post-by::before {
	margin-right: 3px;
}

.entry-thumb {
	margin-bottom: 35px;
}

.entry-thumb.alignnone, .entry-thumb.alignleft, .entry-thumb.alignright, .entry-thumb.aligncenter {
	margin-top: 0;
}

.entry-details {
	padding: 0;
	margin: 15px 0 20px;
	list-style-type: none;
	font-size: 19px;
}

.entry-details li {
	display: block;
}

.entry-content {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.entry-content::after {
	content: "";
	display: table;
	clear: both;
}

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

.entry > .entry-content:last-child {
	margin-bottom: 40px;
}

.entry-content p,
.entry-content iframe,
.entry-content video,
.entry-content audio,
.entry-content blockquote,
.entry-content table,
.entry-content pre,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 30px;
}

.entry-content > ul,
.entry-content > ol,
.entry-content p > ul,
.entry-content p > ol {
	margin-bottom: 30px;
}

.entry-content > p:last-child {
	margin-bottom: 0;
}

.entry-tags {
	margin: 20px 0;
}

.entry-sharing {
	margin-bottom: 60px;
}

.entry-sharing:last-child {
	margin-bottom: 0;
}

.entry-sharing-title {
	font-size: 12px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 10px;
}

.btn-share {
	font-size: 12px;
	color: #ffffff;
	height: 30px;
	padding: 8px 11px;
	border-radius: 3px;
	display: inline-block;
	line-height: normal;
}

.btn-share:hover {
	color: #ffffff;
}

.btn-share .fa {
	margin-right: 5px;
}

.btn-share-facebook {
	background-color: #3b5998;
}

.btn-share-twitter {
	background-color: #1ca1f1;
}

.btn-share-pinterest {
	background-color: #be071c;
}

.btn-share-google {
	background-color: #dc4437;
}

.entry-author {
	padding: 30px;
	margin-bottom: 60px;
	background-color: #f3f3f3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.entry-author-avatar {
	margin-right: 30px;
	width: 80px;
}

.entry-author-avatar img {
	display: block;
}

.entry-author-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.entry-author-content h5 {
	margin-bottom: 15px;
}

.entry-author-content p:last-child {
	margin-bottom: 0;
}

.entry-related {
	margin-bottom: 60px;
}

/* Items
=================================== */
.row-items {
	margin-bottom: -60px;
}

.row-items.row-isotope {
	margin-bottom: 0;
}

.item {
	margin-bottom: 60px;
}

.item.entry:last-child {
	margin-bottom: 0;
}

.item-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.item-thumb {
	margin-bottom: 35px;
}

.item-media .item-thumb {
	width: 165px;
	margin-right: 30px;
}

.item-media-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.item-title {
	font-size: 24px;
	line-height: 1.25;
	margin: 0;
}

.item-subtitle {
	font-size: 20px;
	line-height: normal;
	margin: 0;
}

.item-filters {
	margin: 0 0 40px;
}

.item-filter {
	margin: 0 10px 10px 0;
}

.item-filter:not(.filter-active) {
	background-color: #f3f3f3;
	color: #686868;
}

.item-filter:not(.filter-active):hover {
	color: #1f1f1f;
}

/* Pagination
=================================== */
.navigation {
	margin: 40px 0 0;
}

.navigation a,
.navigation span {
	font-size: 16px;
	display: inline-block;
	padding: 17px 30px;
	border: 1px solid #929292;
	color: #686868;
	line-height: normal;
	text-transform: uppercase;
}

.navigation a:hover,
.navigation .current {
	border-color: #1f1f1f;
	color: #1f1f1f;
}

.navigation .nav-links::after {
	content: "";
	display: table;
	clear: both;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

/* Social Icons
=================================== */
.list-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-social-icons::after {
	content: "";
	display: table;
	clear: both;
}

.item .list-social-icons {
	margin-top: 30px;
}

.entry .list-social-icons {
	margin-bottom: 30px;
}

.list-social-icons li {
	float: left;
	margin-right: 5px;
}

.social-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	background-color: #f3f3f3;
	color: #686868;
}

.social-icon:hover {
	color: #ffffff;
	background-color: #1f1f1f;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
	border-top: 1px solid #929292;
}

.footer-widgets {
	padding: 90px 0 30px;
}

.footer-credits {
	background-color: #f3f3f3;
	font-size: 14px;
	line-height: normal;
	padding: 15px 0;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
	margin: 40px 0 0;
}

#comment-list {
	margin: 0;
	list-style: none;
	padding: 0;
}

#comment-list ol {
	list-style: none;
}

@media (max-width: 767px) {
	#comment-list ol {
		margin: 0;
		padding: 0;
	}
}

#comment-list .comment-body {
	margin-bottom: 20px;
	padding-top: 20px;
}

#comment-list > .comment:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}

.post-comments {
	margin: 0 0 60px;
}

.post-comments > h3 {
	font-weight: 700;
	margin-bottom: 30px;
}

.comment-author .fn {
	font-weight: 400;
}

.comment-author .avatar {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 30px 15px 0;
	overflow: visible;
}

@media (max-width: 767px) {
	.comment-author .avatar {
		display: none;
	}
}

.comment-content {
	overflow: hidden;
	zoom: 1;
	font-size: 13px;
}

.comment-metadata {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.comment-reply-link {
	font-size: 10px;
	padding: 3px 15px;
	margin-left: 110px;
	height: auto;
	width: auto;
}

@media (max-width: 767px) {
	.comment-reply-link {
		margin: 0;
	}
}

.bypostauthor > article .fn {
	font-weight: 400;
}

.bypostauthor > article .fn:before {
	font-family: FontAwesome;
	content: "\f005";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
	font-size: 11px;
}

#cancel-comment-reply-link {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(104, 104, 104, 0.8);
}

.comment-respond > h3 {
	font-weight: 700;
	margin-bottom: 30px;
}

.comments-pagination {
	margin: 15px 0;
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
.widget {
	margin: 0 0 60px;
	/* Nullify bottom margin for last elements in widgets and sidebars */
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget p:last-child {
	margin-bottom: 0;
}

.widget select {
	width: 100%;
	padding: 5px 10px;
	border-radius: 0;
	border: 1px solid #929292;
}

.widget-title label {
	text-transform: none;
	display: block;
	font-size: inherit;
	margin: 0;
	line-height: inherit;
	font-weight: inherit;
}

.section-widget {
	margin-bottom: 90px;
}

.section-widget:last-child {
	margin-bottom: 0;
}

.widget-wrap {
	padding: 90px 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

/* WIDGET: #Callout Widget
========================================= */
.widget_ci-callout .widget-wrap {
	padding-bottom: 180px;
}

/* WIDGET: #List Widgets
========================================= */
.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
	margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li {
	line-height: normal;
	display: block;
	position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_recent_entries li a {
	display: inline-block;
	margin-bottom: 10px;
}

.widget .count,
.widget .ci-count {
	margin-left: 3px;
}

.widget_recent_comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_recent_comments li {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #929292;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
	display: block;
	width: 100%;
	padding: 6px 15px;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	font-weight: normal;
	border: 1px solid #929292;
	background: #ffffff;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
	position: relative;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	color: #1f1f1f;
	background-color: transparent;
	border: 0;
}

.searchform .searchsubmit:hover {
	background-color: transparent;
	color: inherit;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar a {
	font-weight: bold;
	font-style: italic;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody td {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 3px;
}

#wp-calendar tbody td:hover {
	background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 15px;
}

.gallery::after {
	content: "";
	display: table;
	clear: both;
}

.gallery-item {
	margin-bottom: 10px;
}

.gallery-item img {
	width: 100%;
	max-width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-1 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 20%;
}

@media (max-width: 767px) {
	.gallery-columns-5 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-6 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 16.66667%;
}

@media (max-width: 767px) {
	.gallery-columns-6 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-7 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 14.28571%;
}

@media (max-width: 991px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-8 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 12.5%;
}

@media (max-width: 991px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-9 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 11.11111%;
}

@media (max-width: 991px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 0 5px;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: calc(100% - 10px);
	-webkit-transition: opacity .18s ease;
	transition: opacity .18s ease;
}

.gallery-caption::before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
	margin: 5px 0 20px;
}

p .alignnone {
	margin-bottom: 0;
}

.aligncenter {
	display: block;
	margin: 7px auto;
}

.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 3px 0 5px;
	padding: 5px 0 0;
	text-align: left;
	font-style: italic;
}

.sticky {
	/* Provide sticky styles */
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */
.mm-page {
	position: static;
}

.mm-opened .mm-page {
	position: relative;
}

#mobilemenu {
	display: none;
}

@media (max-width: 991px) {
	#mobilemenu {
		display: block;
	}
}

.mobile-nav-trigger {
	display: none;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
	margin-top: 30px;
}

/* WP Instagram */
.null-instagram-feed p {
	padding-top: 10px;
}

.widget .instagram-pics {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget .instagram-pics::after {
	content: "";
	display: table;
	clear: both;
}

.widget .instagram-pics li {
	border-bottom: 0;
	padding: 0;
	float: left;
	width: 33.33333333333%;
}

.widget .instagram-pics li a {
	display: block;
	color: #686868;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */
@media (min-width: 992px) {
	.col-xl-8 > .entry-thumb {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.header .nav {
		display: none;
	}
	.mobile-nav-trigger {
		display: inline-block;
	}
	.ci-main-slide-title {
		font-size: 60px;
	}
	.stuck {
		display: none !important;
	}
	.header-sticky {
		position: static !important;
	}
	.page-hero {
		padding: 60px 0;
	}
	.section-widget {
		margin-bottom: 60px;
	}
	.entry {
		margin-bottom: 60px;
	}
	.entry.item .entry-content {
		margin-top: 20px;
	}
	.navigation a,
	.navigation span {
		padding: 10px 23px;
	}
	.item-title {
		font-size: 21px;
	}
	.item-media {
		display: block;
	}
	.item-media .item-thumb {
		width: 100%;
	}
	.entry-details {
		font-size: 17px;
	}
	.sidebar {
		margin-top: 70px;
	}
	.widget {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.slider-top {
		display: block;
	}
	.main {
		padding: 60px 0;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.ci-main-slideshow .slick-arrow {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
	.slide-content {
		height: 80vh;
	}
	.slider-top .slide-content {
		height: 80vh;
	}
	.scroll-nudge {
		left: 15px;
		margin: 0;
		bottom: 60px;
	}
	.ci-main-slide-title {
		font-size: 44px;
	}
	.section-widget .section-title {
		font-size: 36px;
	}
	.widget-wrap {
		padding: 60px 0;
	}
	.widget_ci-callout .widget-wrap {
		padding-bottom: 90px;
	}
	.footer-widgets {
		padding: 60px 0 20px;
	}
	.page-hero {
		padding: 40px 0;
	}
	.page-hero-title {
		font-size: 30px;
		line-height: 1.2;
	}
	.entry-content {
		font-size: 18px;
		line-height: 1.65;
	}
	.row-items {
		margin-bottom: -40px;
	}
	.row-items.row-isotope {
		margin-bottom: 0;
	}
	.item {
		margin-bottom: 40px;
	}
	.item .list-social-icons {
		margin-top: 15px;
	}
	.item-thumb {
		margin-bottom: 20px;
	}
	.item-title {
		font-size: 19px;
	}
	.item-subtitle {
		font-size: 17px;
	}
	.entry-title {
		font-size: 22px;
	}
	.entry-thumb {
		margin-bottom: 25px;
	}
	.entry-meta {
		margin-bottom: 25px;
	}
	.navigation {
		margin-top: 30px;
	}
	.navigation a,
	.navigation span {
		padding: 9px 19px;
		font-size: 15px;
	}
	.post-comments > h3,
	.comment-respond > h3 {
		margin-bottom: 20px;
	}
	.sidebar {
		margin-top: 40px;
	}
}

@media (max-width: 543px) {
	.site-logo-wrap {
		max-width: 230px;
	}
	.site-logo {
		font-size: 22px;
	}
	.ci-main-slide-title {
		line-height: 1;
	}
	.main {
		padding: 40px 0;
	}
	.page-hero {
		padding: 30px 0;
	}
	.page-hero-title {
		font-size: 26px;
	}
	.section-widget {
		margin-bottom: 40px;
	}
	.section-widget .section-title {
		font-size: 24px;
	}
	.footer-widgets {
		padding: 40px 0 0;
	}
	.entry {
		margin-bottom: 40px;
	}
	.entry-author {
		display: block;
	}
	.entry-author-avatar {
		margin: 0 0 25px;
	}
	.btn-share {
		width: 48.5%;
		margin-bottom: 3px;
	}
	.item-filters {
		margin-bottom: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.item-filter {
		margin: 1px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 49%;
		-ms-flex: 1 0 49%;
		flex: 1 0 49%;
	}
}
