/*
Theme Name:
Theme URI: http://www.cssigniter.com/ignite/themes/
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description:
Tags:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* -----------------------------------------
	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 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: rgba(35, 35, 35, 0);
}

* {
	box-sizing: inherit;
}

*::before, *::after {
	box-sizing: inherit;
}

/* Basic Typography
=================================== */
body {
	line-height: 1.625;
	font-size: 16px;
	background-color: #fff;
	color: #6f6f6f;
	font-family: Karla, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin: 0 0 30px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	color: #232323;
	letter-spacing: -.05em;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

p {
	margin: 0 0 15px;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

a {
	-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;
	outline: none;
	color: #00c5ef;
	text-decoration: none;
}

a:hover, a:focus {
	color: #23d8ff;
	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: 15px;
	border-left: 3px solid #ebebeb;
	font-size: 17px;
	font-weight: 300;
}

blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	color: rgba(111, 111, 111, 0.8);
	font-size: 14px;
}

/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.entry-content table {
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
}

.entry-content th,
.entry-content td {
	border-bottom: 1px solid rgba(35, 35, 35, 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(35, 35, 35, 0.1);
}

/* 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%;
	border: 0;
}

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
=================================== */
.input-group {
	margin-bottom: 30px;
}

label {
	display: block;
	margin: 0 0 2px;
	font-weight: normal;
}

input,
textarea {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	width: 100%;
	max-width: 100%;
	height: 50px;
	padding: 16px 15px 10px;
	box-shadow: none;
	background-color: #ebebeb;
	background-image: none;
	border-radius: 1px;
	border: 0;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
}

input:focus,
textarea:focus {
	outline: none;
	border-bottom-color: #e1e1e1;
}

@media (max-width: 543px) {
	input,
	textarea {
		width: 100%;
	}
}

input[type="search"] {
	/* Restoring box-sizing */
	box-sizing: border-box;
}

textarea {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 140px;
}

select {
	max-width: 100%;
}

.ci-select {
	position: relative;
	width: 100%;
	height: 50px;
}

.ci-select select {
	width: 100%;
	height: 100%;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 16px 15px 10px;
	font-size: 13px;
	line-height: normal;
	box-shadow: none;
	background-color: #ebebeb;
	background-image: none;
	border-radius: 1px;
	border: 0;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
}

.ci-select select::-ms-expand {
	display: none;
}

.ci-select::after {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 20px;
	position: absolute;
	top: 0;
	line-height: 52px;
	right: 12px;
	height: 100%;
	color: #6f6f6f;
	pointer-events: none;
}

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(111, 111, 111, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-moz-placeholder {
	color: rgba(111, 111, 111, 0.5);
	font-weight: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: rgba(111, 111, 111, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(111, 111, 111, 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;
	text-transform: uppercase;
	background-color: #00c5ef;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	letter-spacing: -.05em;
	padding: 22px 60px;
	border-radius: 30px;
}

.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;
	color: #fff;
	background-color: #23d8ff;
}

.btn:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
	outline: none;
}

.btn-sm {
	padding: 12px 32px 11px;
	border-radius: 24px;
}

.btn-lg {
	padding: 26px 66px;
	border-radius: 36px;
}

.btn-block {
	min-width: 100%;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
	background-color: #232323;
}

.mfp-preloader {
	color: #fff;
}

.mfp-preloader a {
	color: #fff;
}

.mfp-preloader a:hover {
	color: #fff;
}

.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: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
}

.mfp-arrow {
	line-height: .3;
}

.mfp-arrow::before, .mfp-arrow::after {
	border: 0;
}

.mfp-arrow::after {
	font-family: FontAwesome;
	font-size: 70px;
	color: #fff;
}

.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;
}

/* Text Alignment Helpers
=================================== */
.align-items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
	display: block;
}

.navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: right;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	/* 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 {
	text-align: left;
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 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: 0;
	right: 100%;
	-webkit-transform: translate(-10px, 0);
	-ms-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
}

.navigation-main > li:last-child > ul {
	right: 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;
	border: 1px solid rgba(235, 235, 235, 0.5);
	border-bottom: 2px solid #ebebeb;
	border-radius: 3px;
	min-width: 200px;
}

.navigation-main a {
	position: relative;
	text-transform: uppercase;
	color: #232323;
	font-size: 12px;
	letter-spacing: -.05em;
}

.navigation-main > li > a {
	padding: 10px 15px;
}

.header-overlay:not(.is_stuck) .navigation-main > li > a {
	color: #fff;
}

.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: #00c5ef;
}

.navigation-main li li a {
	padding: 5px 15px;
}

.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: #00c5ef;
}

.navigation-main .nav-btn {
	margin-left: 10px;
	margin-right: 10px;
}

.navigation-main .nav-btn > a {
	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;
	text-transform: uppercase;
	background-color: #00c5ef;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	letter-spacing: -.05em;
	padding: 12px 32px 11px;
	border-radius: 24px;
}

.navigation-main .nav-btn > a:active {
	outline: none;
}

.navigation-main .nav-btn > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #23d8ff;
}

.navigation-main .nav-btn > a:focus {
	outline: none;
}

.navigation-main .nav-btn:last-child {
	margin-right: 0;
}

.navigation-main .menu-item-has-children > a::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 8px;
	position: relative;
	top: -4px;
	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: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	padding: 25px 0;
	-webkit-transition: background-color .25s ease, border-color .25s ease, padding .25s ease;
	transition: background-color .25s ease, border-color .25s ease, padding .25s ease;
}

.header.is_stuck {
	z-index: 100;
	padding: 10px 0;
	background-color: rgba(249, 249, 249, 0.9);
}

.header-overlay:not(.is_stuck) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	background-color: transparent;
	z-index: 10;
}

.site-logo {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	line-height: 1;
	font-family: Montserrat, sans-serif;
	color: #232323;
	letter-spacing: -.05em;
	max-width: 220px;
}

.site-logo a {
	color: #232323;
}

.header-overlay:not(.is_stuck) .site-logo a {
	color: #fff;
}

.site-tagline {
	font-size: 12px;
	line-height: normal;
	margin: 0;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Layout
=================================== */
.main {
	padding: 100px 0;
}

@media (min-width: 1200px) {
	.main > .container > .row > .col-lg-8 {
		padding-right: 45px;
	}
}

.widget-sections {
	padding: 0;
}

.page-hero {
	padding: 100px 0;
	border-bottom: 1px solid #ebebeb;
}

.page-title:only-child {
	margin-bottom: 0;
}

.ci-video-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.ci-video-wrap.visible .ci-video-background {
	opacity: 1;
}

.ci-video-wrap.visible::before {
	display: none;
}

.ci-video-wrap::before {
	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;
	content: "";
	position: absolute;
	bottom: 50px;
	z-index: 1000;
	left: 50%;
	margin-left: -20px;
}

@media (max-width: 1080px) {
	.ci-video-wrap::before {
		display: none;
	}
}

.ci-video-background {
	position: absolute;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .45s ease;
	transition: opacity .45s ease;
	height: 300%;
	top: -100%;
}

.ci-video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (max-aspect-ratio: 16 / 9) {
	.page-jumbotron .ci-video-background {
		height: 100%;
		top: 0;
		width: 300%;
		left: -100%;
	}
}

/* Homepage Jumbotron
=================================== */
.page-jumbotron {
	height: 100vh;
	min-height: 700px;
	padding-top: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	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;
	text-align: center;
	position: relative;
}

.jumbo-title {
	color: #fff;
	font-size: 145px;
	letter-spacing: -.05em;
	line-height: .7;
}

.jumbo-subtitle {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	max-width: 650px;
	margin: 0 auto 40px;
}

.jumbo-subtitle:last-child {
	margin-bottom: 0;
}

/* Homepage Slideshow
=================================== */
.slick-arrow {
	background: none !important;
	padding: 0;
	height: auto;
	margin: -29px 0 0;
	position: absolute;
	z-index: 15;
	top: 50%;
	font-size: 58px;
}

.slick-arrow:hover {
	background: none !important;
}

.slick-next {
	right: 25px;
}

.slick-prev {
	left: 25px;
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	list-style-type: none;
}

.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.slick-dots button {
	background: #fff !important;
	padding: 0;
	width: 12px;
	height: 12px;
	color: #fff;
	text-indent: -999em;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: opacity .18s ease;
	transition: opacity .18s ease;
}

.slick-dots button:hover {
	opacity: 1;
}

.slick-dots .slick-active button {
	opacity: 1;
}

/* Entry Styles
=================================== */
.entry {
	margin: 0 0 80px;
}

.entry:only-of-type {
	margin: 0;
}

.entry-header,
.page-header {
	text-align: center;
	margin-bottom: 50px;
}

.entry-header + .entry-thumb,
.page-header + .entry-thumb {
	margin-top: -15px;
}

.page-hero .entry-header, .page-hero
.page-header {
	margin-bottom: 0;
}

.entry-title {
	margin-bottom: 20px;
}

.entry-title a {
	color: #232323;
}

.entry-title a:hover {
	color: #00c5ef;
}

.main-sidebar .entry-title {
	font-size: 36px;
}

.entry-meta,
.page-meta {
	font-size: 20px;
	line-height: 1.2;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.entry-meta > span::before,
.page-meta > span::before {
	content: "\2022";
	margin-left: 10px;
	margin-right: 10px;
	color: #232323;
}

.main-sidebar .entry-header {
	text-align: left;
}

.main-sidebar .entry-meta {
	margin-left: 0;
	margin-right: 0;
}

.entry-thumb {
	margin-bottom: 50px;
	padding: 15px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 60px rgba(35, 35, 35, 0.08);
}

.entry-thumb.alignnone, .entry-thumb.alignleft, .entry-thumb.alignright, .entry-thumb.aligncenter {
	margin-top: 0;
}

.entry-content::after {
	content: "";
	display: table;
	clear: both;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-top: 40px;
}

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
	margin-top: 0;
}

.entry-content p {
	margin-bottom: 20px;
	position: relative;
}

.entry-content p:first-of-type {
	position: relative;
}

.entry-content blockquote {
	margin: 40px 0;
}

.entry-content iframe,
.entry-content blockquote,
.entry-content .fluid-width-video-wrapper {
	margin: 30px 0;
}

.entry-content .fluid-width-video-wrapper iframe {
	margin: 0;
}

.letter-stylized {
	position: absolute;
	font-size: 9rem;
	font-weight: bold;
	line-height: 1;
	top: -20px;
	left: -60px;
	opacity: .105;
	z-index: -1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.entry-amenities {
	margin: 30px 0 25px;
	padding: 0;
	list-style-type: none;
}

.entry-amenities li {
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline-block;
}

.entry-amenities li::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 7px;
	background-color: #00c5ef;
	position: relative;
	top: -1px;
}

.btn-read-more {
	margin-top: 50px;
}

/* Listing Items
=================================== */
.row-items {
	margin-bottom: -30px;
}

.item {
	margin-bottom: 30px;
	position: relative;
}

.item-thumb img {
	padding: 15px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 60px rgba(35, 35, 35, 0.08);
}

.item-title {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 0;
	padding: 0 40px;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	letter-spacing: -.05em;
	color: #fff;
	font-weight: bold;
	line-height: normal;
}

/* Menu Items
=================================== */
.menu-category {
	margin-top: 40px;
	margin-bottom: 50px;
}

.menu-category:last-child {
	margin-bottom: 0;
}

.item-menu {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.item-menu:last-child {
	margin-bottom: 0;
}

.item-menu-thumb {
	width: 68px;
	margin-right: 30px;
}

.item-menu-thumb img {
	border-radius: 2px;
}

.item-menu-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.item-menu-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 5px;
}

.item-menu-title {
	margin-bottom: 0 !important;
	margin-right: 10px;
	color: #232323;
}

.item-menu-tag {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	padding: 0 10px;
	border: 2px solid #ebebeb;
	border-radius: 20px;
	line-height: normal;
	white-space: nowrap;
}

.item-menu-price {
	color: #232323;
	margin-left: auto;
}

.item-menu-desc {
	margin-bottom: 0 !important;
}

/* Pagination
=================================== */
.navigation {
	text-align: center;
	margin: 40px 0 0;
}

.navigation a,
.navigation span {
	color: #232323;
	background-color: transparent;
	display: inline-block;
	padding: 8px 24px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	letter-spacing: -.05em;
	border-radius: 20px;
	border: 2px solid #ebebeb;
}

.navigation a:hover,
.navigation .current {
	background-color: #00c5ef;
	border-color: #00c5ef;
	color: #fff;
}

.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 li {
	display: block;
	margin-right: 5px;
}

.footer .list-social-icons li {
	display: inline-block;
}

.footer .list-social-icons {
	margin-bottom: 20px;
}

.footer .list-social-icons::after {
	content: "";
	display: block;
	border-bottom: 1px solid #232323;
	width: 40px;
	margin: 20px auto 40px;
}

.social-icon {
	display: inline-block;
	font-size: 11px;
	color: #232323;
	text-transform: uppercase;
}

.social-icon i {
	font-size: 13px;
	display: inline-block;
	margin-right: 3px;
}

.footer .social-icon {
	margin: 0 10px 4px;
}

.social-icon:hover {
	color: #00c5ef;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
	text-align: center;
	padding: 100px 0;
	border-top: 1px solid #ebebeb;
}

.brand-footer {
	margin-bottom: 30px;
}

.brand-footer:last-child {
	margin-bottom: 0;
}

.site-logo-footer {
	margin: 0;
	line-height: 1.2;
}

.nav-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-footer li {
	display: inline-block;
}

.nav-footer a {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	color: #232323;
	margin: 5px 15px;
	font-weight: bold;
	letter-spacing: -.05em;
}

.nav-footer a:hover {
	color: #00c5ef;
}

/* -----------------------------------------
   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 45px;
}

.post-comments > h3 {
	text-align: center;
}

.comment-author .avatar {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 15px 15px 0;
	overflow: visible;
	border-radius: 2px;
}

@media (max-width: 543px) {
	.comment-author .avatar {
		display: none;
	}
}

.comment-content {
	overflow: hidden;
	zoom: 1;
	font-size: 13px;
}

.comment-metadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-reply-link {
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 10px;
	margin-left: 80px;
	height: auto;
	width: auto;
}

@media (max-width: 767px) {
	.comment-reply-link {
		margin: 0;
	}
}

.bypostauthor > article .fn::before {
	font-family: FontAwesome;
	content: "\f005";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
	font-size: 11px;
}

.comment-respond > h3 {
	text-align: center;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	text-transform: uppercase;
}

.form-allowed-tags,
.comment-notes {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(111, 111, 111, 0.8);
	margin: 25px 0;
	text-align: center;
}

.form-submit {
	text-align: center;
}

/* -----------------------------------------
	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 #ebebeb;
}

.widget-title {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
}

.widget-title label {
	text-transform: none;
	display: block;
	font-size: inherit;
	margin: 0;
	line-height: inherit;
	font-weight: inherit;
}

/* Section Widgets
========================================= */
.widget-section {
	margin-top: 100px;
}

.widget-section:first-child.widget-padded {
	margin-top: 0;
}

.widget-sections-footer .widget-section:first-child {
	margin-top: 0;
}

.widget-section:last-child:not(.widget-padded) {
	margin-bottom: 100px;
}

.widget-padded + .widget-padded {
	margin-top: 0;
}

.widget-padded .widget-wrap {
	padding: 100px 0;
}

.widget-wrap {
	background-position: top center;
	background-size: cover;
}

.section-title {
	text-align: center;
	font-size: 48px;
	margin-bottom: 40px;
}

.section-title + .section-subtitle {
	margin-top: -30px;
}

.section-subtitle {
	font-size: 20px;
	line-height: 1.2;
	max-width: 650px;
	margin: 0 auto 50px;
	text-align: center;
}

/* SECTION: #Testimonial
========================================= */
.section-testimonial {
	padding: 0;
	margin: -30px auto 0;
	border: 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	max-width: 650px;
}

.section-testimonial p:last-child {
	margin-bottom: 0;
}

.section-testimonial cite {
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	letter-spacing: .18em;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	color: #232323;
}

.section-testimonial cite::before {
	content: "";
	display: block;
	width: 30px;
	border-top: 1px solid #232323;
	margin: 25px auto;
}

/* SECTION: #Hero
========================================= */
.widget_ci-hero {
	color: #fff;
	text-align: center;
}

.widget_ci-hero .section-title {
	color: inherit;
}

/* 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: block;
	padding: 4px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	color: #232323;
}

.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget_recent_entries li .count,
.widget_recent_entries li .ci-count {
	margin-left: 5px;
}

.widget_recent_comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_recent_comments li {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #ebebeb;
}

.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 #ebebeb;
	background: #ffffff;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
	position: relative;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-radius: 1px;
	padding: 0 20px;
}

/* 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(35, 35, 35, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(35, 35, 35, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody td {
	background: none;
	border: 1px solid rgba(35, 35, 35, 0.1);
	text-align: center;
	padding: 3px;
}

#wp-calendar tbody td:hover {
	background: rgba(35, 35, 35, 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: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}

.gallery::after {
	content: "";
	display: table;
	clear: both;
}

.gallery-item {
	margin-bottom: 30px;
}

.gallery-item img {
	width: 100%;
	max-width: 100%;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0 0 60px rgba(35, 35, 35, 0.08);
}

.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img,
.gallery-columns-7 .gallery-item img,
.gallery-columns-8 .gallery-item img,
.gallery-columns-9 .gallery-item img,
.gallery-columns-10 .gallery-item img {
	padding: 0;
	border: 0;
	border-radius: 1px;
}

@media (max-width: 767px) {
	.gallery-item img {
		padding: 0;
		border: 0;
		border-radius: 1px;
	}
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-1 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 20%;
}

@media (max-width: 767px) {
	.gallery-columns-5 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-6 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 16.66667%;
}

@media (max-width: 767px) {
	.gallery-columns-6 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-7 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 14.28571%;
}

@media (max-width: 991px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-8 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 12.5%;
}

@media (max-width: 991px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-9 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 11.11111%;
}

@media (max-width: 991px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 25%;
	}
}

.gallery-caption {
	background-color: rgba(35, 35, 35, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 15px 30px;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: calc(100% - 60px);
	-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: 15px;
}

.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 {
	color: #232323;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	margin-left: auto;
	text-align: right;
	display: none;
}

.header-overlay .mobile-nav-trigger {
	color: #fff;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */
/* Date Picker Default Styles */
.ui-datepicker {
	padding: 0;
	border: 1px solid rgba(35, 35, 35, 0.1);
	border-radius: 0;
}

.ui-datepicker * {
	padding: 0;
	border-radius: 0;
}

.ui-datepicker table {
	font-size: 13px;
	margin: 0;
}

.ui-datepicker .ui-datepicker-header {
	border: 0;
	background: #00c5ef;
	color: #fff;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: #00c5ef;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
}

.ui-datepicker thead {
	background: #00c5ef;
	color: #fff;
}

.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #fff;
	font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	height: 1em;
	top: .9em;
	border: 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: url("data:image/png;base64,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");
	background-position: -32px 0;
	margin-top: -3px;
	top: 0;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ui-datepicker th {
	padding: .75em 0;
	color: #fff;
	font-weight: normal;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ui-datepicker td {
	background: #f9f9f9;
	border: 0;
	padding: 0;
}

.ui-datepicker td .ui-state-default {
	background: transparent;
	border: 0;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #6f6f6f;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
	background: #00c5ef;
	color: #fff;
}

.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
	opacity: .6;
}

/* 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: #6f6f6f;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */
@media (max-width: 1199px) {
	.jumbo-title {
		font-size: 80px;
	}
	.page-title {
		font-size: 48px;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.navigation-main {
		display: none;
	}
	.mobile-nav-trigger {
		display: block;
	}
	.page-hero,
	.main,
	.footer {
		padding: 60px 0;
	}
	.widget-sections {
		padding: 0;
	}
	.widget-section {
		margin-top: 60px;
	}
	.widget-section:first-child.widget-padded {
		margin-top: 0;
	}
	.widget-sections-footer .widget-section:first-child {
		margin-top: 0;
	}
	.widget-section:last-child:not(.widget-padded) {
		margin-bottom: 60px;
	}
	.widget-padded + .widget-padded {
		margin-top: 0;
	}
	.widget-padded .widget-wrap {
		padding: 60px 0;
	}
	.jumbo-title {
		font-size: 60px;
	}
	.slick-arrow {
		display: none !important;
	}
	.page-title {
		font-size: 48px;
	}
	.section-title {
		font-size: 40px;
	}
	.sidebar {
		margin-top: 50px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
	.entry-header,
	.entry-thumb {
		margin-bottom: 40px;
	}
	.letter-stylized {
		left: -25px;
		top: -20px;
	}
}

@media (max-width: 767px) {
	.page-jumbotron {
		height: 540px;
		min-height: 0;
	}
	.page-hero {
		padding: 50px 0 40px;
	}
	.main {
		padding: 50px 0;
	}
	.widget-sections {
		padding: 0;
	}
	.widget-section {
		margin-top: 50px;
	}
	.widget-section:first-child.widget-padded {
		margin-top: 0;
	}
	.widget-sections-footer .widget-section:first-child {
		margin-top: 0;
	}
	.widget-section:last-child:not(.widget-padded) {
		margin-bottom: 50px;
	}
	.widget-padded + .widget-padded {
		margin-top: 0;
	}
	.widget-padded .widget-wrap {
		padding: 50px 0;
	}
	.jumbo-title {
		font-size: 44px;
		margin-bottom: 20px;
	}
	.jumbo-subtitle {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.page-title {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.page-meta {
		font-size: 18px;
	}
	.section-title {
		font-size: 28px;
		line-height: 1.1;
	}
	.section-subtitle {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.section-testimonial {
		font-size: 18px;
	}
	.sidebar {
		margin-top: 50px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.entry-header {
		margin-bottom: 30px;
	}
	.entry-thumb {
		margin-bottom: 25px;
		padding: 5px;
	}
	.entry-meta {
		font-size: 15px;
	}
	.entry-meta > span::before {
		margin-left: 3px;
		margin-right: 3px;
		vertical-align: middle;
	}
	.btn-read-more {
		margin-top: 20px;
	}
	.navigation a,
	.navigation span {
		padding: 7px 14px;
		font-size: 10px;
	}
	.widget {
		margin-bottom: 40px;
	}
	.item-thumb img {
		padding: 5px;
	}
	.item-title {
		font-size: 18px;
	}
	.item-menu {
		margin-bottom: 20px;
	}
	.item-menu-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.item-menu-price {
		margin-left: 0;
		margin-top: 10px;
	}
	.item-menu-thumb {
		margin-right: 10px;
	}
	.site-logo-footer {
		font-size: 32px;
	}
}
