/*
Theme Name: Churhius
Theme URI: https://velikorodnov.com/site/churhius_wordpress_single_project.html
Author: Designed by monkeysan
Author URI: https://themeforest.net/user/monkeysan/portfolio
Description: Churhius is a religious WordPress theme. It is specialized in sermons, donations and event hosting. ... Churhius is integrated with great WooCommerce and Give Donations (purchase and donations). It uses Google Maps integration to settle events and sermons locations.
Version: 3.2
Tags: one-column, two-columns, left-sidebar, right-sidebar, sticky-post, theme-options
Text Domain: churhius
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	churhius
Last change:	15/08/2022
Assigned to:	mad_velikorodnov
Primary use:

/*------------------------------------------------------------------
[Color codes]

6# Primary Color: #022E4C

a (standard): #262621

/*------------------------------------------------------------------
[Typography]

Body: 16px/26px 'Noto Sans', sans-serif;
Headers: 'PT Serif, serif';

/* ----------------------------------
  1. Reset default browser styles
  2. Global
  3. General classes
  4. Typography
  5. Header
  6. Content Elements
  7. UI Elements
      7.1. Buttons
      7.2. Forms
          7.2.1. Inputs & Textarea
          7.2.2. Label & Legend
          7.2.3. Checkbox & Radio
          7.2.4. Select
          7.2.5. Fieldset
          7.2.6. Form variations
      7.3. Tables
      7.4. Lists
      7.5. Blockquotes
      7.6. Dividers
  8. Widgets & Shortcodes
      8.1. Twitter Feed
      8.2. Instagram Feed
      8.3. LightBox
      8.5. Accordions & Toggles
      8.6. Alert boxes
      8.7. Callouts
      8.8. Pagination
      8.9. Dropcaps
      8.10. Icon Boxes
      8.11. Testimonials
      8.12. Carousel Sliders
      8.13. Progress Bars
      8.14. Pricing Tables
      8.15. Counters
      8.16. Tabs & Tour Sections
      8.17. Isotope
      8.18. Team Members
      8.19. Google Map
      8.20. Services
      8.21. Countdown
      8.22. Audio Player
  9. Blog
      9.1. Entries
  10. Portfolio
  11. Shop
  12. Sidebar
  13. Footer
-------------------------------------*/

/* -----------------------------------
  1. Reset default browser styles
------------------------------------- */

@viewport {
	user-zoom: fixed;
}

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

iframe {
	width: 100%;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: .8em;
}

ul {
	list-style-type: square;
}

ul,
ol {
	margin-bottom: 1.5em;
	list-style-position: inside;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li li li li>ul {
	margin-left: 0;
}

q {
	quotes: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

embed {
	vertical-align: top;
}

b,
strong {
	font-weight: bold;
}

q {
	quotes: none;
}

img {
	vertical-align: top;
	max-width: 100%;

	-webkit-backface-visibility: hidden;
	-ms-transform: translateZ(0);
	/* IE 9 */
	-webkit-transform: translateZ(0);
	/* Chrome, Safari, Opera */
	transform: translateZ(0);
}

input,
button {
	-webkit-appearance: none;
	outline: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	border: 0;
}

html {
	overflow-x: hidden;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* html,
body {
	height: 100%;
} */


/* -----------------------------------
  2. Global
------------------------------------- */

body {
	font: 16px/26px 'Noto Sans', sans-serif;
	color: #666;
}

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
}

.wrapper-container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.admin-bar .wrapper-container {
	min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar .wrapper-container {
		min-height: calc(100vh - 46px);
	}
}

::selection {
	background: #565656;
	color: #fff;
}

::-moz-selection {
	background: #565656;
	color: #fff;
}

.selected-type-1 {
	background: #565656;
	color: #fff;
	padding: 0 4px;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.clearfix:after,
.row:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999;
	-webkit-transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 16px;
	color: #999;
	opacity: 1;
	-webkit-transition: text-indent .5s ease, color .5s ease;
}

[placeholder]:focus::-webkit-input-placeholder {
	text-indent: 10em;
	color: transparent;
}

[placeholder]:focus::-webkit-textarea-placeholder {
	text-indent: 10em;
	color: transparent;
}

div.wpcf7 input[type="radio"] {
	display: inline;
	-webkit-appearance: radio;
}


div.wpcf7 input[type="checkbox"] {
	display: inline;
	-webkit-appearance: checkbox;
}

.wpcf7-form span.wpcf7-form-control {
	border: none;
}

.wpcf7-form span.wpcf7-list-item.first {
	margin-left: 0;
}

/* ------------------------------------------------------
  3. General classes
------------------------------------------------------ */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.bypostauthor {
	text-transform: uppercase;
}

.sticky-label {
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 8px;
	border-radius: 4px;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	background-color: #022E4C;
	font-weight: 600;
}

.wrapper {
	overflow: hidden;
}

.relative {
	position: relative;
}

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

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

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

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.logged-in-as {
	margin-bottom: 1em;
}

.logged-in-as a:hover {
	color: #022E4C;
}

.alignwide,
.alignfull {
	width: calc(100% + 32px);
	margin-left: -16px;
	margin-right: -16px;
}

.alignwide {
	max-width: 1620px;
}

.alignfull {
	max-width: 2160px;
}

.alignleft {
	float: left;
	margin-right: 30px;
}

.call-out img.alignleft {
	margin-right: 20px;
}

img.alignleft,
img.alignright {
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 30px;
}

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

p>img.aligncenter,
p>img.alignnone {
	margin-bottom: 0;
}

.page-content-wrap main#main,
.page-content-wrap aside#sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.page-content-wrap main#main aside#sidebar {
	padding-left: 0;
	padding-right: 0;
}

.page-content-wrap.left-sidebar main#main,
.page-content-wrap.right-sidebar main#main {
	flex-basis: 75%;
	max-width: 75%;
}

.page-content-wrap aside#sidebar {
	flex-basis: 24%;
	max-width: 24%;
}

@media only screen and (min-width: 993px) {

	.page-content-wrap.right-sidebar main#main,
	.page-content-wrap.left-sidebar aside#sidebar {
		padding-left: 15px;
		padding-right: 20px;
	}

	.page-content-wrap.left-sidebar main#main,
	.page-content-wrap.right-sidebar aside#sidebar {
		padding-right: 15px;
		padding-left: 20px;
	}

}

.page-content-wrap.left-sidebar main#main {
	order: 2;
}

.page-content-wrap.left-sidebar aside#sidebar {
	order: 1;
}

.page-content-wrap.right-sidebar main#main {
	order: 1;
}

.page-content-wrap.right-sidebar aside#sidebar {
	order: 2;
}

.page-content-wrap {
	padding: 120px 0;
}

.page-content-wrap.no-bts {
	padding-bottom: 0;
}

.page-section {
	padding: 120px 0;
	overflow: hidden;
	position: relative;
}

.single-post .content-element>.page-section:last-of-type,
.site-main>.page-section:last-of-type {
	padding: 0;
}

[class*="page-section"].size2 {
	padding: 70px 0;
}

[class*="page-section"].size3 {
	padding: 50px 0;
}

[class*="page-section"].no-offset {
	padding: 0
}

.page-section-bg {
	background: #f7f7f7;
}

.page-section-bg2 {
	background: #f9f9f9;
}

.page-section-bg3 {
	background: #022E4C;
}

.content-element:not(:last-child) {
	margin-bottom: 100px;
}

.content-element1:not(:last-child) {
	margin-bottom: 14px;
}

.content-element2:not(:last-child) {
	margin-bottom: 20px;
}

.content-element3:not(:last-child) {
	margin-bottom: 26px;
}

.content-element4:not(:last-child) {
	margin-bottom: 39px;
}

.content-element5:not(:last-child) {
	margin-bottom: 52px;
}

.content-element6:not(:last-child) {
	margin-bottom: 60px;
}

.content-element7:not(:last-child) {
	margin-bottom: 70px;
}

.text-size-medium.content-element2:not(:last-child) {
	margin-bottom: 10px;
}

.extra-wide {
	width: 100%;
}

.flex-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	clear: both;
}

body.archive .flex-row.style-2.icons-box.type-2 {
	margin-bottom: 35px;
}

.flex-row[class*="item-col-"]:not(.no-gutters) {
	margin: -30px -15px 0;
}

.flex-row[class*="item-col-"]:not(.no-gutters)>* {
	padding: 30px 15px 0;
}

.item-col-1>* {
	width: 100%;
}

.item-col-2>* {
	width: 50%;
}

.item-col-3>* {
	width: 33.3333%;
}

.item-col-4>* {
	width: 25%;
}

.item-col-5>* {
	width: 20%;
}

.item-col-6>* {
	width: 16.6666%;
}

.icons-box.style-2.no-gutters.item-col-4 .icons-wrap:first-child {
	margin-left: 0;
}

.icons-box.style-2.no-gutters.item-col-4 .icons-wrap:last-child {
	margin-right: 0;
}

.icons-box {
	display: grid;
	grid-gap: 2px;
}

.icons-box.style-1 {
	grid-gap: 30px;
	grid-row-gap: 60px;
}

.info-boxes {
	display: grid;
	grid-gap: 30px;
}

.icons-box.grid-col-1,
.info-boxes.grid-col-1 {
	grid-template-columns: repeat(1, 1fr);
}

.icons-box.grid-col-2,
.info-boxes.grid-col-2 {
	grid-template-columns: repeat(2, 1fr);
}

.icons-box.grid-col-3,
.info-boxes.grid-col-3 {
	grid-template-columns: repeat(3, 1fr);
}

.icons-box.grid-col-4,
.info-boxes.grid-col-4 {
	grid-template-columns: repeat(4, 1fr);
}

.icons-box.grid-col-5,
.info-boxes.grid-col-5 {
	grid-template-columns: repeat(5, 1fr);
}

.icons-box.grid-col-6,
.info-boxes.grid-col-6 {
	grid-template-columns: repeat(6, 1fr);
}


.flex-row.flex-center {
	align-content: center;
}

.flex-row.flex-justify {
	justify-content: space-between;
}

.row.row-wide {
	margin-left: -35px;
	margin-right: -35px;
}

.row.row-wide>[class*="col"] {
	padding-left: 35px;
	padding-right: 35px;
}

.full-width {
	width: 100%;
	max-width: 100%;
}

.wrapper-container.page-full-height {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.wrapper-container.page-full-height #content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
}

/* Responsive iframe */

.responsive-iframe {
	position: relative;
	z-index: 1;
	height: 0;
	margin-bottom: 28px;
	padding-bottom: 56.2%;
}

.item-col .responsive-iframe {
	margin-bottom: 0;
}

.responsive-iframe>iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

/* -----------------------------------
  4. Typography
------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Serif';
	color: #262621;
	line-height: 1.15em;
	font-weight: 700;
	margin-bottom: .6em;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	margin-bottom: .5em;
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	margin-bottom: 1em;
	font-size: 24px;
}

h6 {
	margin-bottom: 1.5em;
	line-height: 1.4em;
	font-size: 18px;
}

.fw-medium {
	font-weight: 600;
}

.tt-up {
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline: none;
	text-decoration: none;
	background: transparent;
	vertical-align: baseline;
}

a,
a>* {
	text-decoration: none;
	outline: none !important;
}

a {
	color: #262621;
}

a,
button {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 2em;
	width: 100%;
}

.table-condensed {
	width: auto;
}

dl:not(:last-child) {
	margin-bottom: 1.5em;
}

th {
	text-align: left;
}

tr {
	border-bottom: 1px solid #ededed;
}

td {
	padding: 0.5em;
}

th {
	padding: 0.5em;
	font-weight: 700;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

dt,
b,
strong {}

dt,
dd {
	padding: 4px 0;
}

dt {
	font-weight: 700;
}

address {
	margin-bottom: 1.5em;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

mark {
	background: #565656;
	color: #fff;
}

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

pre {
	clear: both;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
	padding: 2em;
	line-height: 2em;
	font-size: 0.750em;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	margin-bottom: 1.5em;
	position: relative;
	left: 0;
	text-transform: none;
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;

	-webkit-background-size: 100% 4em;
	background-size: 100% 4em;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

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

embed {
	vertical-align: top;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

img.wp-post-image {
	margin: 0 auto;
}

.entry-footer {
	clear: both;
}

.clear:before,
.clear:after,
.wrapper:after,
.wrapper:before,
.entry-body:after,
.entry-body:before,
.entry-footer:after,
.entry-footer:before,
.post-item:before,
.post-item:after {
	content: "";
	width: 100%;
	display: table;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

.widget .advertise-holder {
	border: 10px solid #f4f4f4;
}

.wp-caption .wp-caption-text {
	margin: .8em 0;
	font-style: normal;
	line-height: 1em;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.3em;
	max-width: 100%;
}

.our-info.style-2 .info-item a.link-text:hover {
	color: #022E4C;
}

footer.footer .widget .info-item .link-text {
	color: #fff;
}

footer.footer .widget .info-item .link-text:hover {
	text-decoration: underline;
	color: #fff !important;
}

[class^="icon-"]:before,
[class*="icon-"]:before {
	width: auto;
	margin: 0;
	padding: 0;
}

[class*="cicon-"] {
	line-height: 1em;
}

.section-title:not(:last-child) {
	margin-bottom: 56px;
}

.our-info .title-holder:not(:last-child) {
	margin-bottom: 28px;
}

.title-holder:not(:last-child) {
	margin-bottom: 45px;
}

.title-holder.heading-h3:not(:last-child) {
	margin-bottom: 26px;
}

.section-title-2:not(:last-child) {
	margin-bottom: 42px;
}

.pre-title {
	color: #262621;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.call-out.align-left .pre-title {
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0.25px;
}

#comments {
	margin-top: 100px;
}

#comments>h3.title {
	margin-bottom: .8em;
}

h5.title:not(:last-child) {
	margin-bottom: 28px;
}

.color2 {
	color: #37B2B2;
}

.give-box.style-2 .color2 {
	color: #eee;
}

.pre-title:not(:last-child) {
	margin-bottom: 14px;
}

.text-size-big {
	font-size: 24px;
	line-height: 43px;
}

.text-size-medium {
	font-size: 16px;
	line-height: 30px;
}

.text-size-small {
	font-size: 16px;
	line-height: 26px;
}

.text-size-small:not(:last-child) {
	margin-bottom: 14px;
}

.text-light .title,
.text-light p,
.text-light .btn.btn-style-3 {
	color: #eee;
}

/* Tooltips */

.tooltips a,
a.tooltips {
	position: relative;
}

.tooltip {
	position: absolute;
	display: block;
	background: #022E4C;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	z-index: 5;
	border-radius: 2px;

	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

a.top-tooltip .tooltip {
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	-webkit-transform: translate(-50%, -15px);
	-moz-transform: translate(-50%, -15px);
	-o-transform: translate(-50%, -15px);
	-ms-transform: translate(-50%, -15px);
	transform: translate(-50%, -15px);
}

a.left-tooltip .tooltip {
	top: 50%;
	right: 100%;
	margin-right: 5px;
	-webkit-transform: translate(-15px, -50%);
	-moz-transform: translate(-15px, -50%);
	-o-transform: translate(-15px, -50%);
	-ms-transform: translate(-15px, -50%);
	transform: translate(-15px, -50%);
}

a.right-tooltip .tooltip {
	top: 50%;
	left: 100%;
	margin-left: 9px;
	-webkit-transform: translate(15px, -50%);
	-moz-transform: translate(15px, -50%);
	-o-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

a.bottom-tooltip .tooltip {
	top: 100%;
	left: 50%;
	margin-top: 5px;
	-webkit-transform: translate(-50%, 15px);
	-moz-transform: translate(-50%, 15px);
	-o-transform: translate(-50%, 15px);
	-ms-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
}

a.top-tooltip:hover .tooltip {
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

a.left-tooltip:hover .tooltip {
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

a.right-tooltip:hover .tooltip {
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

a.bottom-tooltip:hover .tooltip {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.tooltips .tooltip:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
}

a.top-tooltip .tooltip:after {
	border-left: 7px solid transparent;
	border-top: 5px solid #022E4C;
	border-right: 7px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -7px;
}

a:hover .tooltip {
	opacity: 1;
	visibility: visible;
}

.tooltips a:hover {
	text-decoration: none;
}

.tooltips a.left-tooltip .tooltip:after {
	border-top: 7px solid transparent;
	border-left: 5px solid #022E4C;
	border-bottom: 7px solid transparent;
	top: calc(50% - 7px);
	left: 100%;
}

.tooltips a.right-tooltip .tooltip:after {
	border-top: 7px solid transparent;
	border-right: 5px solid #022E4C;
	border-bottom: 7px solid transparent;
	right: 100%;
	top: calc(50% - 7px);
}

.tooltips a.bottom-tooltip .tooltip:after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 5px solid #022E4C;
	border-top: none;
	bottom: 100%;
	left: calc(50% - 7px);
}

/* -----------------------------------
  5. Header
------------------------------------- */

.header.fixed-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.header.sticky-header.clone-fixed {
	position: fixed;
	z-index: 99;
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}

.header {
	transition: opacity .5s ease;
}

.header.fixed-header.sticky-header.clone-fixed {
	background: #262621;
}

.header {
	position: relative;
	top: 0;
	z-index: 9;
	width: 100%;
	background-color: #262621;
}

.header .top-header {
	position: relative;
	padding: 30px 60px;
	display: flex;
	flex: 0 0 100%;

	justify-content: space-between;
	align-items: center;
}

.header.style-5 .top-header {
	padding: 30px 15px 30px 0;
}

.header .menu-holder {
	display: flex;
	align-items: center;
}

.header .menu-holder .menu-wrap {
	padding: 0 15px;
}

.header.style-4 .menu-holder .menu-wrap {
	padding-right: 0;
}

.header.style-1 .logo,
.header.style-4 .logo,
.header.style-5 .logo {
	position: absolute;
	top: 0;
	left: 15px;
	display: inline-block;
}

.header.style-1 .logo {
	left: 60px;
}

.header-btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin: -15px -15px;
}

.header-btns>.head-btn {
	padding: 15px 15px;
}

/* Header 2 */

.header.style-2,
.header.style-2.sticky-header.clone-fixed {
	background: #fff;
}

.header.style-2 .logo {
	position: relative;
	left: auto;
	top: auto;
	display: block;
	min-width: 150px;
}

.header.style-2 .main-navigation>ul>li>a,
.header.style-2 button.search-button,
.header.style-2 .shop-cart .sc-cart-btn {
	color: #262621;
}

/* Header 3 */

.header.style-3.sticky-header.clone-fixed .top-header {
	display: none;
}

.header.style-3 {
	position: relative;
	background: #fff;
}

.header.style-3.wide .top-header {
	padding: 31px 60px;
}

.header.style-3 .top-header {
	padding: 31px 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header.style-3 .top-header .top-head-col>*:not(:last-child),
.header.style-3 .top-header .header-btns>.head-btn:not(:last-child) {
	margin-bottom: 13px;
}

.header.style-3 .top-header .header-btns>.head-btn:not(:last-child) ul {
	margin-bottom: 0;
}

.header.style-3 .top-header .header-btns {
	display: block;
	margin: 0;
	text-align: right;
}

.header.style-3 .top-header .header-btns>.head-btn {
	padding: 0;
}

.header-actions>li {
	display: inline-block;
	line-height: 1;
}

.header-actions>li:not(:last-child) {
	padding-right: 8px;
	margin-right: 7px;
	border-right: 1px solid #999;
}

.header-actions a {
	color: #666;
	font-size: 14px;
}

.header-actions a:hover {
	color: #262621;
}

.header.style-3 .menu-holder {
	background: #262621;
	text-align: center;
	padding: 15px 0;
}

/* Header 4 */

.header.style-4.sticky-header.clone-fixed .top-header {
	display: none;
}

.header.style-4.sticky-header.clone-fixed .menu-wrap {
	padding-left: 0;
}

.header.style-4 {
	position: relative;
	background: #fff;
}

.header.style-4 .top-header {
	border-bottom: 1px solid #e0e0e0;
	display: block;
	padding: 0;
}

.header.style-4 .top-header .top-head-menu {
	padding: 8px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header.style-4 .top-header .container {
	position: relative;
}

.header.style-4 .top-header .logo {
	left: 15px;
}

.header.style-4 .menu-holder {
	padding: 26px 0;
}

.header.style-4 .menu-holder .menu-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header.style-4 .main-navigation>ul>li>a {
	color: #262621;
}

.header.style-4 button.search-button {
	color: #262621;
}

.header.style-4 .menu-wrap {
	padding-left: 210px;
}

.header.style-4 .top-header .top-head-menu {
	padding-left: 230px;
}

.header.style-4.wide .top-header .logo {
	left: 60px;
}

.header.style-4.wide .container {
	max-width: 100%;
	padding: 0 60px;
}

/* Main Navigation */

.main-navigation {
	display: inline-block;
	text-align: left;
	position: relative;
}

.main-navigation>ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.main-navigation ul {
	margin-left: 0;
	margin-bottom: 0;
}

.main-navigation li {
	list-style: none;
}

.main-navigation>ul>li {
	position: relative;
	margin: 0 20px;
}

.header.style-4.clone-fixed .main-navigation>ul>li:first-child {
	margin-left: 0;
}

.main-navigation>ul>li>a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	position: relative;
	line-height: 18px;
	font-size: 16px;
	border-bottom: 1px solid transparent;
}

.searchform-wrap.opened,
.main-navigation>li:hover>.sub-menu-wrap {
	opacity: 1;
	visibility: visible;
}

.main-navigation>ul>li.current-menu-item>a,
.main-navigation>ul>li.current-menu-parent>a,
.main-navigation>ul>li.current-menu-ancestor>a,
.main-navigation>ul>li.current_page_item>a,
.main-navigation>ul>li.current_page_parent>a,
.main-navigation>ul>li.current_page_ancestor>a,
.main-navigation>ul>li:hover>a {
	border-bottom-color: inherit;
}

.main-navigation .sub-menu-wrap ul li {
	position: relative;
}

.main-navigation .sub-menu-wrap ul li:hover>a,
.main-navigation .sub-menu-wrap ul li.current-menu-item>a,
.main-navigation .sub-menu-wrap ul li.current-menu-parent>a,
.main-navigation .sub-menu-wrap ul li.current-menu-ancestor>a,
.main-navigation .menu-list ul li.current_page_item>a,
.main-navigation .menu-list ul li.current_page_parent>a,
.main-navigation .menu-list ul li.current_page_ancestor>a,
.main-navigation .sub-menu-wrap.mega-menu ul li.current a,
.main-navigation .sub-menu-wrap.mega-menu ul li:hover a,
.main-navigation ul.menu-list .children li:hover>a {
	background: #373732;
}

.main-navigation>ul>li.multicolumn>.sub-menu-wrap>ul.sub-menu>li>a {
	background-color: transparent;
}

.main-navigation>ul>li.dropdown>a:after {
	font-family: 'fontello';
	content: '\e8e7';
	margin-left: 10px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}

.main-navigation .sub-menu-wrap,
.main-navigation .sub-menu-wrap .sub-menu .sub-menu,
.main-navigation ul.menu-list li .children {
	position: absolute;
	left: -20px;
	top: 100%;
	min-width: 260px;
	background: #262621;
	padding: 20px 0;
	border-radius: 3px;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;

	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
	-webkit-transform: translate3d(-15px, 15px, 0);
	-moz-transform: translate3d(-15px, 15px, 0);
	-o-transform: translate3d(-15px, 15px, 0);
	-ms-transform: translate3d(-15px, 15px, 0);
	transform: translate3d(-15px, 15px, 0);
}

.main-navigation .sub-menu.churhius-menu-reverse {
	left: auto;
	margin-right: 2px;
	right: -20px;
}

.main-navigation .sub-menu-wrap .sub-menu .sub-menu.churhius-menu-reverse {
	left: auto;
	right: 100%;
}

.main-navigation .sub-menu-wrap .sub-menu .sub-menu,
.main-navigation ul.children ul.children {
	left: 100%;
	top: 0;
	margin-left: 2px;
	margin-top: -20px;
}

.main-navigation ul.children ul.children {
	margin-top: 0;
}

.main-navigation .sub-menu-wrap:before {
	content: '';
	bottom: 100%;
	width: 100%;
	left: 0;
	height: 20px;
	display: block;
	position: absolute;
	background: transparent;
}

.main-navigation .sub-menu-wrap .sub-menu-wrap.sub-menu-inner {
	left: 100%;
	top: 0;
	margin-left: 2px;
	margin-top: -20px;
}

.main-navigation .sub-menu-wrap .sub-menu-wrap.sub-menu-inner:before {
	right: 100%;
	left: auto;
	width: 2px;
	top: 0;
	bottom: auto;
	height: 100%;
}

.main-navigation>ul>li:hover>.sub-menu-wrap:not(.sub-menu-inner),
.main-navigation .sub-menu-wrap ul li:hover .sub-menu-wrap.sub-menu-inner,

.main-navigation li:hover>ul.children,
.main-navigation .sub-menu-wrap ul li:hover .sub-menu {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.main-navigation .menu-list:not(.hr-type)>li:not(:last-child) {
	margin-bottom: 0;
}

.main-navigation .sub-menu-wrap ul li a,
.main-navigation .menu-list ul.children li a {
	display: block;
	white-space: pre;
	position: relative;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.5px;
	padding: 13px 40px 13px 28px;
	color: #fff;
}

.main-navigation li.menu-item-has-children li.menu-item-has-children>a:after,
.main-navigation li.page_item_has_children li.page_item_has_children>a:after {
	position: absolute;
	right: 28px;
	color: #fff;
	font-family: 'linearicons';
	content: '\e93c';
	font-size: 10px;
}

.main-navigation li.multicolumn .sub-menu-wrap li.menu-item-has-children>a:after,
.main-navigation li.multicolumn .sub-menu-wrap li.page_item_has_children>a:after {
	display: none;
}

.main-navigation>ul>li.multicolumn {
	position: static;
}

.main-navigation>ul>li.multicolumn>.sub-menu-wrap {
	left: 0;
	padding: 28px 0;
}

.main-navigation>ul>li.multicolumn>.sub-menu-wrap ul.sub-menu,
.main-navigation>ul>li.multicolumn>.sub-menu-wrap ul.children {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	white-space: nowrap;
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.main-navigation>ul>li.multicolumn:hover>.sub-menu-wrap ul.sub-menu,
.main-navigation>ul>li.multicolumn:hover>.sub-menu-wrap ul.children {
	visibility: visible;
	opacity: 1;
}

.main-navigation>ul>li.multicolumn .sub-menu-wrap>ul.sub-menu>li {
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

.main-navigation .sub-menu-wrap.mega-menu .row {
	margin: 0;
	flex-wrap: nowrap;
}

.main-navigation .sub-menu-wrap.mega-menu .mega-title {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.5px;
	padding-left: 28px;
}

.main-navigation .sub-menu-wrap.mega-menu .mega-title:not(:last-child) {
	margin-bottom: 13px;
}

.main-navigation .sub-menu-wrap.mega-menu ul li a {
	padding: 13px 28px;
	background: none;
	color: #fff;
}

.responsive-nav-button {
	display: none;
	text-align: center;
	color: #fff;
	font-size: 23px;
	z-index: 2;
	border-radius: 0;
	background: transparent;
	vertical-align: middle;

	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.responsive-nav-button:before {
	font-family: 'linearicons';
	content: "\e92b";
}

.header.style-4 .responsive-nav-button,
.header.style-2 .responsive-nav-button {
	color: #262621;
}

#wrapper #advanced-menu-hide {
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.menu-button-wrap {
	text-align: right;
	padding: 10px 0;
}

.mobile-advanced {
	display: none;
}

/* Search and Shopping cart buttons */

.dropdown-list,
.dropdown-window {
	position: absolute;
	top: 100%;
	right: -15px;
	padding: 0;
	min-width: 100px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	border-radius: 3px;
	overflow: hidden;

	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.dropdown-window {
	-webkit-transform: scale3d(.85, .85, .85);
	-ms-transform: scale3d(.85, .85, .85);
	transform: scale3d(.85, .85, .85);
}

.dropdown-window.opened {
	opacity: 1;
	visibility: visible;

	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.search-holder,
.shop-cart {
	display: inline-block;
}

.shop-cart {
	position: relative;
}

button.search-button,
.shop-cart .sc-cart-btn {
	font-family: 'Linearicons';
	font-size: 20px;
	line-height: 26px;
	background: none;
	color: #fff;
}

button.search-button:hover,
.shop-cart .sc-cart-btn:hover,
.shop-cart .sc-cart-btn.opened,
.header.style-2 button.search-button:hover,
.header.style-2 .shop-cart .sc-cart-btn.opened {
	color: #022E4C;
}

button.search-button:before {
	content: "\e922";
}

.searchform-wrap .vc-child form input {
	background-color: #fff;
	border: none;
	color: #222;
	height: 52px;
}

.close-search-form {
	background-color: transparent;
	position: absolute;
	font-family: 'linearicons';
	left: 100%;
	margin-left: 20px;
	font-size: 20px;
	color: #f4f4f5;
	z-index: 99;
	font-weight: normal;
	display: inline-block;
	top: 50%;
	margin-top: -11px;

	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.close-search-form:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);

	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.close-search-form:before {
	content: '\e92a';
}

.searchform-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: none;
	display: block;
	background: rgba(31, 25, 31, 0.8);
	text-align: center;
	z-index: 201;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

	opacity: 0;
	visibility: hidden;
}

.searchform-wrap.opened {
	opacity: 1;
	visibility: visible;
}

.searchform-wrap .vc-child {
	width: 710px;
	display: inline-block;
	position: relative;
	margin-top: 20%;
}

.searchform-wrap form,
.search-holder form {
	position: relative;
}

.searchform-wrap form input {
	padding-right: 60px;
}

.searchform-wrap form button,
.search-holder form button {
	color: #262621;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.searchform-wrap form input:not([type="submit"]):focus,
.searchform-wrap form textarea:focus {
	border-color: transparent;
	box-shadow: none;
}

/* Navigation Bar */

.navbar-wrap.wrap-bg:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.nav-bttn {
	font-size: 20px;
	background-color: transparent;
	color: #262621;
	font-family: 'linearicons';
}

.nav-bttn:hover {
	color: #022E4C;
}

.nav-bttn:before {
	content: "\e92b";
}

.nav-bttn.close-bttn:before {
	content: "\e92a";
}

.navbar-menu .close-bttn {
	position: absolute;
	top: 45px;
	right: 60px;
	font-size: 30px;
	color: #e0e0e0;
}

.navbar-menu .close-bttn:hover {
	color: #262621;
}

.nav-menu.type-hr ul {
	margin: 0 -20px -10px;
	font-size: 0;
}

.nav-menu ul>li {
	font-size: 14px;
	font-weight: 500;
}

.nav-menu.type-hr ul>li {
	margin: 0 20px 10px;
	display: inline-block;
}

.nav-menu ul>li>a {
	position: relative;
	letter-spacing: 0.8px;
	white-space: nowrap;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
}

.nav-menu ul>li>a:before,
.page-nav-menu>ul>li>a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transition-property: width;
	transition-property: width;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
}

.nav-menu ul>li a:hover:before,
.nav-menu ul>li.current>a:before,
.page-nav-menu>ul>li.current>a:before {
	width: 100%;
}

.navbar-menu {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #fff;
	max-width: 515px;
	z-index: 99;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;

	webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.admin-bar .navbar-menu {
	top: 32px;
}

.navbar-menu.open-navbar {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.navbar-menu .nav-menu {
	opacity: 0;
	-webkit-transform: translateY(3rem);
	-ms-transform: translateY(3rem);
	-o-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: all 0.5s 0.7s ease;
	-o-transition: all 0.5s 0.7s ease;
	transition: all 0.5s 0.7s ease;
}

.navbar-menu.open-navbar .nav-menu {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

.navbar-menu .nav-inner {
	padding: 120px 65px;
	display: block;
}

.navbar-menu .nav-menu>ul li {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 48px;
}

.navbar-menu .nav-menu>ul>li.sub-menu>ul {
	display: none;
	padding-left: 15px;
}

.navbar-menu .nav-menu>ul>li.sub-menu.active>ul {
	display: block;
}

.navbar-menu .nav-menu>ul>li.sub-menu>ul>li {
	font-size: 16px;
}

.navbar-menu .nav-menu>ul>li.sub-menu>a:after {
	font-family: 'Linearicons';
	content: "\e93a";
	display: inline-block;
	margin-left: 20px;
	font-size: 24px;
	vertical-align: -3px;
}

.navbar-menu .nav-menu>ul>li a {
	color: #202732;
	display: inline-block;
	line-height: 18px;
}

.navbar-menu .logo:not(:last-child) {
	margin-bottom: 40px;
}

.navbar-menu p {
	font-size: 16px;
	line-height: 26px;
}

.navbar-menu .widget-title,
.navbar-menu .title {
	font-weight: bold;
}

.navbar-menu .widget:not(:last-child) {
	margin-bottom: 60px;
}

.navbar-menu .title:not(:last-child) {
	margin-bottom: 38px;
}

.navbar-menu .flex-row[class*="item-col-"]:not(.no-gutters) {
	margin: -20px -10px 0;
}

.navbar-menu .flex-row[class*="item-col-"]:not(.no-gutters)>* {
	padding: 20px 10px 0;
}

.navbar-menu .widget_text img {
	max-width: 150px;
	display: block;
	float: none;
}

/* ------------------------------------------------------
    6. Content Elements
------------------------------------------------------ */

#content {
	position: relative;
	flex: 1 0 auto;
}

/* Brand box */

.brand-holder .brand-item {
	opacity: 0.7;
	display: inline-block;
}

.brand-holder .brand-item:hover {
	opacity: 1;
}

/* Backgrounds */

.parallax-section {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
}

/* Half cols bg */

.half-bg-col {
	position: relative;
}

.half-bg-col,
.half-bg-col.size2,
.half-bg-col.size3 {
	padding: 120px 0;
}

.half-bg-col .row {
	margin: 0 -55px;
}

.half-bg-col .row>[class*="col-"] {
	padding-right: 55px;
	padding-left: 55px;
}

.half-bg-col .row>.col-lg-6.right-col {
	background-color: #fff;
}

.col-bg {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}


.count-event .col-bg {
	background-position: center right;
}

[class*="img-col"] {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.img-col-left {
	left: 0;
}

.img-col-right {
	right: 0;
}

/* Breadcrumbs */

.breadcrumbs-wrap {
	padding: 56px 15px;
	background: #f7f7f7;
	text-align: center;
}

.breadcrumbs-wrap.align-left {
	text-align: left;
}

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

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

.breadcrumbs-wrap.no-title {
	padding: 13px 15px 12px;
}

.breadcrumbs-wrap .page-title:not(:last-child) {
	margin-bottom: 10px;
}

.breadcrumbs-wrap .page-title:last-child {
	margin-bottom: 0;
}

.breadcrumbs-wrap .breadcrumbs {
	margin-bottom: 0;
	color: #999;
	font-size: 16px;
	letter-spacing: 0.25px;
}

.breadcrumbs-wrap[data-bg] .breadcrumbs {
	color: #eee;
}

.breadcrumbs-wrap .breadcrumbs>li {
	display: inline-block;
}

.breadcrumbs-wrap .breadcrumbs>li>a {
	color: #262621;
}

.breadcrumbs-wrap .breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs>li:not(:first-child):before {
	content: "/";
	display: inline-block;
	color: #999;
	margin-right: 3px;
}

.breadcrumbs-wrap.style-2 {
	background: #262621;
}

.breadcrumbs-wrap.style-2 .breadcrumbs a,
.breadcrumbs-wrap.style-2 .page-title {
	color: #fff;
}

.breadcrumbs-wrap.style-3 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 174px 0 56px;
}

.breadcrumbs-wrap.style-4 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.breadcrumbs-wrap.style-4 .page-title,
.breadcrumbs-wrap.style-4 .breadcrumbs a {
	color: #fff;
}

body.header-style-1 .breadcrumbs-wrap.style-3,
body.header-style-2 .breadcrumbs-wrap.style-3,
body.header-style-3 .breadcrumbs-wrap.style-3,
body.header-style-4 .breadcrumbs-wrap.style-3 {
	background-position: center center;
	padding: 200px 0 200px;
}

.breadcrumbs-wrap.no-title.style-3 {
	padding: 128px 0 13px;
}

.breadcrumbs-wrap.style-3 .page-title,
.breadcrumbs-wrap.style-3 .breadcrumbs a {
	color: #fff;
}

/* Cookies */

.cookies {
	background: rgba(42, 44, 50, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 25px 0;
	color: #fff;
}

.cookies span:before {
	content: '\e955';
	font-family: 'Linearicons';
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}

.cookies .btn {
	margin: 0 2px;
}

/* Revolution slider */

.tparrows {
	background: none;
	width: auto;
	height: auto;
}

.tparrows:before {
	font-family: 'Linearicons';
	font-size: 48px;
	color: #fff;
	opacity: 0.6;

	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	transition: opacity .35s ease;
}

.tparrows:hover {
	background: none;
}

.tparrows:hover:before {
	opacity: 1;
	background: none;
}

.tparrows.tp-leftarrow:before {
	content: '\e93b';
}

.tparrows.tp-rightarrow:before {
	content: '\e93c';
}

.circle-bullet,
.owl-dots .owl-dot {
	display: block;
	background: #fff;
	border-radius: 50%;
	opacity: 0.8;

	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.owl-dots .owl-dot.active {
	width: 12px;
	height: 12px;
}

.tp-bullets.custom .tp-bullet {
	display: inline-block;
	/*margin: 0 10px;*/
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .7);
}

.tp-bullets.custom .tp-bullet.selected {
	background: #fff;
	border-color: rgba(255, 255, 255, 1);
}

[class*="scaption"] {
	font-size: 16px;
	line-height: 24px;
}

[class*="scaption-white"],
[class*="scaption-white"] .btn {
	color: #fff !important;
}

[class*="scaption"][class*="-large"],
[class*="scaption"][class*="-medium"] {
	font-weight: bold;
	font-style: italic;
}

[class*="scaption"][class*="-large"] {
	font-size: 72px;
	line-height: 78px;
	letter-spacing: 0;
}

[class*="scaption"][class*="-medium"] {
	font-size: 59px;
	line-height: 60px;
	letter-spacing: 2px;
}

[class*="scaption"][class*="-large2"] {
	font-size: 64px;
	line-height: 70px;
	letter-spacing: 1px;
}

[class*="scaption"][class*="-small"] {
	font-size: 37px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

[class*="scaption"][class*="-small2"] {
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	letter-spacing: -0.1px;
	text-transform: none;
}

/* Video section */

.video-holder {
	position: relative;
}

.vc_row-has-fill .video-holder {
	min-height: 590px;
}

.page-section .vc_col-sm-6:first-child .video-holder {
	margin-right: 35px;
}

.page-section .vc_col-sm-6:last-of-type .video-holder {
	margin-left: 35px;
}

.video-holder img {
	width: 100%;
}

.video-holder .video-btn {
	display: block;
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 90px;
	z-index: 2;
}

.video-holder .video-btn:after {
	content: '';
	width: 0;
	height: 0;
	font-size: 0;
	margin-left: 10px;
	border-top: 20px solid transparent;
	border-left: 31px solid #fff;
	border-bottom: 20px solid transparent;
}

.video-holder .video-holder-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 1em;
}

.video-holder .video-holder-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.vc_col-sm-12 .video-holder .video-holder-inner {
	margin: 0 auto;
	max-width: 510px;
}

.video-holder .video-btn-title {
	margin-bottom: .3em;
	text-align: center;
}

.vc_row-has-fill .video-holder .video-btn-title {
	color: #fff;
}

.video-holder .video-btn-subtitle {
	text-align: center;
}

.video-holder .video-btn-subtitle:not(:last-child) {
	margin-bottom: 48px;
}

.vc_row-has-fill .video-holder .video-btn-subtitle {
	color: #eee;
}

/* Page 404 */

.page-404-section {
	position: relative;
	padding: 0;
	text-align: center;
}

.page-404-section p.text-size-big {
	margin-bottom: 28px;
	color: #262621;
}

.page-404-section .page-404-content p:not(.text-size-big) {
	margin-bottom: 0;
}

.page-404-section .title {
	font-size: 400px;
	line-height: 270px;
	color: #022E4C;
}

.page-404-section .title:not(:last-child) {
	margin-bottom: 60px;
}

.page-404-section p a {
	color: #262621;
}

.page-404-section form input[type="text"] {
	height: 56px;
}

.page-404-section form .btn {
	margin-left: 5px;
}

/* Coming soon */
.churhius-coming-soon-page .header .search-holder,
.churhius-coming-soon-page .header .shop-cart,
.churhius-coming-soon-page .header .header-btns>.head-btn:last-child,
.churhius-coming-soon-page .header .navbar-toggle,
.churhius-coming-soon-page .breadcrumbs-wrap,
.churhius-coming-soon-page .main-footer,
.churhius-coming-soon-page .header .menu-holder {
	display: none;
}

.churhius-coming-soon-page .page-content-wrap {
	text-align: center;
	padding: 130px 0 280px;
}

body.churhius-coming-soon-page .wrapper-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}

body.churhius-coming-soon-page .page-content-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* -----------------------------------
  7. UI Elements
------------------------------------- */

/*----------- Buttons --------------*/

.vc_col-sm-2 .button-container:not(:last-child) {
	margin-bottom: 20px;
}

.vc_col-sm-2 .button-container {
	text-align: center;
}

.button-container.align-left {
	text-align: left;
}

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

.vc_col-sm-12 .button-container.align-center {
	display: flex;
	justify-content: center;
}

.vc_col-sm-12 .button-container.align-center:not(:last-child) {
	margin: 0 25px 20px;
}

.vc_col-sm-2 .button-container.align-inline {
	display: block;
	margin: 0 30px 20px;
}

.btn {
	display: inline-block;
	font-size: 16px;
	border-radius: 3px;
	text-transform: uppercase;
	background: transparent;
	color: #022E4C;
	text-align: center;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
	white-space: nowrap;
	font-family: inherit;
}

.btn:hover {
	color: #022E4C;
}

.btn.btn-style-1:after,
.btn.btn-style-2:after,
.btn.btn-style-3:after,
.btn.btn-style-4:after,
.btn.btn-style-5:after,
.btn.btn-style-6:after,
.btn.btn-style-7:after,
.btn.btn-style-8:after,
.btn.btn-style-9:after,
.btn.btn-style-10:after,
.rev-btn-arrow:after {
	margin-left: 10px;
	font-style: normal;
	font-size: inherit;
	font-family: 'fontello';
	content: "\e8f9";
}

.btn.btn-no-arrow:after {
	display: none;
}

.btn i {
	margin-right: 10px;
}

.button-container.btn-with-icon .btn:after {
	display: none;
}

.btn .btn-small i {
	font-size: 18px;
}

.btn .btn-medium i {
	font-size: 16px;
}

.btn .btn-big i {
	font-size: 20px;
}

.btn .btn-lg i {
	font-size: 22px;
}

.btn.btn-style-2 {
	background-color: #37B2B2;
}

.btn.btn-style-3 {
	background-color: #022E4C;
}

.btn.btn-style-4 {
	background-color: #acacac;
}

.btn.btn-style-5 {
	background-color: #373732;
}

.btn.btn-style-2:hover {
	background-color: #37B2B2;
}

.btn.btn-style-3:hover {
	background-color: #022E4C;
}

.btn.btn-style-4:hover {
	background-color: #999;
}

.btn.btn-style-5:hover {
	background-color: #262621;
}

.btn.btn-style-2,
.btn.btn-style-3,
.btn.btn-style-4,
.btn.btn-style-5 {
	color: #fff !important;
}

.btn.btn-style-6,
.btn.btn-style-7 {
	border-width: 2px;
	border-style: solid;
	color: #262621;
}

.btn.btn-style-6:hover,
.btn.btn-style-7:hover {
	border-color: #37B2B2;
	color: #37B2B2;
}

.btn.btn-style-6 {
	border-color: #e3e3e3;
}

.btn.btn-style-7 {
	border-color: #373732;
}

.btn.btn-style-8 {
	color: #37B2B2;
}

.btn.btn-style-9 {
	color: #acacac;
}

.btn.btn-style-10 {
	color: #373732;
}

.btn.btn-style-8:hover {
	color: #37B2B2;
}

.btn.btn-style-9:hover {
	color: #999;
}

.btn.btn-style-10:hover {
	color: #262621;
}

.btn.btn-small.btn-style-2,
.btn.btn-small.btn-style-3,
.btn.btn-small.btn-style-4,
.btn.btn-small.btn-style-5,
.btn.btn-small.btn-style-6,
.btn.btn-small.btn-style-7 {
	padding: 6px 30px;
	font-size: 13px;
}

.btn.btn-medium {
	padding: 7px 30px;
	font-size: 14px;
}

.btn.btn-big {
	padding: 14px 30px;
	font-size: 16px;
}

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

.btn.btn-style-1,
.btn.btn-style-8,
.btn.btn-style-9,
.btn.btn-style-10 {
	padding: 0;
}

.btn.prev-btn,
.btn.next-btn,
.btn.btn-exp {
	color: #262621;
}

.btn.prev-btn:hover,
.btn.next-btn:hover,
.btn.btn-exp:hover {
	color: #022E4C;
}

.btn.prev-btn,
.btn.exp {
	margin-left: 30px;
	position: relative;
}

.btn.next-btn {
	position: relative;
	margin-right: 30px;
}

.btn.prev-btn:before,
.btn.next-btn:before,
.btn.exp:before {
	font-family: 'Linearicons';
	content: '\e964';
	font-size: 20px;
	position: absolute;
	font-weight: normal;
	left: 0;
	top: 0;
	margin-top: -1px;
	margin-left: -30px;
}

.btn.next-btn:before {
	content: '\e965';
	right: 0;
	left: auto;
}

.btn.next-btn:before {
	margin-left: 0;
	margin-right: -30px;
}

.btn.btn-style-list-type:after {
	margin-left: 10px;
	font-style: normal;
	font-size: inherit;
	color: inherit;
	font-family: 'fontello';
	content: "\e8f9";
}

.btns-set:not(:last-child) {
	margin-bottom: 35px;
}

.btns-set.content-element4:not(:last-child) {
	margin-bottom: 25px;
}

.btns-set {
	margin: -10px -4px 0;
}

.btns-set>.btn {
	margin: 10px 4px 0;
}

.go-to-top {
	position: fixed;
	z-index: 103;
	right: 60px;
	bottom: 30%;
	background: #373732;
	color: #e2e2e3;
	opacity: 0;
	visibility: hidden;
	font-family: 'Linearicons';
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.go-to-top.go-top-visible {
	right: 40px;
	opacity: 1;
	visibility: visible;
	display: block;
}

.go-to-top:before {
	content: "\e939";
}

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

.go-to-top {
	width: 42px;
	height: 42px;
	border-radius: 3px;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

.btns-set ul>li {
	text-align: center;
}

.btns-set ul>li:not(:last-child) {
	margin-bottom: 20px;
}

.info-btn {
	text-transform: uppercase;
	font-weight: 900;
	color: #8f8e8c;
	line-height: 1em;
	font-size: 14px;
	letter-spacing: 0.5px;
	display: inline-block;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid transparent;
}

.info-btn.black {
	color: #262621;
}

.info-btn:hover {
	border-color: inherit;
}

.info-btn.prev-btn,
.info-btn.next-btn,
.info-btn.exp {
	margin-left: 30px;
	position: relative;
}

.info-btn.prev-btn:before,
.info-btn.next-btn:before,
.info-btn.exp:before {
	font-family: 'Linearicons';
	content: '\e964';
	font-size: 20px;
	color: #262621;
	position: absolute;
	font-weight: normal;
	left: 0;
	top: 0;
	margin-top: -1px;
	margin-left: -30px;
}

.info-btn.next-btn {
	margin-left: 0;
	margin-right: 30px;
}

.info-btn.next-btn:before {
	margin-left: 0;
	margin-right: -30px;
}

.info-btn.next-btn:before {
	content: '\e965';
	right: 0;
	left: auto;
}

.info-btn.exp {
	margin-left: 15px;
}

.info-btn.exp:before {
	margin-left: -15px;
	content: '+';
}

.store-btns {
	margin: 0 -8px -10px;
}

.store-btns img.alignnone {
	display: inline-block;
	padding: 0 8px 10px;
}

.page-nav {
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.page-nav {
	margin-top: 32px;
}

.video-gallery+.page-nav {
	margin-top: 60px;
}

.removeGetMore .page-nav {
	display: none;
}

.page-nav .menu-button {
	font-size: 30px;
}

.btn-wrap {
	margin: 0 -10px;
}

.btn-wrap>* {
	margin: 0 10px;
}


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

/* Inputs & Textarea */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="tel"],
textarea,
select,
.mad-custom-select .mad-selected-option {
	width: 100%;
	color: #999;
	border-radius: 3px;
	height: auto;
	padding: 10px 20px;
	font-size: 15px;
	border: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	text-align: left;
	font-family: inherit;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: box-shadow .35s ease, border-color .35s ease;
	transition: box-shadow .35s ease, border-color .35s ease;
}

select:focus {
	outline: none;
}

select {
	background-image: url('images/select-arrow.png');
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	appearance: none;
}

textarea {
	display: block;
	height: initial;
	resize: none;
}

input:not([type="submit"]):focus,
textarea:focus {
	border-color: #022E4C;
	-moz-appearance: none;
	outline: 0 none transparent;
}

input[name="post_password"] {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

.post-password-form label {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.post-password-form input[type="submit"] {
	padding: 10px 30px;
	display: inline-block;
	font-size: 13px;
	border-radius: 3px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	line-height: 24px;
	letter-spacing: 0.5px;
	background: #022E4C;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
}

.post-password-form input[type="submit"]:hover {
	background: #022E4C;
}

/* Label & Legend */

label,
legend {
	font-size: 18px;
	color: #666;
	margin-bottom: 7px;
	display: block;
}

legend {
	color: inherit;
	padding: 0 7px;
	margin-bottom: 0px;
}

label[for] {
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

form .required:after {
	content: "*";
	color: #e883ae;
	display: inline-block;
	margin-left: 2px;
	font-size: 14px;
}

.woocommerce form .required:after {
	display: none;
}

.wpcf7-form .wpcf7-form-control {
	margin-top: 7px;
	border: 1px solid #e0e0e0;
}

.wpcf7-form>p:not(:last-of-type) {
	margin-bottom: 20px;
}

.wpcf7-form>p:last-of-type {
	margin-bottom: 0;
}

.wpcf7-form .wpcf7-submit {
	padding: 7px 30px;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	line-height: inherit;
	letter-spacing: 0.5px;
	background-color: #37B2B2;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	font-family: inherit;
}

.wpcf7-form .wpcf7-submit:hover {
	background-color: #37B2B2;
}

.vc_col-sm-8 .wpcf7-form {
	text-align: center;
}

.vc_col-sm-8 .wpcf7-form label {
	text-align: left;
}

/* Checkbox & Radio */

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	font-size: 16px;
	font-weight: inherit;
	font-family: inherit;
	text-transform: none;
	width: initial;
	padding-top: 6px;
	padding-bottom: 8px;
	float: none;
	margin-bottom: 0px;
	display: inline-block;

	position: relative;
	padding-left: 50px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input[type="checkbox"]+label {
	padding-left: 50px;
}

input[type="radio"]+label:not(:last-child),
input[type="checkbox"]+label:not(:last-child) {
	margin-right: 25px;
}

input[type="radio"]+label::before,
input[type="checkbox"]+label::before,
input[type="radio"]+label::after,
input[type="checkbox"]+label::after {
	content: "";
	display: block;
	position: absolute;
}

input[type="radio"]+label::before,
input[type="checkbox"]+label::before {
	background: transparent;
	border: 1px solid #e1e1e1;
	left: 0;
	top: 3px;
}

input[type="radio"]+label::before {
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

input[type="checkbox"]+label::before {
	top: 5px;
	border-radius: 3px;
	width: 32px;
	height: 32px;
}

input[type="radio"]+label::after,
input[type="checkbox"]+label::after {
	opacity: 0;
	visibility: hidden;
}

input[type="radio"]+label::after {
	left: 9px;
	top: 12px;
	border-radius: 50%;
	background-color: #262621;
	width: 14px;
	height: 14px;
}

input[type="checkbox"]+label::after {
	border: 1px solid #262621;
	width: 25px;
	height: 15px;
	left: 3px;
	top: 6px;

	clip: rect(6px, 18px, 15px, 0px);

	-webkit-transform: skew(10deg) rotate(-45deg);
	-ms-transform: skew(10deg) rotate(-45deg);
	transform: skew(10deg) rotate(-45deg);
}

input[type="radio"]:checked+label::after,
input[type="checkbox"]:checked+label::after {
	opacity: 1;
	visibility: visible;
}

/*----------- Custom Select --------------*/

.mad-custom-select {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 15px;
	color: #999;
}

.mad-custom-select .mad-selected-option {
	cursor: pointer;
	position: relative;
	padding: 7px 50px 7px 20px;
	overflow: hidden;
	z-index: 1;
	white-space: nowrap;
}

.mad-custom-select.mad-opened .mad-selected-option {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.mad-custom-select .mad-options-list {
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e0e0e0;
	z-index: 10;
	border-top: none;
	width: 100%;
	border-top: none;
	padding: 10px 0;
}

.mad-custom-select.mad-opened .mad-options-list {
	opacity: 1;
	visibility: visible;
}

.mad-custom-select .mad-options-list li {
	padding: 3px 20px;
	color: #999;
	list-style: none;

	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.mad-custom-select .mad-options-list li a {
	color: #999;
}

.mad-custom-select .mad-options-list li:hover>a {
	color: #fff;
}

.mad-custom-select .mad-options-list li:hover {
	background: #022E4C;
	color: #fff;
}

.mad-custom-select .mad-selected-option:before {
	content: '\e93a';
	font-family: 'linearicons';
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 42px;
	color: #999;
	font-size: 16px;
}

.mad-custom-select.mad-opened .mad-selected-option:before {
	content: '\e939';
}

/* Price Scale */

.price-scale {
	padding: 0;
}

.price-scale:not(.distance) .range-values:not(:last-child) {
	margin-bottom: 10px;
}

.ui-slider {
	height: 13px;
	position: relative;
	margin-top: 5px;
	background-color: #e0e0e0;
}

.ui-slider-handle {
	width: 15px;
	height: 22px;
	top: 50%;
	border-radius: 3px;
	display: inline-block;
	margin-top: -12px;
	position: absolute;
	z-index: 1;
	background: #fff;
	margin-left: -3px;

	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.ui-slider-horizontal .ui-slider-range {
	height: 5px;
}

.ui-slider-range {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #022E4C;
	margin: 4px 0;
}

.ui-slider-handle:last-child {
	margin-right: -2px;
}

.range-values input[type="text"] {
	padding: 0;
	height: auto;
	border: none;
	background: transparent;
	font-size: 14px;
	max-width: 55px;
	width: 52px;
}

.ui-slider:not(:last-child) {
	margin-bottom: 26px;
}

.ui-slider-handle {
	border: none;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	margin-left: -4px;

	background: #022E4C;
}

.widget_price_filter .ui-widget-content {
	border: none;
	background-image: none;
	border-radius: 0;
}

.widget_price_filter .ui-slider-handle {
	top: 50%;
	display: inline-block;
	margin-top: -12px;
	border: none;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	margin-left: -4px;
	background: #022E4C;
}

.widget_price_filter .ui-state-default,
.widget_price_filter .ui-widget-content .ui-state-default {
	border: none;
}

.ui-slider-handle:last-child {
	margin-left: -20px;
}

.ui-slider-handle:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
}

.range-values span,
.range-values input[type="text"] {
	color: #666;
}

.range-values input:focus {
	border: none;
	box-shadow: none;
}

.range-values input[type="text"] {
	display: inline-block;
}

/* Form variations */

.newsletter,
.search-form {
	position: relative;
}

.search-form input {
	height: 56px;
	padding-right: 56px;
}

.search-form button {
	background: none;
	position: absolute;
	right: 20px;
	top: 0;
	color: #022E4C;
	font-size: 20px;
	line-height: 56px;
}

.search-form.style-2 input {
	height: 42px;
}

.search-form.style-2 button {
	color: #262621;
	line-height: 44px;
}

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

[class*="table-type"] table tr>th {
	font-weight: bold;
	text-transform: uppercase;
	color: #262621;
}

[class*="table-type"] table tr>td,
[class*="table-type"] table tr>th {
	padding: 15px 25px;
	text-align: left;
	color: #666;
}

[class*="table-type"] table tr {
	-webkit-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
}

[class*="table-type"] table tr:hover {
	background: #f7f7f7;
}

[class*="table-type"] table tr>th,
[class*="table-type"] table tr.bg-cell>* {
	color: #262621;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

[class*="table-type"] table tr.bg-cell>td,
[class*="table-type"] table tr.bg-cell>th {
	font-weight: bold;
}

[class*="table-type"] table tr>td,
[class*="table-type"] table tr>th {
	border-top: 1px solid #e0e0e0;
}

[class*="table-type"] table tr>td:first-child,
[class*="table-type"] table tr>th:first-child {
	border-left: 1px solid #e0e0e0;
}

[class*="table-type"] table tr>td,
[class*="table-type"] table tr>th {
	border-right: 1px solid #e0e0e0;
}

[class*="table-type"] table tr:last-child>td {
	border-bottom: 1px solid #e0e0e0;
}

[class*="table-type"] table tfoot tr:last-child>th {
	border-bottom: 1px solid #e0e0e0;
}

[class*="table-type"] table tr.bg-cell>* {
	color: #022E4C;
}

.table-type-2 tr:last-child>th {
	border-bottom: 1px solid #e0e0e0;
}

/*----------- vc tables --------------*/

.wpb_vc_table {
	border-radius: 0;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

.wpb_vc_table table {
	margin-bottom: 0;
}

.entry-content div.wpb_vc_table {
	border-bottom: 1px solid #e0e0e0;
}

.wpb_vc_table table tr>td.vc_table_cell,
.wpb_vc_table table tr>th {
	padding: 15px 25px;
	text-align: left;
	color: #666;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1em;
}

.wpb_vc_table table tr>td.vc_table_cell,
.wpb_vc_table table tr>th {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-weight: 400;
}

.wpb_vc_table table tr.vc-th>td.vc_table_cell {
	border-top: none;
}

.wpb_vc_table table tr>td:last-child,
.wpb_vc_table table tr>th:last-child {
	border-right: none;
}

.wpb_vc_table table tr>th {
	border-bottom: 1px solid #e0e0e0;
}

.wpb_vc_table table tr {
	border-bottom: none;
}

.wpb_vc_table table tr {
	-webkit-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
}

.wpb_vc_table table tr:hover {
	background: #f7f7f7;
}

table.vc-table-plugin-theme-classic_blue tr td:first-child,
table.vc-table-plugin-theme-classic_blue tr th:first-child,
table.vc-table-plugin-theme-classic_blue tr>td.vc_table_cell,
table.vc-table-plugin-theme-classic_blu tr>th {
	border-color: #0c9df7;
}

/*----------- Lists --------------*/

.custom-list:not(:last-child) {
	margin-bottom: 28px;
}

.custom-list>li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	list-style: none;
}

.custom-list>li>a {
	border-bottom: 1px solid transparent;
}

.custom-list>li>a:hover {
	border-bottom-color: inherit;
	text-decoration: none;
}

.custom-list[class*="type-"] li::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-family: 'linearicons';
	color: #022E4C;
	font-size: 20px;
}

.custom-list li i {
	margin-right: 10px;
	font-size: 20px;
	color: #022E4C;
	vertical-align: middle;
}

.custom-list.type-1 li::before {
	content: "\e77d";
}

.custom-list.type-2 li::before {
	content: "\e934";
}

.custom-list.type-3 li::before {
	content: "\e95b";
}

.custom-list.type-4 li::before {
	content: "\e9c1";
}

.custom-list.type-5 li::before {
	content: "\e959";
}

.custom-list>li:not(:last-child),
.custom-list>li>ul:not(.social-icons)>li:not(:last-child) {
	margin-bottom: 13px;
}

.custom-list.style-2>li>a {
	border-bottom: none;
	color: #262621;
	font-size: 16px;
	line-height: 22px;
}

.custom-list.style-2>li>a:hover {
	color: #022E4C;
}

.single-post .custom-list>li span.f-left {
	margin-right: 3px;
}

.term-list.custom-list {
	display: inline-block;
	margin-left: 0;
}

/* Social icons */

.social-modal-popup .popup-inner {
	display: inline-block;
	position: relative;
	text-align: center;
}

.social-modal-popup .popup-inner span {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-bottom: 8px;
}

.social-modal-popup .social-icons.share>li>a {
	background: #fff;
	border: none !important;
}

.social-modal-popup+.fancybox-close-small {
	background-color: transparent;
	font-family: 'linearicons';
	font-size: 20px;
	color: #f4f4f5;
	z-index: 99;
	width: auto;
	height: auto;
	font-weight: normal;
	display: inline-block;
	top: 20%;

	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-modal-popup+.fancybox-close-small:after {
	display: none;
}

.social-modal-popup+.fancybox-close-small:before {
	content: '\e92a';
}

.social-icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -7.5px -7.5px 0;
}

.social-icons li {
	list-style: none;
}

.social-icons>li {
	padding: 7.5px 7.5px 0;
}

.social-icons>li>a {
	color: #999;
	font-size: 16px;
	display: block;
}

.social-icons>li>a:hover {
	color: #262621;
}

.social-icons.style-2 {
	margin: -15px -15px 0;
}

.social-icons.style-2>li {
	padding: 15px 15px 0;
}

.social-icons.style-2>li>a {
	opacity: 0.7;
	font-size: 24px;
}

.call-out .social-icons>li>a {
	color: #fff;
}

.social-icons.style-2>li>a:hover {
	opacity: 1;
}

.share-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.share-wrap:not(:last-child) {
	margin-bottom: 34px;
}

.share-wrap .share-title {
	font-size: 16px;
	color: #666;
	white-space: nowrap;
}

.share-wrap.var2,
.share-wrap.var2 .share-title {
	display: block;
}

.share-wrap.var2 .share-title:not(:last-child) {
	margin-right: 0;
	margin-bottom: 13px;
}

.share-wrap.align-right .social-icons {
	justify-content: flex-end;
}

.share-wrap .share-title:not(:last-child) {
	margin-right: 20px;
}

.social-icons.share>li>a {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 47px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit !important;
	overflow: hidden;
}

.social-icons.share>li>a.sh-facebook {
	color: #3b5998;
}

.social-icons.share>li>a.sh-twitter {
	color: #1da1f2;
}

.social-icons.share>li>a.sh-pinterest {
	color: #d73d32;
}

.social-icons.share>li>a.sh-pinterest {
	color: #bd081c;
}

.social-icons.share>li>a.sh-mail {
	color: #293e4a;
}

.social-icons.share.var2 {
	margin: -26px -15px 0;
}

.social-icons.share.var2>li {
	padding: 26px 15px 0;
}

.social-icons.share.var2>li>a {
	width: auto;
	height: auto;
	font-size: 24px;
	border: none;
	line-height: 1em;
}

/* Our info */

.our-info.style-1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.our-info.style-1 .info-item {
	width: 33.3333%;
	padding: 80px 15px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.our-info .info-item .wrapper p {
	margin-bottom: 0;
	font-weight: 700;
}

.our-info.style-1 .info-item .wrapper p,
.our-info.style-1 .info-item .wrapper a {
	font-weight: 600;
	color: #fff;
	font-size: 20px;
}

.our-info.style-1 .info-item:nth-child(1):before {
	position: absolute;
	left: -2000px;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
	content: '';
	background: #a7ad17;
}

.our-info.style-1 .info-item:nth-child(3):before {
	content: '';
	position: absolute;
	left: 0;
	right: -2000px;
	top: 0;
	height: 100%;
	z-index: -1;
	background: #939903;
}

.our-info.style-1 .info-item:nth-child(1) {
	background: #a7ad17;
	z-index: 5;
}

.our-info.style-1 .info-item:nth-child(2) {
	background: #37B2B2;
	z-index: 4;
}

.our-info.style-1 .info-item:nth-child(3) {
	background: #939903;
	z-index: 3;
}

.our-info.style-1 .info-item:after {
	position: absolute;
	left: 0;
	font-size: 300px;
	font-family: 'Linearicons';
	color: #fff;
	opacity: .05;
}

.our-info.style-1 .info-item:nth-child(1):after {
	bottom: 23%;
	content: "\e76a";
}

.our-info.style-1 .info-item:nth-child(2):after {
	left: -25%;
	content: "\e77a";
}

.our-info.style-1 .info-item:nth-child(3):after {
	bottom: 20%;
	left: -20%;
	opacity: .04;
	content: "\e695";
}

.our-info.style-1 .info-item>i {
	font-size: 30px;
	color: #fff;
	opacity: .7;
	display: block;
}

.our-info.style-1 .info-item>i:not(:last-child) {
	margin-bottom: 26px;
}

/* Style 2 */

.widget .our-info.style-2 .info-item>i {
	font-size: 16px;
	top: 4px;
}

.our-info.style-2 .info-item>i {
	position: absolute;
	font-size: 20px;
	color: #37B2B2;
	left: -4px;
	top: 4px;
}

.our-info.style-2 .info-item:not(:last-child) {
	margin-bottom: 13px;
}

.our-info.style-2 .info-item {
	position: relative;
	padding-left: 29px;
}

.our-info.style-2 .info-item .get-dir {
	text-transform: uppercase;
	display: block;
	font-size: 13px;
}

.our-info.style-2 .info-item a {
	color: #fff;
}

.our-info.style-2 .info-item:last-of-type {
	margin-bottom: 0;
}

.our-info.style-3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
}

.our-info.style-3 .info-item {
	color: #999;
	line-height: 18px;
	font-size: 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.our-info.style-3 .info-item a {
	color: #999;
}

.our-info.style-3 .info-item:not(:last-child) {
	margin-right: 30px;
}

.our-info.style-3 .info-item>i {
	color: #022E4C;
	font-size: 13px;
	line-height: 20px;
	margin-right: 8px;
	padding-left: 1px;
}

/* Menu list */

.menu-list {
	margin-bottom: 0;
}

.menu-list:not(.hr-type)>li:not(:last-child) {
	margin-bottom: 13px;
}

.menu-list>li>a {
	letter-spacing: 0.1px;
	color: #fff;
	border-bottom: 1px solid transparent;
}

.menu-list>li>a:hover {
	border-bottom-color: inherit;
}

.menu-list.hr-type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.menu-list li {
	list-style: none;
}

.menu-list.hr-type>li:not(:last-child) {
	position: relative;
	padding-right: 10px;
	margin-right: 9px;
}

.menu-list.hr-type>li:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 15px;
	margin-top: -7px;
	width: 1px;
	background: #999;
}

/*----------- Blockquotes --------------*/

.link-attachment {
	display: block;
	padding: 40px;
	padding-right: 30px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
	border-left: 3px solid #022E4C;
}

.testimonial-holder.list-style blockquote p {
	margin-bottom: 0;
}

main.site-main>blockquote p a {
	color: #fff;
}

blockquote {
	font-family: 'PT Serif';
	font-size: 30px;
	line-height: 42px;
	font-style: normal;
	font-weight: 700;
}

.vc_row-has-fill blockquote p {
	color: #fff;
}

blockquote .author {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	font-style: normal;
}

blockquote .author span {
	display: block;
	color: #eee;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5em;
}

.blockquote-holder.style-2 {
	background: #f7f7f7;
	border-left: 3px solid #022E4C;
}

.blockquote-holder:not(:last-child) {
	margin-bottom: 28px;
}

.blockquote-holder {
	background: #022E4C;
	padding: 40px;
	padding-right: 30px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.blockquote-holder.style-2 .blockquote-holder.style-1 {
	color: inherit;
	background: transparent;
	padding: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.blockquote-holder.style-1 {
	color: #fff;
}

.single-entry .entry .blockquote-holder {
	margin-bottom: 30px;
}

.blockquote-holder blockquote p {
	font-size: 24px;
}

.thumbnail-attachment .blockquote-holder.style-2 blockquote:before {
	content: '“';
}

.thumbnail-attachment .blockquote-holder.style-2 blockquote:after {
	content: '”';
}

.blockquote-holder.style-2 blockquote {
	color: #262621;
}

.blockquote-holder.style-2 blockquote .author span {
	color: #999;
}

.entry .blockquote-holder blockquote {
	font-size: 24px;
	line-height: 36px;
}

.entry .blockquote-holder blockquote p {
	margin-bottom: 28px;
	font-size: 24px;
	line-height: 36px;
}

/*----------- Dividers --------------*/

hr {
	border-style: solid;
	border-color: #e0e0e0;
	margin: 13px 0;
}

hr.item-divider {
	border-width: 1px 0 0 0;
}

hr.item-divider-2 {
	border-width: 2px 0 0 0;
}

hr.item-divider-3 {
	border-width: 3px 0 0 0;
	width: 50px;
}

hr.style-2 {
	border-color: #cac6c7;
}

hr.style-3 {
	border-color: #022E4C;
}

hr.style-4 {
	border-color: #8f8e8c;
}

hr.style-5 {
	border-color: #262621;
}


/* -----------------------------------
  8. Widgets & Shortcodes
------------------------------------- */

.widget li {
	list-style: none;
}

.widget_meta li:not(:last-child),
.widget_pages li:not(:last-child),
.widget_links li:not(:last-child),
.widget_archive li:not(:last-child),
.widget_recent_entries li:not(:last-child),
.widget_categories li:not(:last-child) {
	margin-bottom: 13px;
}

#sidebar .widget_meta li a,
#sidebar .widget_pages li a,
#sidebar .widget_links li a,
#sidebar .widget_archive li a,
#sidebar .widget_recent_entries li a,
#sidebar .widget_categories li a {
	border-bottom: none;
	color: #262621;
	font-size: 16px;
	line-height: 22px;
}

#sidebar .widget_meta li a:hover,
#sidebar .widget_pages li a:hover,
#sidebar .widget_links li a:hover,
#sidebar .widget_archive li a:hover,
#sidebar .widget_recent_entries li a:hover,
#sidebar .widget_categories li a:hover {
	color: #022E4C;
}

#footer .widget li a {
	letter-spacing: 0.1px;
	color: #fff;
	border-bottom: 1px solid transparent;
}

#footer .widget li a:hover {
	border-bottom-color: inherit;
}

#footer .social-icons.style-2 li a:hover {
	border-bottom-color: transparent;
	color: #fff;
}

.widget_archive select,
.widget_categories select.postform {}

.widget_archive select,
.widget_categories select.postform {
	width: 100%;
	color: #aaa;
	border-radius: 4px;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
	background-color: transparent;
	text-align: left;
	line-height: 1em;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: box-shadow .35s ease, border-color .35s ease;
	transition: box-shadow .35s ease, border-color .35s ease;
}

.widget_nav_menu li:not(:last-child) {
	margin-bottom: 10px;
}

.widget_nav_menu li a {
	border-bottom: none;
	color: #262621;
	font-size: 16px;
	line-height: 22px;
}

.widget_nav_menu li:hover>a {
	color: #022E4C;
}

.widget_nav_menu>div,
.widget_categories>ul {
	margin: 0;
	padding: 0;
}

.widget_nav_menu>div>ul {
	margin-bottom: 0;
}

.widget_pages ul.children,
.widget_nav_menu ul.sub-menu,
.widget_categories ul.children {
	margin-top: 10px;
}

.widget_archive select:focus,
.widget_categories select.postform:focus {
	outline: none;
}

/*----------- Widget RSS --------------*/

.widget_rss ul>li:not(:last-child) {
	margin-bottom: 13px;
}

a.rsswidget:hover {
	color: #022E4C;
}

.rss-date {
	display: block;
	font-size: 13px;
}

.rss-widget-icon {
	vertical-align: middle;
}

/*----------- Widget Calendar --------------*/

.widget_calendar .owl-carousel .owl-prev {
	left: 15px;
}

.widget_calendar .owl-carousel .owl-next {
	right: 15px;
}

.calendar-wrap {
	overflow: hidden;
	border-bottom: none;
}

.widget_calendar .calendar_wrap {
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	border-bottom: none;
}

.widget_calendar tfoot {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.widget_calendar table tfoot tr td {
	position: absolute;
	background-color: transparent;
	padding: 14px 10px;
	border: none;
}

.widget_calendar tfoot td#prev {
	left: 0;
}

.widget_calendar tfoot td#next {
	right: 0;
}

.widget_calendar tfoot td#prev a,
.widget_calendar tfoot td#next a {
	font-size: 0;
	color: #999;
}

.widget_calendar tfoot td#prev a:before,
.widget_calendar tfoot td#next a:before {
	font-family: 'Linearicons';
	font-size: 20px;
	top: 5px;
	position: relative;
}

.widget_calendar tfoot td#prev a:before {
	left: 5px;
	content: '\e93b';
}

.widget_calendar tfoot td#next a:before {
	right: 5px;
	content: '\e93c';
}

.widget_calendar tfoot td#prev a:hover,
.widget_calendar tfoot td#next a:hover {
	color: #262621;
}

.widget_calendar tfoot td#prev:before,
.widget_calendar tfoot td#next:before {
	color: #ecebec;
}

.widget_calendar tfoot .pad {
	display: none;
}

.widget_calendar tfoot td a {
	color: #ecebec;
}

.widget_calendar table {
	width: 100%;
	background: #fff;
	border: none;
	margin-bottom: 0;
}

.widget_calendar table thead th,
.widget_calendar table tr td {
	text-align: center;
	padding: 16px 5px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	line-height: 15px;
	color: #666;
}

.widget_calendar table tbody tr td a {
	color: #51a3ff;
}

.widget_calendar table tbody tr td#today {
	color: #fff;
	background: #022E4C;
	border-color: #022E4C;
}

.widget_calendar table thead th {
	border-top: none;
	border-bottom: none;
	font-weight: 400;
	color: #262621;
	background: #f7f7f7;
}

.widget_calendar table caption {
	padding: 12px 10px 11px;
	font-size: 16px;
	border: 1px solid #eaeaea;
	color: #262621;
	text-transform: uppercase;
	font-weight: normal;
}

.widget_calendar table tr td.link.current,
.widget_calendar table tr td.link:hover {
	color: #fff;
	background: #65ae84;
}

.widget_calendar table tr td.link.current a,
.widget_calendar table tr td.link:hover a {
	color: #fff;
}

/*----------- Facebook--------------*/

.fb-page {
	width: 100% !important;
}

.fb-page {
	max-width: 100% !important;
}

/*----------- Twitter Feed --------------*/

.latest-tweets ul li:not(:last-child) {
	margin-bottom: 26px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}

.latest-tweets ul li {
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

.latest-tweets ul li .tweet-text a {
	color: #262621;
}

.latest-tweets ul li p,
.latest-tweets .tweet-text {
	margin-bottom: 0;
}

.latest-tweets .tweet-details a {
	font-size: 13px;
	color: #999;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}

.latest-tweets .tweet-text,
.latest-tweets .tweet-details {
	font-size: 15px;
}

.latest-tweets ul li .tweet-text a:hover {
	text-decoration: underline;
}

.twitter .tw-user {
	display: inline-block;
	font-weight: 700;
}

.twitter .tweet_list>li {
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

.twitter .tweet_list>li:empty {
	display: none;
}

.twitter:not(:last-child) {
	margin-bottom: 26px;
}

.twitter .tweet_list>li:not(:last-child) {
	margin-bottom: 26px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}

.twitter .tweet_list>li a:hover {
	text-decoration: underline;
}

.twitter .tweet_list>li a {
	color: #262621;
}

.twitter .tweet_list>li p:not(:last-child) {
	margin-bottom: 13px;
}

.twitter .tweet_list>li .tweet-action {
	float: right;
}

.twitter .tweet_list>li .tweet_time a,
.twitter .tweet_list>li .tweet-action>* {
	float: left;
	font-size: 13px;
	color: #999;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}

.twitter .tweet_list>li .tweet-action>* {
	position: relative;
	color: #262621;
}

.twitter .tweet_list>li .tweet-action>*:not(:last-child) {
	margin-right: 8px;
	padding-right: 9px;
}

.twitter .tweet_list>li .tweet-action>*:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 10px;
	width: 1px;
	margin-top: -5px;
	background: #999;
}

/*----------- Instagram Feed --------------*/

.instagram-feed.with-load-more #sb_instagram #sbi_load {
	margin-top: 26px;
}

.instagram-feed #sb_instagram #sbi_load .sbi_load_btn {
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
	white-space: nowrap;
	font-family: inherit;
	padding: 7px 30px;
	font-size: 14px;
	color: #fff;
	background-color: #022E4C;
}

.instagram-feed #sb_instagram #sbi_load .sbi_load_btn:hover {
	background-color: #022E4C;
}

.instagram-feed {
	position: relative;
	margin: -2px -1px 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.instagram-feed #sb_instagram .sb_instagram_header {
	display: none;
}

.instagram-feed #sb_instagram .sbi_photo {
	cursor: url(images/icon_zoomin.png) 24 24, auto;
}

.instagram-feed #sb_instagram #sbi_images .sbi_item {
	padding: 26px 13px 0 !important;
}

.instagram-feed #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
.instagram-feed #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
.instagram-feed #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
	padding: 2px 1px 0 !important;
}

.insta-title {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.insta-title a {
	padding: 7px 30px;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	background-color: #022E4C;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-family: inherit;
}

.insta-title a:hover {
	background-color: #022E4C;
}

.insta-title a i {
	margin-right: 10px;
}

.instagram-carousel:not(:last-child) {
	margin-bottom: 20px;
}

.instagram-carousel .instafeed-item {
	display: none;
}

.instagram-carousel .instafeed-item:first-child {
	display: block;
}

.instagram-carousel.owl-carousel .owl-nav>[class*="owl-"] {
	font-size: 20px;
}

.instagram-carousel.owl-carousel .owl-nav>[class*="owl-"]:hover {
	color: #fff;
}

.instagram-carousel.owl-carousel .owl-prev {
	left: 15px;
}

.instagram-carousel.owl-carousel .owl-next {
	right: 15px;
}

.instagram-carousel .nv-instafeed-item a:after {
	display: none;
}

/*----------- Accordions & Toggles --------------*/

.accordion {
	border-top: none;
	text-align: left;
}

.accordion:not(.style-2) .accordion-item:not(:last-child) {
	margin-bottom: 1px;
}

.accordion .a-title {
	position: relative;
	cursor: pointer;
	color: #262621;
	padding: 18px 70px 18px 30px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	font-style: normal;
	letter-spacing: 0.5px;
	background: #f7f7f7;
}

.accordion .a-title span {
	color: #7b8285;
}

.accordion .a-title:before {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Linearicons';
	content: '\e936';
	font-size: 20px;
	font-weight: normal;
}

.accordion .a-title.active {
	background: #022E4C;
	color: #fff;
}

.accordion .a-title.active:before {
	content: '\e937';
}

.accordion .a-content {
	background: #fff;
	color: #666;
	padding: 26px 30px;
}

.accordion.style-2 .accordion-item:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
}

.accordion.style-2 .a-title {
	background: transparent;
}

.accordion.style-2 .a-title.active {
	color: #fff !important;
}

.accordion.style-2 .a-title.active {
	color: #022E4C;
}

.accordion.style-2 .a-content {
	padding-top: 0;
}

/*----------- Alert boxes --------------*/

[class*="alert"] {
	padding: 28px 70px 28px;
	margin-bottom: 28px;
	position: relative;
	background: #fff;
	border: 1px solid transparent;
}

[class*="alert"] p {
	margin-bottom: 0;
	font-size: inherit;
}

[class*="alert"]:before {
	content: '';
	font-family: 'linearicons';
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -13px;
	font-size: 26px;
}

[class*="alert"].alert-warning:before {
	content: "\e956";
}

[class*="alert"].alert-success:before {
	content: "\e959";
}

[class*="alert"].alert-info:before {
	content: "\e965";
}

[class*="alert"].alert-error:before {
	content: "\e95a";
}

[class*="alert"].alert-warning,
.warning {
	border-color: #eb740b;
	color: #eb740b;
}

[class*="alert"].alert-success,
.success {
	border-color: #6bb95c;
	color: #6bb95c;
}

[class*="alert"].alert-info,
.info {
	border-color: #0648a2;
	color: #0648a2;
}

[class*="alert"].alert-error,
.error {
	border-color: #ed4040;
	color: #ed4040;
}

[class*="alert"] .close {
	font-family: 'Linearicons';
	position: absolute;
	right: 30px;
	top: calc(50% - 6px);
	background: none;
	font-weight: bold;
	color: #262621;
	font-size: 12px;
}

[class*="alert"] .close:after {
	content: '\e935';
}

.message-container-subscribe {
	display: none;
}

[class*="message-container"] {
	display: block;
	margin-top: 10px;
	top: 100%;
	left: 0;
	position: absolute;
	z-index: 9;
}

[class*="message-container"] [class*="alert"] {
	padding-right: 30px;
}

.alert-box p {
	white-space: nowrap;
}

/*----------- Callouts --------------*/

.call-out {
	color: #c9c9c9;
	padding: 70px 0;
	font-size: 16px;
	line-height: 26px;
}

.call-out.size4 {
	padding: 120px 0 110px;
}

.call-out.size4 .col-lg-6>p:first-of-type {
	margin-bottom: 0;
}

.call-out.size2 {
	padding: 70px 0 80px;
}

.call-out.size3 {
	padding: 50px 0;
}

.call-out .call-title {
	color: #fff;
}

.call-out .pre-title {
	color: #eee;
}

.call-out .p-title {
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
	color: #eee;
}

.call-out.half-bg-col .p-title {
	color: #666;
}

.call-out.half-bg-col .p-title:not(:last-child),
/*.call-out.half-section .call-out-cont > p,*/
.call-out.half-section .p-title:not(:last-child) {
	margin-bottom: 28px;
}

.call-out .call-title:not(:last-child),
.call-out p:not(:last-child) {
	margin-bottom: 45px;
}

.call-out.style-1.align-left .call-title:not(:last-child) {
	margin-bottom: 15px;
}

.call-out.half-section .call-title:not(:last-child) {
	margin-bottom: 15px;
}

.call-out.half-bg-col p {
	color: #666;
}

.call-out p>span {
	color: #f4f4f5;
	text-transform: uppercase;
}

.call-out .btn {
	color: #fff;
}

.call-out.newsletter {
	background: #37B2B2;
	padding: 40px 0;
	font-size: 16px;
	text-align: center;
}

.call-out.newsletter .call-title:not(:last-child) {
	margin-bottom: 0;
}

.call-out.newsletter .call-title {
	padding: 11px 30px 11px 0;
	font-weight: normal;
}

.call-out.newsletter .newsletter .wysija-input {
	margin-bottom: 0;
	height: 56px;
	background-color: #fff;
	border-color: #fff;
	font-size: 16px;
}

.call-out.newsletter .newsletter .btn {
	background: #022E4C;
	border-color: #022E4C;
	margin-left: 5px;
	max-width: 64px;
	padding-left: 20px;
	padding-right: 20px;
}

.call-out.newsletter .newsletter .btn:hover {
	background: #891328;
	border-color: #891328;
}

.call-out.newsletter .newsletter .btn i {
	margin-right: 0;
}

.call-out.newsletter .social-icons {
	justify-content: center;
}

.call-out.newsletter .abs-req,
.kw-newsletter-form .wysija-paragraph label {
	display: none;
}

.call-out .call-out-btn {
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	background-color: transparent;
	background-color: #022E4C;
	padding: 14px 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.call-out .call-out-btn:hover {
	background-color: #022E4C;
}

.call-out-btn .call-out-arrow:before {
	margin-left: 10px;
	font-style: normal;
	font-family: 'fontello';
	color: inherit;
	content: "\e8f9";
}

.mailpoet_hp_email_label {
	display: none;
}

.mailpoet_form .mailpoet_submit {
	font-family: inherit;
}

.call-out .mailpoet_form {
	overflow: hidden;
}

.call-out .mailpoet_form .mailpoet_text {
	float: left;
	width: calc(100% - 62px);
	height: 56px;
	background: #fff;
	border-color: #fff;
	font-size: 16px;
}

.call-out .mailpoet_form .mailpoet_paragraph {
	margin-bottom: 0;
}

.call-out .mailpoet_form .mailpoet_paragraph>label {
	display: none;
}

.call-out .mailpoet_form .mailpoet_submit {
	display: inline-block;
	height: 56px;
	width: 56px;
	border-radius: 3px;
	margin-left: 5px;
	cursor: pointer;
	font-size: 0;
	background: #373732 url(images/envelope.svg) no-repeat 50% 48%;
}

.call-out .mailpoet_form .mailpoet_submit:hover {
	background-color: #262621;
}

.call-out-btn {
	display: inline-block;
	font-size: 18px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 14px 30px;
	color: #fff;
	background-color: #022E4C;
	text-align: center;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: inherit;
}

.call-out-btn:hover {
	background-color: #022E4C;
}

.call-out-btn:after {
	margin-left: 10px;
	font-style: normal;
	font-size: inherit;
	font-family: 'fontello';
	content: "\e8f9";
}

.footer .widget p.mailpoet_paragraph {
	margin-bottom: 0;
}

.footer .widget p.mailpoet_paragraph:not(:last-child) {
	margin-bottom: 13px;
}

.footer .widget p.mailpoet_paragraph:first-of-type {
	margin-bottom: 1.5em;
}

.footer #mailpoet_form_1 p.mailpoet_paragraph,
.footer #mailpoet_form_2 p.mailpoet_paragraph,
.footer #mailpoet_form_3 p.mailpoet_paragraph {
	font-size: 16px;
	line-height: 26px;
}

.widget .mailpoet_form .mailpoet_text {
	border-color: #fff;
}

.widget.widget_mailpoet_form #mailpoet_form_1 input.mailpoet_text {
	width: 100%;
}

.sidebar .widget.widget_mailpoet_form,
.sidebar .widget.widget_mailpoet_form p {
	font-size: 16px !important;
	line-height: 26px !important;
}

.sidebar .widget .mailpoet_form .mailpoet_paragraph {
	margin-bottom: 13px;
}

.sidebar .widget .mailpoet_form .mailpoet_paragraph .mailpoet_text {
	margin-top: 28px;
}

.sidebar .widget .mailpoet_form .mailpoet_text {
	border: 1px solid #e0e0e0;
}

.widget .mailpoet_form .mailpoet_submit {
	padding: 7px 30px;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-weight: 600;
	background-color: #37B2B2;
	color: #fff;
	cursor: pointer;
}

.widget .mailpoet_form .mailpoet_submit:hover {
	background-color: #37B2B2;
}

.call-out.half-section {
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1px;
}

.call-out.half-section>.call-out-col {
	position: relative;
	width: calc(50% - 2px);
	margin: 0 1px;
	overflow: hidden;
}

.call-out.half-section .call-out-col .call-out-inner {
	padding: 120px 15px;
	text-align: center;
	background-color: #262621;
	transition: background-color .4s ease;
}

.call-out.half-section .call-out-inner .call-out-cont {
	position: relative;
	z-index: 2;
}

.call-out.half-section .call-out-inner .call-out-cont p {
	color: #eee;
}

.vc_col-sm-6 .call-out.half-section>.call-out-col {
	width: 100%;
}

.call-out.half-section>.call-out-col .bg-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	transition: transform 1s ease, opacity .5s ease, -webkit-transform 1s ease;
	backface-visibility: hidden;
}

.call-out.half-section>.call-out-col:hover .bg-img {
	transform: scale(1.2, 1.2);
	opacity: 0.5;
}

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

.pagination {
	margin: -15px -15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.pagination>li {
	padding: 15px 7px 0;
	list-style: none;
}

.pagination li>a {
	display: block;
	font-weight: 700;
	text-align: center;
	background: transparent;
	color: #262621;
	font-size: 14px;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	line-height: 35px;
}

.pagination li .prev-page,
.pagination li .next-page {
	display: inline-block;
	width: auto;
}

.pagination li.active>a,
.pagination li:hover>a {
	color: #022E4C;
}

.pagination li.active>a {
	background-color: #37B2B2;
	color: #fff !important;
}

.prev-page::before,
.next-page::after {
	font-family: 'linearicons';
	font-size: 20px;
}

.prev-page,
.next-page {
	color: #262621;
	background: none;
	box-shadow: none;
	text-transform: uppercase;
	margin: 0 -5px;
}

.pagination>li>a.prev-page:hover,
.pagination>li>a.next-page:hover {
	color: #022E4C;
}

.prev-page span,
.next-page span {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	letter-spacing: 0.5px;
}

.prev-page::before,
.next-page::after {
	font-weight: normal;
	padding: 0 5px;
}

.prev-page::before {
	content: '\e964';
}

.next-page::after {
	content: '\e965';
}

.navigation.pagination {
	margin: 32px 0 0 0;
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.page-links {
	margin-bottom: 25px;
	clear: both;
	display: block;
	color: #262621;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
}

.page-links>a,
.page-links>span:not(.page-links-title) {
	padding: 0 5px 0;
	display: inline-block;
	text-align: center;
	background: transparent;
}

.page-links .page-links-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.page-links a:hover,
.page-links>span.page-number {
	color: #8f8e8c;
}

.navigation.pagination>.screen-reader-text {
	display: none;
}

.nav-links .page-numbers li {
	display: inline-block;
	padding: 0 7px 0;
	list-style: none;
	vertical-align: middle;
}

.nav-links .page-numbers li a,
.nav-links .page-numbers li span {
	display: block;
	border-radius: 50%;
	vertical-align: middle;
	font-weight: 700;
	text-align: center;
	background: transparent;
	color: #262621;
	font-size: 14px;
	width: 34px;
	height: 34px;
	line-height: 35px;
	clip-path: inherit;
	transition: all .4s ease;
}

.nav-links .page-numbers {
	margin-bottom: 0;
}

.nav-links .page-numbers li .prev span,
.nav-links .page-numbers li .next span {
	width: auto;
	display: inline-block;
}

.nav-links .page-numbers>li:first-child {
	padding-left: 0;
}

.nav-links .page-numbers a.prev::before,
.nav-links .page-numbers a.next::after {
	display: inline-block;
	font-family: 'linearicons';
	font-size: 20px;
	font-weight: normal;
	padding: 0 5px;
	vertical-align: middle;
	line-height: 0;
}

.pagination .nav-links a.prev::before {
	content: '\e964';
}

.pagination .nav-links a.next::after {
	content: '\e965';
}

.pagination .nav-links a.prev,
.pagination .nav-links a.next {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	line-height: 26px;
	text-align: center;
	background: transparent;
	color: #262621;
	font-size: 14px;
	width: auto;
}

.nav-links .page-numbers a:hover,
.nav-links .page-numbers span.current,
.nav-links .page-numbers a.prev:hover,
.nav-links .page-numbers a.next:hover,
.nav-links .page-numbers a.prev:hover span,
.nav-links .page-numbers a.next:hover span {
	color: #022E4C;
}

.pagination .nav-links span.current {
	background-color: #37B2B2;
	color: #fff;
}

.pagination .nav-links a.prev .screen-reader-text,
.pagination .nav-links a.next .screen-reader-text {
	position: static !important;
	padding: 0 5px;
	width: auto;
	height: auto;
	overflow: visible;
}

/*----------- Dropcaps --------------*/

.letter-dropcap {
	display: block;
	float: left;
	margin: 15px 10px 0 0;
	font-weight: bold;
	font-size: 60px;
}

.dropcap-holder.type-1 .letter-dropcap {
	color: #022E4C;
}

.dropcap-holder.type-2 .letter-dropcap {
	color: #262621;
}

/*----------- Icon Boxes --------------*/

.svg-gradient {
	position: fixed;
	top: 0;
	left: 0;
}

.icons-box [class*="col-"]:not(:last-child) {
	margin-bottom: 0 !important;
}

.icons-box.style-1.flex-row {
	margin: 0 -15px -45px;
}

.icons-box.style-1>.icons-wrap {
	text-align: center;
}

.icons-box.type-2.style-1 .icons-item .item-box p {
	margin-bottom: 0;
}

.icons-box.style-1:not(.type-2) .icons-item .item-box p {
	margin-bottom: 0;
	padding: 0 15px;
}

.icons-box.style-1 .icons-item .item-box>i {
	margin-bottom: 20px;
	font-size: 60px;
	color: #022E4C;
	display: block;
	line-height: 1em;
}

.icons-box.style-1.type-1 .icons-item .item-box>.circle-box {
	border-radius: 50%;
	background-color: #022E4C;
	height: 84px;
	width: 84px;
	margin: 0 auto 25px;
	text-align: right;
}

.icons-box.style-1.type-1 .icons-item .item-box>.circle-box i.icon-ins {
	position: relative;
	left: 5px;
	font-size: 60px;
	font-style: italic;
	font-weight: 400;
	font-family: 'PT Serif';
	color: #fff;
	line-height: 84px;
}

.icons-item .item-box .icons-box-title:not(:last-child) {
	margin-bottom: 27px;
}

.icons-item .item-box .icons-box-title {
	font-weight: bold;
}

.icons-box.style-2 .icons-item .icons-box-title a {
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	font-style: italic;
}

.icons-item .item-box .icons-box-title a:hover,
.icons-box.style-1.type-2 .icons-box-title a:hover {
	border-bottom-color: inherit;
}

.icons-box.style-2 .icons-wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #000;
}

.icons-box.style-2 .icons-item .item-box>i {
	display: block;
	margin-bottom: 40px;
	transition: all .45s ease;
	max-height: 70px;
}

.icons-box.style-2 .icons-wrap .icons-item {
	position: absolute;
	display: flex;
	z-index: 2;
	bottom: -1px;
	left: 0;
	width: 100%;
	padding: 45px 35px;
	text-align: center;
	justify-content: center;
	transition: all .45s ease;
	height: 35%;
}

.icons-box.style-2 .icons-wrap:hover .icons-item {
	height: 100%;
}

.icons-box.style-2 .icons-item:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -5;
	transition: opacity .45s ease;
	background-image: linear-gradient(to bottom, rgba(38, 38, 33, 0.6) 0%, rgba(1, 1, 1, 0.6) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.icons-box.style-2 .icons-item:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	transition: opacity .45s ease;
	background-image: linear-gradient(to bottom, rgba(2, 46, 76, 0.8) 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.icons-box.style-2 .icons-wrap:hover .icons-item:before {
	opacity: 1;
}

.icons-box.style-2 .icons-wrap:hover .icons-item:after {
	opacity: 0;
}

.icons-box.style-2 .icons-item .item-box {
	align-self: center;
	transform: translateY(57px);

	transition: transform .45s ease;
}

.icons-box.style-2 .icons-wrap:hover .icons-item .item-box {
	transform: translateY(0);
}

.icons-box.style-2 .icons-item .icons-box-title {
	position: relative;
	color: #fff;
}

.icons-box.style-2:not(.type-2) .icons-item .icons-box-title:after {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 16px;
	height: 3px;
	width: 50px;
	background: #37B2B2;
	left: 50%;
	margin-left: -25px;
}

.icons-box.style-2 .icons-wrap .icons-item p {
	margin-top: 37px;
	margin-bottom: 34px;
	color: #eee;
}

.icons-box.style-2 .icons-wrap .icons-item .item-button {
	padding: 7px 30px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	background-color: #37B2B2;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 26px;
	text-align: center;
}

.icons-box.style-2 .icons-wrap .icons-item .item-button:hover {
	background-color: #37B2B2;
}

.icons-box.style-2 .icons-wrap .icons-item .item-box-icon:before {
	margin-left: 10px;
	font-style: normal;
	font-family: 'fontello';
	font-size: 14px;
	color: #fff;
	content: "\e8f9";
}

.icons-box.style-2 .icons-wrap .icons-item p,
.icons-box.style-2 .icons-wrap .icons-item .item-button {
	opacity: 0;
	visibility: hidden;
	transition: transform .45s ease, opacity .45s ease, background-color .45s ease;
	transform: translateY(10px);
}

.icons-box.style-2 .icons-wrap .icons-item p {
	transition-delay: .25s;
}

.icons-box.style-2 .icons-wrap .icons-item .item-button {
	transition-delay: .35s;
}

.icons-box.style-2 .icons-wrap:hover .icons-item p,
.icons-box.style-2 .icons-wrap:hover .icons-item .item-button {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Info Box */

.info-box .box-img:not(:last-child) {
	margin-bottom: 35px;
}

.info-boxes .info-box .box-title {
	font-weight: bold;
	border-bottom: 1px solid transparent;
}

.info-boxes .info-box .box-title a:hover {
	color: #022E4C;
}

.info-boxes.style-2 .info-box {
	padding-bottom: 26px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: -1px;
}

.info-boxes.style-2 .info-box p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
}

.our-ministries.type-1 .info-box .box-img:not(:last-child),
.info-boxes.style-2 .info-box .box-img:not(:last-child) {
	margin-bottom: 26px;
}

.info-boxes.style-2 .info-box .box-title {
	line-height: 26px;
}

.our-ministries.type-1 .info-box .box-title:not(:last-child),
.info-boxes.style-2 .info-box .box-title:not(:last-child) {
	margin-bottom: 7px;
}

.our-ministries.type-1 .info-box .box-age,
.info-boxes.style-2 .info-box .box-age {
	font-size: 15px;
	color: #999;
	line-height: 22px;
}

.our-ministries.type-1 .info-box .box-age:not(:last-child),
.info-boxes.style-2 .info-box .box-age:not(:last-child) {
	margin-bottom: 13px;
}

.info-boxes.style-2.flex-row[class*="item-col-"]:not(.no-gutters) {
	margin: -56px -15px 0;
	overflow: hidden;
}

.info-boxes.style-2.flex-row[class*="item-col-"]:not(.no-gutters)>* {
	padding: 56px 15px 0;
}

.info-button {
	display: inline-block;
	font-size: 16px;
	border-radius: 3px;
	text-transform: uppercase;
	background: transparent;
	color: #022E4C;
	text-align: center;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: inherit;
}

.info-button:hover {
	color: #022E4C;
}

.icons-box.style-1 .info-button {
	margin-top: 1.7em;
}

.info-button .info-box-icon:before {
	margin-left: 10px;
	font-style: normal;
	font-size: inherit;
	font-family: 'fontello';
	content: "\e8f9";
}

.icons-box.style-2.type-2 .icons-wrap {
	text-align: center;
}

.icons-box.style-2.type-2 .icons-wrap .icons-item {
	padding: 26px 15px;
}

.icons-box.style-2.type-2 .icons-item .item-box .icons-box-title:not(:last-child) {
	margin-bottom: 7px;
}

.icons-box.style-2.type-2 .icons-item .item-box .icons-box-title a {
	border-bottom: 1px solid transparent;
}

.icons-box.style-2.type-2 .icons-item .item-box .icons-box-title a:hover {
	border-bottom-color: inherit;
}

.icons-box.style-1.type-2 .icons-item {
	position: relative;
	text-align: left;
	padding-left: 80px;
}

.icons-box.style-1.type-2 .icons-box-title a {
	border-bottom: 1px solid transparent;
}

.icons-box.style-1.type-2 .icons-item .item-box>i {
	position: absolute;
	left: 0;
	top: 7px;
	margin-bottom: 0;
	font-size: 50px;
	font-family: 'Linearicons';
	font-style: normal;
}

.single-ministries .page-content-wrap.left-sidebar main#main,
.single-ministries .page-content-wrap.right-sidebar main#main {
	flex-basis: 100%;
	max-width: 100%;
}

.single-ministries .page-content-wrap aside#sidebar {
	flex-basis: 100%;
	max-width: 100%;
}

.single-ministries .page-content-wrap .single-post .col-md-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	max-width: 74%;
}

.single-ministries .page-content-wrap .single-post .col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.single-ministries .page-content-wrap.left-sidebar .single-post .col-md-9 {
	order: 2;
}

.single-ministries .page-content-wrap.right-sidebar .single-post .col-md-9 {
	order: 1;
}

.single-ministries .page-content-wrap.right-sidebar .single-post .col-md-3 {
	order: 2;
}

.single-ministries .page-content-wrap.left-sidebar .single-post .col-md-3 {
	order: 1;
}

/*----------- Testimonials --------------*/

.testimonial:not(.owl-carousel):not(:last-child) {
	margin-bottom: 39px;
}

.testimonial-holder.owl-carousel .owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.testimonial-holder.owl-carousel .owl-item {
	float: none;
}

.testimonial-holder.owl-carousel .member-photo img {
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-holder .testimonial.bg1 blockquote {
	background: #f9f9f9;
}

.testimonial-holder .testimonial.bg2 blockquote {
	background: #f1f1f1;
}

.testimonial-holder .testimonial.bg3 blockquote {
	background: #e4e4e4;
}

.testimonial,
.testimonial blockquote {
	height: 100%;
}

.testimonial .author {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #262621;
}

.testimonial h6:not(:last-child) {
	margin-bottom: 20px;
}

.testimonial .author-box {
	overflow: hidden;
	text-align: left;
}

.testimonial .avatar img {
	border-radius: 50%;
	max-width: 80px;
	max-height: 80px;
}

.testimonial .author-name {
	font-size: 16px;
}

.testimonial .author-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.testimonial .author-box .author-icon {
	margin-right: 15px;
}

.testimonial .author-box .author-icon {
	width: 52px;
	height: 52px;
	line-height: 60px;
	border: 1px solid #e883ae;
	border-radius: 50%;
	text-align: center;
}

.testimonial .author-position,
.testimonial .author-about,
.testimonial .author-company {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: inherit;
	letter-spacing: 0.5px;
}

.testimonial .author-position {
	color: #999;
}

.vc_row-has-fill .testimonial .author-position,
.vc_row-has-fill .testimonial .author-about,
.vc_row-has-fill .testimonial .author-company {
	color: #eee;
}

.testimonial .member-photo {
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.testimonial .member-photo:not(:last-child) {
	margin-bottom: 13px;
}

.testimonial .author-name:not(:last-child) {
	margin-bottom: 2px;
}

.testimonial .author-position:not(:last-child) {
	margin-bottom: 2px;
}

.testimonial .testimonial-holder {
	margin-bottom: 20px;
}

.testimonial-holder.style-2 .testimonial {
	text-align: center;
}

.testimonial-holder.style-2 .testimonial:not(.blockquote-holder) blockquote {
	padding: 90px 210px 50px;
}

.testimonial-holder.style-2 .testimonial blockquote:before {
	content: '‘‘';
	text-align: center;
	font-size: 160px;
	line-height: 130px;
	display: block;
	color: inherit;
	letter-spacing: -7px;
	position: absolute;
	top: 10px;
	left: 50%;

	transform: translateX(-50%);
}

.vc_row-has-fill .testimonial-holder.style-2 .testimonial blockquote:before {
	color: #fff;
}

.testimonial-holder.style-2 .testimonial blockquote p,
.testimonial-holder.style-3 .testimonial blockquote p,
.testimonial-holder.style-4 .testimonial blockquote p {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 42px;
	font-style: normal;
}

.testimonial-holder.style-2 .testimonial blockquote p {
	margin-bottom: 0;
}

.testimonial-holder.style-2 .testimonial .author-box {
	display: inline-block;
	text-align: center;
}

.testimonial-holder.style-3.var1 .testimonial .author {

	color: #262621;
}

.testimonial-holder.var2 .testimonial blockquote:before {
	color: #fff;
	opacity: 0.5;
}

.testimonial-holder .testimonial blockquote {
	color: #022E4C;
}

.testimonial-holder.var2 .testimonial blockquote,
.testimonial-holder.var2 .testimonial .author {
	color: #fff;
}

.testimonial-holder.var2 .testimonial .author-position {
	color: #e3e3e3;
}

.testimonial-holder.style-3 .testimonial,
.testimonial-holder.style-4 .testimonial {
	text-align: center;
}

.testimonial-holder.style-3 .testimonial .author-box,
.testimonial-holder.style-4 .testimonial .author-box {
	display: inline-block;
	text-align: center;
}

.testimonial-holder.style-3 .testimonial .author-box:not(:last-child),
.testimonial-holder.style-4 .testimonial .author-box:not(:last-child) {
	margin-bottom: 26px;
}

.half-bg-col .testimonial-holder.style-3 .testimonial blockquote {
	padding: 0 40px;
}

.testimonial-holder.style-3 .testimonial blockquote,
.testimonial-holder.style-4 .testimonial blockquote {
	padding: 0 245px 0;
}

.testimonial-holder.list-style .testimonial .member-photo:not(:last-child) {
	margin-bottom: 0;
	margin-right: 20px;
}

.testimonial-holder.list-style .testimonial blockquote {
	padding: 0;
}

.testimonial-holder.list-style .testimonial blockquote:not(:last-child) {
	margin-bottom: 30px;
}

.testimonial-holder.list-style .testimonial .member-photo {
	max-width: 84px;
}

.testimonial-holder.list-style .testimonial .author-position {
	color: #999;
}

/*----------- Carousel Sliders --------------*/

.carousel-type-1 {
	padding-left: 100px;
	padding-right: 100px;
}

.col-lg-6 .carousel-type-1 {
	padding-left: 0;
	padding-right: 0;
}

.carousel-type-1 .owl-carousel .owl-nav,
.carousel-type-2 .owl-carousel .owl-dots {
	display: none !important;
}

.carousel-type-2.var2 .owl-carousel {
	padding: 0 50px;
}

.owl-carousel.flex-row .owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.owl-carousel.flex-row .owl-item {
	float: none !important;
}

[class*="carousel-type"] .owl-carousel:not(:last-child) {
	margin-bottom: 45px;
}

[class*="carousel-type"] .owl-dots {
	margin-top: 38px;
	text-align: center;
	font-size: 0;
}

[class*="carousel-type"] .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid transparent;
}

[class*="carousel-type"] .owl-dots .owl-dot.active {
	background: #aaa;
}

[class*="carousel-type"] .dots-white .owl-dots .owl-dot {
	border-color: rgba(255, 255, 255, .7);
}

[class*="carousel-type"] .dots-white .owl-dots .owl-dot.active {
	background-color: #fff;
	border-color: rgba(255, 255, 255, 1);
}

[class*="carousel-type"] .dots-dark .owl-dots .owl-dot {
	border-color: #565656;
}

[class*="carousel-type"] .dots-dark .owl-dots .owl-dot.active {
	background-color: #565656;
}

.owl-prev,
.owl-next {
	color: #aab3b6;
	position: absolute;
	top: 50%;
	font-size: 30px;
	margin-top: -20px;
	line-height: 40px;

	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.owl-prev::before,
.owl-next::before {
	font-family: 'Linearicons';
}

.owl-prev::before {
	content: '\e93b';
}

.owl-next::before {
	content: '\e93c';
}

.owl-nav>[class*="owl-"] {
	color: #e0e0e0;

	-webkit-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}

.owl-nav>[class*="owl-"]:hover {
	color: #262621;
}

.carousel-type-2:not(.var2) .owl-nav>.owl-prev {
	left: -50px;
}

.carousel-type-2:not(.var2) .owl-nav>.owl-next {
	right: -50px;
}

.gallery .owl-nav>.owl-prev {
	left: 30px;
}

.gallery .owl-nav>.owl-next {
	right: 30px;
}

.gallery .owl-nav>[class*="owl-"]:hover {
	color: #fff;
}

.gallery[class*="gallery-columns"] {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.home .thumbnail-attachment .gallery[class*="gallery-columns"] {
	margin-top: -30px;
}

.entry-box.list-type .thumbnail-attachment .gallery[class*="gallery-columns"] {
	margin-top: 0;
}

.single-post .gallery[class*="gallery-columns"] {
	margin-bottom: 35px;
}

.gallery.gallery-size-full .gallery-item {
	display: none;
}

.gallery.gallery-size-full .gallery-item:first-child {
	display: block;
}

.gallery.gallery-columns-2:not(.gallery-size-full) .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3:not(.gallery-size-full) .gallery-item {
	width: 33.3333333%;
}

.gallery.gallery-columns-4:not(.gallery-size-full) .gallery-item {
	width: 25%;
}

.page-content-wrap.right-sidebar .gallery.gallery-columns-3 .gallery-item,
.page-content-wrap.left-sidebar .gallery.gallery-columns-3 .gallery-item,
.page-content-wrap.right-sidebar .gallery.gallery-columns-4 .gallery-item,
.page-content-wrap.left-sidebar .gallery.gallery-columns-4 .gallery-item {
	width: 50%;
}

.page-content-wrap.right-sidebar .gallery.gallery-columns-3 .gallery-item .gallery-icon,
.page-content-wrap.left-sidebar .gallery.gallery-columns-3 .gallery-item .gallery-icon,
.page-content-wrap.right-sidebar .gallery.gallery-columns-4 .gallery-item .gallery-icon,
.page-content-wrap.left-sidebar .gallery.gallery-columns-4 .gallery-item .gallery-icon {
	float: left;
	margin-right: 30px;
}

.gallery[class*="gallery-columns"]>.gallery-item {
	padding: 30px 15px 0;
	position: relative;
}

.owl-carousel.owl-nav-small .owl-nav>[class*="owl-"] {
	font-size: 20px;
}

.owl-carousel.owl-nav-small .owl-nav>.owl-prev {
	left: 15px;
}

.owl-carousel.owl-nav-small .owl-nav>.owl-next {
	right: 15px;
}

/*----------- Progress Bars --------------*/

.pbar-holder:not(:last-child) {
	margin-bottom: 42px;
}

.pbar-wrap {
	position: relative;
}

.pbar {
	position: relative;
	height: 5px;
	border-radius: 3px;
	background: #e0e0e0;
}

.pbar:not(:last-child) {
	margin-bottom: 13px;
}

.pbar-wrap:not(:last-child) {
	margin-bottom: 26px;
}

.pbar-inner {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #022E4C;
}

.pbar-inner>span {
	position: absolute;
	right: 0;
	bottom: 100%;
	font-size: 14px;
	background: #e0e0e0;
	color: #262621;
	padding: 0 11px;
	line-height: 26px;
	border-radius: 3px;
	margin-bottom: 15px;

	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}

.pbar-inner>span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-top: 8px solid #e0e0e0;
	border-right: 6px solid transparent;
}

.pbar-wrap .pbar-title {
	font-size: 18px;
	color: #262621;
	font-weight: bold;
}

.pbar-wrap .pbar-title>span {
	font-weight: normal;
}

.pbar-holder.style-2 .pbar {
	background: #022E4C;
}

.pbar-holder.style-2 .pbar-inner {
	background: #e0e0e0;
}

.pbar-holder.style-2 .pbar-inner>span {
	background: #022E4C;
	color: #fff;
}

.pbar-holder.style-2 .pbar-inner>span:after {
	border-top-color: #022E4C;
}

.text-light .pbar-wrap .pbar-title {
	color: #fff;
}

/*----------- Pricing Tables --------------*/

.pricing-col {
	position: relative;
	overflow: hidden;
}

.pricing-table {
	text-align: center;
	height: 100%;
	padding: 66px 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #f7f7f7;
	border-radius: 3px;
	color: #262621;
}

.pricing-tables-holder .pricing-col:nth-child(2n) .pricing-table {
	background: #e3e3e3;
}

.pricing-tables-holder .pricing-col:nth-child(3n) .pricing-table {
	background: #373732;
}

.pricing-tables-holder .pricing-col:nth-child(4n) .pricing-table {
	background: #262621;
}

.pt-header:not(:last-child) {
	margin-bottom: 26px;
}

.pt-header {
	color: #262621;
	word-break: break-all;
}

.pt-type {
	font-size: 16px;
	text-transform: uppercase;
	color: #ef2245;
	letter-spacing: 1px;
}

.pricing-table.style-2 .pt-type {
	color: #754b75;
}

.pt-price {
	font-size: 48px;
	color: #262621;
	letter-spacing: -0.2px;
}

.pt-type,
.pt-price {
	line-height: 1.2em;
}

.popup-inner .pt-price {
	color: #e883ae;
}

.pt-type:not(:last-child) {
	margin-bottom: 18px;
}

.pt-period {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.pt-disc {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	color: #e883ae;
}

.pt-lifetime {
	vertical-align: baseline;
}

.pricing-table .custom-list:not(:last-child) {
	margin-bottom: 40px;
}

.pricing-table .custom-list li.selected {
	color: #999;
}

.pt-header,
.pt-footer,
.pt-features-list {
	position: relative;
	z-index: 1;
}

.pt-footer p {
	color: #262621;
	font-size: 14px;
}

.pt-footer .btn:not(:last-child) {
	margin-bottom: 20px;
}

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

.pt-title:not(:last-child) {
	margin-bottom: 7px;
}

.pt-title.var2:not(:last-child) {
	margin-bottom: 27px;
}

.pricing-table .label {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	font-weight: 400;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	padding: 0 10px;
	position: absolute;
	background: #37B2B2;
	z-index: 2;
	width: 100%;
}

.pricing-tables-holder .pricing-col:nth-child(3n) .pricing-table .pt-price,
.pricing-tables-holder .pricing-col:nth-child(4n) .pricing-table .pt-price,
.pricing-tables-holder .pricing-col:nth-child(3n) .custom-list li,
.pricing-tables-holder .pricing-col:nth-child(4n) .custom-list li {
	color: #fff;
}

.pricing-table .custom-list li {
	font-size: 16px;
	line-height: 26px;
	color: #262621;
}

.pricing-table .custom-list li.selected {
	color: #999;
}

/*----------- Counters --------------*/

.counter-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

.counter-wrap>.counter {
	padding: 0 15px 30px;
}

.counter-wrap.center-icon .count-item {
	text-align: center;
}

.counter .count-item {
	position: relative;
	color: #666;
}

.counter-wrap.left-icon .count-item {
	padding-left: 90px;
}

.counter .count-item p {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.count-number {
	color: #37B2B2;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 1em;
}

.count-number:not(:last-child) {
	margin-bottom: 3px;
}

.counter-wrap .count-item>span {
	color: #37B2B2;
}

.counter-wrap.center-icon .count-item>span {
	display: block;
	margin-bottom: 20px;
	font-size: 58px;
}

.counter-wrap.left-icon .count-item>span {
	position: absolute;
	font-size: 58px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.counter-wrap .counter .count-item:not(.with-icon) {
	padding-left: 0;
	text-align: center;
}

.vc_row-has-fill .counter-wrap .count-item.with-icon>span {
	color: #fff;
}

.vc_row-has-fill .counter-wrap .counter .count-item {
	color: #eee;
}

.vc_row-has-fill .counter-wrap .count-number {
	color: #fff;
}

/*----------- Tabs & Tour Sections --------------*/

.tabs-conrainer {
	position: relative;
}

.tabs:not(.vertical) .tabs-nav {
	font-size: 0;
}

.tabs:not(.vertical):not(.style-2) .tabs-nav {
	border-bottom: 1px solid #e0e0e0;
}

.tabs:not(.vertical) .tabs-nav li {
	display: inline-block;
}

.tabs.horisontal .tabs-nav li:last-child a {
	margin-right: 0;
}

.tabs .tabs-content {
	display: block;
	padding: 26px 30px 0;
}

.tabs .tabs-nav {
	width: 100%;
}

.tabs .tabs-nav>li>a {
	display: block;
	font-weight: bold;
	font-family: 'PT Serif';
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.5px;
	padding: 17px 30px;
	color: #262621;
	position: relative;
}

.tabs:not(.style-2) .tabs-nav>li>a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #022E4C;
	height: 1px;

	opacity: 0;
	visibility: hidden;

	-webkit-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}

.tabs:not(.style-2) .tabs-nav>li.ui-tabs-active>a {
	color: #022E4C;
}

.tabs:not(.style-2) .tabs-nav>li.ui-tabs-active>a:after {
	opacity: 1;
	visibility: visible;
}

.tabs:not(.vertical) .tabs-nav>li:not(:first-child)>a {
	border-left: none;
}

.tabs:not(.vertical) .tabs-nav>li.ui-tabs-active a {
	border-bottom-color: #fff;
}

.tabs.style-2:not(.vertical) .tabs-nav>li:not(:last-child) {
	margin-right: 2px;
}

.tabs.style-2 .tabs-nav>li>a {
	background: #f7f7f7;
}

.tabs.style-2 .tabs-nav>li.ui-tabs-active>a {
	color: #fff;
	background: #022E4C;
}

.tabs.vertical {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.tabs.vertical .tabs-nav {
	width: 30%;
	max-width: 315px;
	border-bottom: none;
	border-right: 1px solid #e4e4e4;
}

.tabs.vertical .tabs-content {
	width: 70%;
	padding: 13px 20px 0 30px;
}

.tabs.vertical .tabs-nav li {
	float: none;
	list-style: none;
}

.tabs.vertical:not(.style-2) .tabs-nav>li a {
	padding: 17px 0;
}

.tabs.vertical .tabs-nav>li a:after {
	left: 100%;
	top: 0;
	width: 1px;
	height: 100%;
}

.tabs.vertical.style-2 .tabs-nav {
	border: none;
}

.tabs.vertical.style-2 .tabs-nav li:not(:last-child) {
	margin-bottom: 2px;
}

.tabs.vertical .tabs-content img:not(:last-child) {
	margin-bottom: 13px;
}

.tab-text-wrap {
	padding: 20px 170px 0 30px;
}

/*----------- Isotope --------------*/

.portfolio-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}

/*.portfolio-holder.grid-standard { margin-top: -26px; }*/

.navbar-menu .portfolio-holder {
	margin: 0;
}

.isotope {
	margin: 0 -15px 0;
}

.portfolio-holder:not(:last-child) {
	margin-bottom: 42px;
}

.portfolio-holder>.item {
	padding: 30px 15px 0;
}

.cols-3>.item {
	width: 33.3333%;
}

.cols-2>.item {
	width: 50%;
}

.cols-4>.item {
	width: 25%;
}

#options {
	position: relative;
}

.isotope-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -5px 0;
}

.isotope-nav>button {
	margin: 0 5px 10px;
	color: #fff;
	background: none;
	padding: 12px 30px 11px;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #022E4C;
	font-size: 14px;
	border-radius: 3px;
	font-family: inherit;
}

.isotope-nav>button:hover,
.isotope-nav>button.is-checked {
	background-color: #022E4C;
}

/*----------- Ministries --------------*/

.our-ministries {
	display: grid;
	grid-gap: 30px;
}

.no-cssgrid .our-ministries {
	display: flex;
	flex-wrap: wrap;
}

.our-ministries.grid-col-2 {
	grid-template-columns: repeat(2, 1fr);
}

.our-ministries.grid-col-3 {
	grid-template-columns: repeat(3, 1fr);
}

.our-ministries.grid-col-4 {
	grid-template-columns: repeat(4, 1fr);
}

.no-cssgrid .our-ministries .fx-col {
	margin-bottom: 30px;
	padding: 0 15px;
}

.no-cssgrid .our-ministries.grid-col-2 .fx-col {
	width: 50%;
}

.no-cssgrid .our-ministries.grid-col-3 .fx-col {
	width: 33.3333%;
}

.no-cssgrid .our-ministries.grid-col-4 .fx-col {
	width: 25%;
}

.our-ministries .fx-col {
	position: relative;
}

.our-ministies.type-2 .fx-col {
	text-align: center;
}

.our-ministries .fx-item {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 25px 35px;
	text-align: center;
	justify-content: center;
	transition: all .45s ease;
}

.our-ministries .fx-item:after,
.our-ministries .fx-item:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
}

.our-ministries .fx-item:after {
	z-index: -5;
	transition: opacity .45s ease;

	background-image: linear-gradient(to bottom, rgba(38, 38, 33, 0) 0%, rgba(38, 38, 33, 0.3), rgba(38, 38, 33, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.our-ministries .fx-item:before {
	opacity: 0;
	z-index: -10;
	transition: opacity .45s ease;

	background-image: linear-gradient(to bottom, rgba(2, 46, 76, 0.85) 0%, rgba(172, 153, 3, 0.85) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.our-ministries .fx-col:hover .fx-item:before {
	opacity: 1;
}

.our-ministries .fx-col:hover .fx-item:after {
	opacity: 0;
}

.our-ministries .fx-col .fx-box-img img {
	transition: filter .25s ease;
}

.our-ministries .fx-col:hover .fx-box-img img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.our-ministries .fx-box {
	align-self: flex-end;
}

.our-ministries .fx-box-title {
	margin-bottom: .2em;
}

.our-ministries .fx-box-title a {
	position: relative;
	border-bottom: 1px solid transparent;
	color: #fff;
}

.our-ministries .fx-box-title a:hover {
	border-color: #fff;
}

.our-ministries .fx-box p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #eee;
}

.our-ministries.type-1 .info-box p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
}

.our-ministries.type-1 .box-title a:hover {
	color: #022E4C;
}

/*----------- Team Members --------------*/

.team-holder:not(:last-child) {
	margin-bottom: 120px;
}

.team-holder.flex-row[class*="item-col-"]:not(:last-child) {
	margin-bottom: 56px;
}

.single-team-members .page-content-wrap.left-sidebar main#main,
.single-team-members .page-content-wrap.right-sidebar main#main {
	flex-basis: 100%;
	max-width: 100%;
}

.single-team-members .page-content-wrap aside#sidebar {
	margin: 0;
	flex-basis: 100%;
	max-width: 100%;
}

.single-team-members .page-content-wrap .team-holder.single-member .col-md-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	max-width: 74%;
}

.single-team-members .page-content-wrap .team-holder.single-member .col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.single-team-members .page-content-wrap.left-sidebar .team-holder.single-member .col-md-9 {
	order: 2;
}

.single-team-members .page-content-wrap.right-sidebar .team-holder.single-member .col-md-9 {
	order: 1;
}

.single-team-members .page-content-wrap.right-sidebar .team-holder.single-member .col-md-3 {
	order: 2;
}

.single-team-members .page-content-wrap.left-sidebar .team-holder.single-member .col-md-3 {
	order: 1;
}

.team-holder.flex-row[class*="item-col-"] {
	margin-top: -50px;
}

.team-holder.flex-row[class*="item-col-"]>* {
	padding-top: 50px;
}

.team-holder .team-item {
	text-align: center;
}

h1.member-name {
	margin-bottom: .15em;
}

.team-holder .team-item .member-name {
	margin-bottom: 5px;
	font-weight: bold;
}

.team-holder .team-item .member-info:not(:last-child),
.team-holder .team-item h4.member-name:not(:last-child) {
	margin-bottom: 13px;
}

.team-holder .team-item .member-name:hover a {
	color: #022E4C;
}

.team-member {
	position: relative;
	z-index: 1;
}

.team-item .member-photo {
	position: relative;
	display: block;
}

.team-item .member-photo img {
	width: 100%;
}

.team-item:not(.single-item) .member-photo:not(:last-child) {
	margin-bottom: 26px;
}

.member-position {
	color: #999;
	font-size: 16px;
	letter-spacing: 0.3px;
}

.single-member .member-position {
	font-size: 18px;
}

.team-holder .team-item.single-item {
	width: 68%;
}

.team-item.single-item {
	text-align: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: -26px -15px 0;
}

.team-item.single-item>* {
	padding: 26px 15px 0;
	width: 50%;
}

.team-holder .team-item.single-item .team-desc .member-info {
	padding-top: 13px;
}

.team-holder.single-member .member-info:not(:last-child) {
	margin-bottom: 42px;
}

.team-holder.single-member .team-member {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: -26px -15px 0;
}

.team-holder.single-member .team-member>* {
	padding: 26px 15px 0;
}

.team-holder.single-member .team-member .member-photo {
	min-width: 460px;
}

/*----------- Google Map --------------*/

#googleMap {
	width: 100%;
	padding-bottom: 27.5%;
	min-height: 400px;
	z-index: 1;
	overflow: hidden;
}

iframe::-webkit-scrollbar {
	display: none !important;
}

iframe::scrollbar {
	display: none !important;
}

.map-section.style-2 #googleMap {
	padding-bottom: 56.5%;
	min-height: 470px;
}

.map-container:not(:last-child) {
	margin-bottom: 26px;
}

.our-info.style-2 .info-item .get-dir,
.our-info.style-2 .info-item .link-text {
	color: #262621;
}

.our-info.style-2 .info-item span:first-child {
	font-weight: bold;
	color: #666;
}

.our-info.style-2 .title {
	font-weight: bold;
}

.ch-map-style {
	background-color: #fff;
	padding: 25px 20px 25px;
	overflow: hidden;
}

.ch-map-style h1,
.ch-map-style h2,
.ch-map-style h3,
.ch-map-style h4,
.ch-map-style h5,
.ch-map-style h6 {
	color: #022E4C;
	font-weight: 400;
}

.ch-map-style p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	font-weight: 400;
}

.ch-map-style p:not(:last-child) {
	margin-bottom: 1em;
}

.ch-map-style p:last-child {
	margin-bottom: 0;
}

.ch-map-style a {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-transform: uppercase;
}

.ch-map-style a:hover {
	text-decoration: underline;
}

.js-info-bubble-close {
	background-image: none;
	width: 15px;
	height: 15px;
	top: 10px !important;
	right: 10px !important;
}

/*----------- Countdown --------------*/

.countdown_row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	flex: 1 0 auto;
}

.countdown_row>.countdown_section {
	padding: 0 80px;
	text-align: center;
	font-size: 14px;
	color: #999;
	letter-spacing: 0.5px;
	padding-bottom: 26px;
}

.churhius-coming-soon-page .countdown_row>.countdown_section {
	padding: 15px 80px;
	font-size: 18px;
}

.countdown_section .countdown_amount {
	display: block;
	color: #022E4C;
	font-size: 36px;
	letter-spacing: -0.25px;
	font-weight: 700;
	font-family: 'PT Serif';
}

.countdown_section .countdown_amount {
	font-size: 50px;
	line-height: 1.2em;
}

.countdown.style-2 .countdown-section .countdown_amount {}

.countdown_section br {
	display: none;
}

.countdown.style-2 .countdown_row>.countdown_section {
	width: 90px;
	background: rgba(255, 255, 255, 0.8);
	color: #999;
	margin: 1px;
	padding: 25px 15px 15px;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.countdown.style-2 .countdown_row>.countdown_section:first-child {
	border-radius: 3px 0 0 3px;
}

.countdown.style-2 .countdown_row>.countdown_section:last-child {
	border-radius: 0 3px 3px 0;
}

.countdown.style-2 {
	margin-bottom: 35px;
}

/*----------- Audio Player --------------*/

.mejs-container {
	margin-bottom: 35px;
}

.audio-poster {
	position: relative;
}

.audio-poster img {
	width: 100%;
}

.audio-poster .audioplayer1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
}

.audioplayer {
	background: #e1e7e9;
	color: #222;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
	border-left-color: #222;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
	border-left-color: #80c644;
}

.audioplayer-volume {
	border: none;
}

.audioplayer-volume-button a {
	background: #222;
}

.audioplayer-volume-button:hover a {
	background: #80c644;
}

.audioplayer-volume-button a:before {
	border-right-color: #222;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
	border-color: #222;
}

.audioplayer-volume-button:hover a:before {
	border-right-color: #80c644;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after {
	border-color: #80c644;
}

.audioplayer-bar-played {
	background: #80c644;
}

/*----------- Widget calendar --------------*/

.calendar-wrap {
	border: 1px solid #e0e0e0;
	border-bottom: none;
}

.widget-calendar table {
	width: 100%;
	background: #fff;
}

.widget-calendar table tr td {
	text-align: center;
	padding: 16px 5px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	line-height: 15px;
	color: #666;
}

.widget-calendar table tr.days td {
	background: #f7f7f7;
	color: #262621;
}

.widget-calendar table tr td:first-child {
	border-left: none;
}

.widget-calendar table tr.month td {
	color: #2a2c32;
}

.widget-calendar table tr:first-child td,
.widget-calendar table tr th,
.calendar-month {
	color: #222;
	font-size: 12px;
}

.widget-calendar table tr th {
	padding: 12px 10px 11px;
	font-size: 16px;
	color: #262621;
	text-transform: uppercase;
	font-weight: normal;
}

.widget-calendar table tr td.link {
	padding: 0;
}

.widget-calendar table tr td.link a {
	color: #262621;
	padding: 16px 5px;
	display: block;
}

.widget-calendar table tr td.link.current a,
.widget-calendar table tr td.link a:hover {
	color: #fff;
	background: #022E4C;
	border-color: #022E4C
}

.widget-calendar:not(:last-child) {
	margin-bottom: 13px;
}

.widget-calendar .owl-carousel .owl-nav>[class*="owl-"] {
	top: 5px;
	margin-top: 0;
	font-size: 20px;
	color: #999;
	visibility: visible;
	transform: none;
}

.widget-calendar .owl-carousel .owl-dots {
	display: none;
}

.widget-calendar .owl-carousel .owl-nav>[class*="owl-"]:hover {
	color: #262621;
}

.widget-calendar .owl-carousel .owl-nav>.owl-prev {
	left: 15px;
}

.widget-calendar .owl-carousel .owl-nav>.owl-next {
	right: 15px;
}

/* -----------------------------------
  9. Blog
------------------------------------- */

.entry-box.flex-row[class*="item-col-"]:not(.no-gutters):not(:last-child),
.entry-box:not(:last-child) {
	margin-bottom: 30px;
}

.entry-box.flex-row[class*="item-col-"]:not(.no-gutters) {
	margin-top: -42px;
}

.entry-box.flex-row[class*="item-col-"]:not(.no-gutters)>* {
	padding-top: 42px;
}

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

.entry-box:not(.entry-small) .entry .thumbnail-attachment:not(:last-child) {
	margin-bottom: 28px;
}

.entry-body .video-player {
	margin-bottom: 28px;
}

h1.entry-title,
h3.entry-title {
	font-size: 48px;
}

.entry .entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry .entry-title a {
	vertical-align: middle;
}

.related-posts .entry .entry-title {
	font-weight: 700;
}

.related-posts .entry .entry-title:not(:last-child) {
	margin-bottom: 20px;
}

.entry-masonry .entry h3.entry-title,
.half-grid .entry h3.entry-title,
.timeline .entry h3.entry-title {
	font-weight: bold;
}

.cols-3 .entry .entry-title {
	font-size: 24px;
	line-height: 26px;
}

.entry .entry-title:not(:last-child) {
	margin-bottom: 5px;
}

.latest-news .entry .entry-title {
	font-weight: 700;
}

.entry-box.half-grid .entry .entry-title,
.entry-box.timeline .entry .entry-title {
	font-size: 24px;
	line-height: 26px;
}

.entry-box .entry.full-grid .entry-title {
	font-size: 30px;
	line-height: 26px;
}

.entry .entry-title a:hover {
	color: #022E4C;
}

.entry .entry-meta,
.entry .entry-meta span {
	color: #999;
}

.entry .entry-meta>*,
.wpfc-sermon .entry .entry-meta>* {
	font-size: 14px;
}

.entry-meta .entry-author .entry-cat {
	display: inline-block;
}

.latest-news .entry .entry-body p {
	margin-bottom: 0;
}

.entry .entry-meta {
	margin-bottom: 13px;
	line-height: 22px;
}

.related-posts .entry .entry-meta {
	margin-bottom: 0;
}

.entry .entry-meta>* {
	display: inline-block;
	vertical-align: middle;
}

.entry-meta>* {
	font-size: 14px;
}

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



.comment-info .entry-meta .entry-date {
	font-size: 14px;
}

.entry-meta>.entry-date:not(:last-child),
.entry-meta>.entry-author:not(:last-child),
.entry-meta>.entry-cats:not(:last-child),
.entry-meta>.entry-comments:not(:last-child) {
	margin-right: 13px;
}

.entry-meta>.entry-date:before,
.entry-meta>.entry-author:before,
.entry-meta>.entry-cats:before,
.entry-meta>.entry-comments:before {
	margin-right: 7px;
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	color: #acacac;
}

.wpfc-sermon .entry-meta>.entry-author:before {
	margin-right: 4px;
}

.entry-meta>.entry-date:before {
	content: "\f073";
}

.entry-meta>.entry-author:before {
	content: "\f007";
}

.entry-meta>.entry-cats:before {
	content: "\f07c";
}

.entry-meta>.entry-comments:before {
	content: "\f086";
}

.entry-box.timeline .entry .entry-meta .entry-date {
	display: none;
}

.entry .entry-meta>*:not(span) {
	color: #262621;
}

.entry .entry-meta a:hover {
	color: #022E4C;
}

.entry-action {
	font-size: 0;
}

.entry-action>a {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 2px solid #e3e3e3;
	border-radius: 3px;
	text-align: center;
}

.entry-action.sermon-type>a {
	width: auto;
	height: auto;
	padding: 5px 20px;
	font-size: 16px;
	vertical-align: middle;
}

.entry-action.sermon-type>a {
	margin-bottom: 7px;
}

.entry-action.sermon-type a i {
	margin-right: 10px;
	vertical-align: -3px;
	line-height: 1;
}

.entry-action>a:hover {
	border-color: #37B2B2;
	color: #37B2B2;
}

.entry-action>a:not(:last-child) {
	margin-right: 7px;
}

.entry-action a i {
	font-size: 20px;
	line-height: 34px;
	color: #262621;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.entry-action>a:hover i {
	color: #37B2B2;
}

.entry-box.entry-small:not(:last-child) {
	margin-bottom: 40px;
}

.entry-box.entry-small .entry-col:not(:last-child) {
	padding-bottom: 27px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 28px;
}

.entry-box.entry-small .entry {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.entry-box.entry-small .entry .thumbnail-attachment {
	max-width: 220px;
	width: 100%;
}

.entry-box.entry-small .entry .entry-body {
	padding-left: 30px;
	padding-top: 13px;
}

.entry-box.entry-small .entry .entry-meta:not(:last-child) {
	margin-bottom: 26px;
}

.entry-box.entry-small .entry .entry-action {
	padding: 0;
	border: none;
}

.entry-icon {
	color: #262621;
	font-size: 20px;
}

.entry-icon:hover {
	color: #022E4C;
}

.entry-box.list-type {
	display: block;
}

.entry-box.timeline {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 260px;
}

.entry-box.timeline article.post-entry {
	position: relative;
}

.entry-box.list-type .entry:not(:last-of-type),
.entry-box.timeline article.post-entry:not(:last-of-type) .entry,
.entry-box.half-grid .entry:not(:last-child) {
	padding-bottom: 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

.entry-box.half-grid .entry:not(:last-of-type):not(.full-grid) {
	padding-bottom: 55px;
}

.entry-box.entry-masonry {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	margin-left: -15px;
	margin-right: -15px;
}

.entry-box.entry-masonry .post-item {
	padding-left: 15px;
	padding-right: 15px;
}

.entry-box.entry-masonry .post-item:not(:last-child) .entry {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 32px;
	margin-bottom: 56px;
}

.entry-box.cols-1 .entry {
	max-width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.entry-box.cols-2 .entry {
	max-width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.entry-box.cols-3 .entry {
	max-width: 33.333333333%;
	-webkit-flex-basis: 33.333333333%;
	flex-basis: 33.333333333%;
}

.entry-box.cols-4 .entry {
	max-width: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}

.entry-box.entry-masonry.cols-1 .entry,
.entry-box.entry-masonry.cols-2 .entry,
.entry-box.entry-masonry.cols-3 .entry,
.entry-box.entry-masonry.cols-4 .entry {
	max-width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.entry-box.entry-masonry.cols-1 .post-item {
	width: 100%;
}

.entry-box.entry-masonry.cols-2 .post-item {
	width: 50%;
}

.entry-box.entry-masonry.cols-3 .post-item {
	width: 33.333333333%;
}

.entry-box.entry-masonry.cols-4 .post-item {
	width: 25%;
}

.link-attachment .link {
	padding-left: 50px;
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	font-family: 'PT Serif';
}

.link-attachment .link:before {
	position: absolute;
	left: 0;
	top: 5px;
	font-family: "Linearicons";
	content: "\e917";
	font-size: 30px;
	font-style: normal;
	line-height: 26px;
	color: #022E4C;
}

.entry-box.half-grid .entry:not(.full-grid) {
	overflow: hidden;
}

.entry-box.half-grid .entry:not(.full-grid) .thumbnail-attachment {
	float: left;
	max-width: 430px;
	width: 100%;
	margin-bottom: 0;
	margin-right: 30px;
}

.entry-box.half-grid .entry:not(.full-grid) .responsive-iframe {
	margin-bottom: 0;
}

.entry-box.half-grid .entry:not(.full-grid) .entry-body {
	overflow: hidden;
}

.entry-box .entry-body p {
	margin-bottom: 1.3em;
}

.entry-box.half-grid .entry.format-quote .entry-body p,
.entry-box.entry-masonry .entry.format-quote .entry-body p,

.entry-box.half-grid .entry.format-link .entry-body p,
.entry-box.entry-masonry .entry.format-link .entry-body p {
	margin-bottom: 0;
}

.entry-box.single-entry:not(:last-child) {
	margin-bottom: 0;
}

.entry-box.single-entry .entry-meta>.entry-date:before,
.entry-box.single-entry .entry-meta>.entry-author:before,
.entry-box.single-entry .entry-meta>.entry-cats:before,
.entry-box.single-entry .entry-meta>.entry-comments:before {
	font-size: 15px;
	vertical-align: 1px;
}

.entry-box.single-entry .entry .entry-body:not(:last-child) {
	margin-bottom: 42px;
}

.single-post .e-title {
	font-weight: bold;
}

.single-post .comment-info {
	position: relative;
}

.single-post .entry-meta {
	color: #262621;
}

.single-post:not(:last-child) {
	margin-bottom: 32px;
}

.entry-box.timeline:before {
	content: '';
	width: 1px;
	height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #e0e0e0;
}

.cmsmasters_post_date {
	position: absolute;
	z-index: 1;
	top: -20px;
	display: none;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
	background: #fff;
	font-family: 'PT Serif';
}

.entry-box.timeline .cmsmasters_post_date {
	display: block;
}

.cmsmasters_post_date .published>span {
	display: block;
	color: #c9c9c9;
	font-weight: bold;
	line-height: 20px;
	font-size: 18px;

	-webkit-transition: color .45s ease;
	-o-transition: color .45s ease;
	transition: color .45s ease;
}

.entry:hover .cmsmasters_post_date .published>span,
.cmsmasters_post_date:hover .published>span {
	color: #022E4C;
}

.cmsmasters_post_date .published .cmsmasters_post_day {
	font-style: normal;
	font-size: 48px;
	line-height: 1em;
}

.entry-box.timeline .post-entry.pos-left .cmsmasters_post_date {
	left: auto;
	right: -180px;
}

.entry-box.timeline .post-entry.pos-right .cmsmasters_post_date {
	top: 133px;
}

.entry-box.timeline .post-entry.pos-right .cmsmasters_post_date {
	left: -180px;
	right: auto;
}

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

.comment-respond {
	margin-top: 100px;
}

ol.comments-list .comment-respond,
.woocommerce-Reviews .comment-respond {
	margin-top: 0;
}

.comment-notes {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 26px;
}

.comments-list .comment-respond>.comment-reply-title {
	margin-bottom: .4em;
	font-size: 24px;
	line-height: 1.1em;
}

.comment-reply-title a {
	font-size: .8em;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

.comment-form-email span.required:after,
.comment-form-author span.required:after,
.comment-form-comment span.required:after {
	display: none;
}

.comment-form-comment textarea#comment {
	min-height: 300px;
}

.comments-list {
	margin: -25px 0;
	overflow: hidden;
}

.comments-list:not(:last-child) {
	margin-bottom: 30px;
}

.comments-list li>ul.children {
	margin-left: 0;
}

.comments-list li.comment {
	list-style: none;
}

.comments-list .children .comment {
	padding-left: 20px;
}

.comment>article {
	position: relative;
	padding: 25px 0;
	overflow: hidden;
}

.comment .comment-author {
	font-weight: bold;
}

.comment .comment-body p {
	font-size: 16px;
	line-height: 26px;
}

ol.comments-list li.comment .comment-body>p:last-child {
	margin-bottom: 0;
}

.comment .comment-author a:hover {
	text-decoration: underline;
}

.gravatar {
	float: left;
	width: 85px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 50%;
}

.comment-body {
	overflow: hidden;
}

.comment-meta {
	font-size: 14px;
	line-height: 22px;
	color: #999;
}

.comment-meta:not(:last-child) {
	margin-bottom: 15px;
}

.comment-meta>*:not(.comment-author):not(:last-child):after {
	content: '/';
	display: inline-block;
	margin: 0 5px;
	color: #262621;
}

.comment-author {
	display: block;
	text-transform: none;
}

.comment-author:not(:last-child) {
	margin-bottom: 5px;
}

.comment-reply-link {
	position: absolute;
	top: 0;
	right: 0;
	color: #262621;
	font-size: 14px;
	letter-spacing: .3px;
}

.comment-reply-link:before {
	margin-right: 5px;
	width: auto;
	padding: 0;
	font-family: 'Linearicons';
	content: "\e69a";
}

.comment-reply-link:hover {
	color: #022E4C;
}

.comment-info {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	flex-direction: row;
}

.comment-info .rating>li {
	font-size: 16px;
}

.form-submit input#submit {
	padding: 7px 30px;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	line-height: inherit;
	letter-spacing: 0.5px;
	cursor: pointer;
	background-color: #37B2B2;
	color: #fff;
	font-weight: 600;
	font-family: inherit;
}

.form-submit input#submit:hover {
	background-color: #37B2B2;
}

/* -----------------------------------
  10. Portfolio
------------------------------------- */

.project,
.project-image {
	position: relative;
	z-index: 1;
}

.project-image {
	overflow: hidden;
}

.project-image img {
	width: 100%;
	transition: filter .45s ease;
}

.portfolio-holder.grid-standard .project-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: url(images/icon_zoomin.png ) 24 24, auto;
}

.project:hover .project-image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.project-description {
	text-align: center;
	padding: 26px 10px 12px;
}

.portfolio-holder.grid-classic .project .project-description,
.portfolio-holder.masonry .project .project-description {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 25px 35px;
	text-align: center;
	justify-content: center;
	transition: all .45s ease;
}

.portfolio-holder.grid-classic .project .project-box,
.portfolio-holder.masonry .project .project-box {
	align-self: flex-end;
}

.portfolio-holder.grid-classic .project .project-description:after,
.portfolio-holder.grid-classic .project .project-description:before,

.portfolio-holder.masonry .project .project-description:after,
.portfolio-holder.masonry .project .project-description:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
}

.portfolio-holder.grid-classic .project .project-description:after,
.portfolio-holder.masonry .project .project-description:after {
	z-index: -5;
	transition: opacity .45s ease;

	background-image: linear-gradient(to bottom, rgba(38, 38, 33, 0) 0%, rgba(38, 38, 33, 0.3), rgba(38, 38, 33, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.portfolio-holder.grid-classic .project .project-description:before,
.portfolio-holder.masonry .project .project-description:before {
	opacity: 0;
	z-index: -10;
	transition: opacity .45s ease;

	background-image: linear-gradient(to bottom, rgba(2, 46, 76, 0.85) 0%, rgba(172, 153, 3, 0.85) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.portfolio-holder.masonry .project:hover .project-description:before,
.portfolio-holder.grid-classic .project:hover .project-description:before {
	opacity: 1;
}

.portfolio-holder.masonry .project:hover .project-description:after,
.portfolio-holder.grid-classic .project:hover .project-description:after {
	opacity: 0;
}

.project-title {
	font-weight: bold;
}

.project-title:not(:last-child) {
	margin-bottom: 7px;
}

.related-title {
	margin-bottom: 26px;
}

.portfolio-related .project-title {
	font-size: 24px;
}

.project-title a,
.project-cats a {
	border-bottom: 1px solid transparent;
}

.portfolio-holder.grid-classic .project .project-description .project-title a:hover {
	border-bottom-color: inherit;
}

.project-cats {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #eee;
}

.project-title a:hover,
.project-cats a:hover {
	color: #022E4C;
}

.project-cats a {
	color: #262621;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.portfolio-holder.grid-classic .project .project-link,
.portfolio-holder.masonry .project .project-link {
	background: rgba(110, 110, 110, .7);
	transition: background .4s ease;
}

.project:hover .project-link,
.portfolio-holder.grid-classic .project:hover .project-link,
.portfolio-holder.masonry .project:hover .project-link {
	background: rgba(2, 46, 76, 0.85);
}

.portfolio-holder.masonry .project .project-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.portfolio-holder.grid-classic .project .project-description .project-title a,
.portfolio-holder.masonry .project .project-description .project-title a {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.portfolio-holder.masonry .project .project-description .project-title a:hover {
	border-bottom-color: inherit;
}

.portfolio-holder.grid-classic .project .project-description .project-cats a,
.portfolio-holder.masonry .project .project-description .project-cats a {
	color: #e3e3e3;
}

.portfolio-holder.grid-classic .project .project-description .project-cats a:hover,
.portfolio-holder.masonry .project .project-description .project-cats a:hover {
	color: #fff;
}

/* -----------------------------------
  11. Shop
------------------------------------- */

.woocommerce-products-header {
	margin-bottom: 26px;
}

.product-sort-section {
	color: #999;
	margin-top: -13px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.product-sort-section .mad-custom-select {
	max-width: 315px;
}

.product-sort-section>* {
	margin-top: 13px;
}

.woocommerce-result-count {
	font-size: inherit;
	margin-bottom: 0;
}

/* -----------------------------------
  12. Sidebar
------------------------------------- */

#sidebar .widget:not(:last-child) {
	margin-bottom: 70px;
}

#sidebar .textwidget p {
	font-size: 16px;
	line-height: 26px;
}

#sidebar .textwidget p:last-child {
	margin-bottom: 0;
}

.widget:not(:last-child) {
	margin-bottom: 30px;
}

#sidebar .widget .widget-title {
	font-weight: bold;
}

.widget-title {
	font-weight: 400;
}

.widget-title:not(:last-child) {
	margin-bottom: 30px;
}

/* ----------------- Tags Widget ---------------- */

.tagcloud {
	position: relative;
	top: -5px;
	margin: 0 -2.5px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.widget .tagcloud {
	top: 0;
}

.entry .tagcloud {
	margin-bottom: 1.3em;
}

.tagcloud a {
	color: #262621;
	font-size: 11px !important;
	line-height: 16px;
	padding: 4px 10px;
	text-transform: uppercase;
	display: block;
	background: #fff;
	letter-spacing: .5px;
	border: 2px solid #e3e3e3;
	border-radius: 3px;
	margin: 5px 2.5px 0;
	font-weight: 600;
}

.tagcloud a:hover {
	border-color: #37B2B2;
	color: #37B2B2;
}

.tag-title {
	font-size: 18px;
	color: #666;
	margin-bottom: 13px;
	display: block;
}

/* ----------------- Entry Widget ---------------- */

.entry-box.entry-small .entry-col:not(:last-child) {
	margin-bottom: 28px;
	padding-bottom: 0;
	border-bottom: none;
}

.widget .entry-box.entry-small .entry .thumbnail-attachment {
	max-width: 85px;
	width: 100%;
}

.widget .entry-box.entry-small .entry .entry-title {
	font-weight: normal;
	line-height: 22px;
}

.widget .entry-box.entry-small .entry .entry-body {
	padding-left: 20px;
	padding-top: 0;
}

.widget .entry-box.entry-small .entry .entry-meta {
	margin-bottom: 0;
	font-size: 13px;
}

.widget .event-box.style-2:not(.list-type) .event:not(:last-child) {
	padding-bottom: 17px;
	margin-bottom: 18px;
}

.widget .event-box.style-2:not(.grid-type) .event {
	padding-left: 100px;
}

.widget .event-box.style-2:not(.list-type):not(.grid-type) .event .event-body {
	padding-right: 0;
}

.widget .event-box.style-2:not(.list-type):not(.grid-type) .event .event-title {
	font-weight: normal;
}

.widget .event-box.style-2 .event p.e-info {
	font-size: 13px;
	line-height: 18px;
}

/* ----------------- Product Widget ---------------- */

.widget .product-holder .product:not(:last-child) {
	margin-bottom: 26px;
}

.widget .product .product-image:not(:last-child) {
	margin-bottom: 0;
	margin-right: 20px;
}

.widget .product .product-image {
	float: left;
}

.widget .product .product-description {
	overflow: hidden;
}

.widget .product .product-description .product-name {
	line-height: 22px;
}

.widget .product:not(.single) .pricing-area {
	position: relative;
	padding: 0;
}

.widget .product .product-description .product-name:not(:last-child) {
	margin-bottom: 7px;
}

.widget .product .product-price {
	font-size: 14px;
}

.widget .product .rating>li {
	font-size: 14px;
}

/*----------- Comment --------------*/

#recentcomments>li:not(:last-child) {
	padding-bottom: 18px;
	margin-bottom: 13px;
	border-bottom: 1px solid #e0e0e0;
	color: #999;
	line-height: 22px;
}

#recentcomments>li a {
	position: relative;
}

#recentcomments>li a:hover {
	text-decoration: underline;
}


.info-links>li:not(:last-child) {
	padding-bottom: 18px;
	margin-bottom: 13px;
	border-bottom: 1px solid #e0e0e0;
}

.info-links>li>a {
	position: relative;
}

.info-links>li>a:hover {
	text-decoration: underline;
}

.info-links.comment-type>li {
	color: #999;
	line-height: 22px;
}

.info-links.comment-type>li>a {
	color: #262621;
	font-size: 16px;
}

.info-links.comment-type>li>a:last-child {
	color: #262621;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

/* -----------------------------------
  13. Footer
------------------------------------- */

.footer {
	color: #fff;
	background: #262621;
	flex-shrink: 0;
	z-index: 2;
}

.footer .widget {
	padding: 0;
	background: transparent;
}

.footer .widget ul {
	margin-bottom: 0;
}

.footer .widget:not(:last-child) {
	margin-bottom: 70px;
}

.footer .widget.widget_text {
	margin-bottom: 30px;
}

.footer .main-footer {
	padding: 85px 0;
}

.footer-widgets {
	padding: 60px 0 40px;
}

.footer .widget .widget-title {
	color: #fff;
}

.footer .widget p {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}

.footer .widget p:not(:last-child) {
	margin-bottom: 35px;
}

.footer .copyright {
	padding: 28px 15px;
	text-align: center;
	color: #999;
	font-size: 16px;
	background: #373732;
}

.footer .copyright p {
	font-size: 15px;
}

.footer .copyright p:not(:last-child) {
	margin-bottom: 0;
}

.footer .widget li a {
	color: #fff;
	font-size: 16px;
}

.footer .copyright a {
	color: #fff;
}

/* ----------------- Footer style-2 ---------------- */

.footer.style-2 .main-footer .widget .logo:not(:last-child) {
	margin-bottom: 28px;
}

.footer #recentcomments>li:not(:last-child) {
	border-color: #999;
}

.footer .tagcloud a {
	background-color: transparent;
	border-color: #999;
}

.footer .tagcloud a:hover {
	border-color: #fff;
}

.footer .widget_calendar table caption {
	color: #fff;
	border-color: #999;
}

.footer .widget_calendar table thead th,
.footer .widget_calendar table tr td {
	border-color: #999;
	background-color: transparent;
	color: #fff;
}

.footer .widget_calendar table thead th {
	background-color: transparent;
}

.footer .widget_calendar table {
	background-color: transparent;
}

.footer .widget_calendar tfoot td#prev a:hover,
.footer .widget_calendar tfoot td#next a:hover {
	color: #fff;
}

.footer tr {
	border-color: transparent;
}

/* Custom Testimonial Card Styles (Added by Assistant) */
.custom-testimonial-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	/* Soft shadow */
	text-align: left !important;
	position: relative;
	height: auto !important;
	/* Override default height */
	margin: 10px;
	/* Spacing for shadow */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Remove default giant quote */
.testimonial-holder.style-2 .custom-testimonial-card blockquote:before {
	display: none !important;
	content: none !important;
}

/* Override blockquote padding */
.testimonial-holder.style-2 .custom-testimonial-card:not(.blockquote-holder) blockquote {
	padding: 0 0 20px 0 !important;
	color: #333;
}

.custom-testimonial-card blockquote p {
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #555;
	font-weight: 400;
}

/* Blue Quote Icon */
.card-quote-icon {
	margin-bottom: 20px;
}

.card-quote-icon svg path {
	fill: #2563EB;
	/* Bright Blue */
}

/* Author Box Flex Layout */
.custom-testimonial-card .custom-card-author {
	display: flex !important;
	align-items: center;
	gap: 15px;
	text-align: left !important;
	margin-top: auto;
	/* Push to bottom */
}

/* Avatar */
.custom-testimonial-card .member-photo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-bottom: 0 !important;
	flex-shrink: 0;
	overflow: hidden;
}

.custom-testimonial-card .member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Fallback Avatar */
.custom-testimonial-card .member-photo.fallback {
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}

/* Author Text */
.custom-testimonial-card .author-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.custom-testimonial-card .author {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #111 !important;
	line-height: 1.2 !important;
	margin-bottom: 4px;
}

.custom-testimonial-card .author-position {
	font-size: 13px !important;
	color: #666 !important;
	line-height: normal !important;
	text-transform: none !important;
	font-weight: 500;
}

/*----------- Grid Style Testimonials (Modern Card Layout) - Replacing Carousel --------------*/

/* Grid Wrapper */
.testimonial-grid-wrapper {
	background: #F8F9FA;
	border: 3px solid #4F46E5;
	border-radius: 24px;
	padding: 50px 40px;
	margin: 40px 0;
	position: relative;
	clear: both;
}

/* Grid Container */
.strong-content.grid-style {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0;
	/* Reset theme overrides */
	height: auto !important;
	overflow: visible !important;
}

/* Individual Grid Item */
.grid-item {
	display: flex;
}

/* Individual Testimonial Card */
.grid-item .testimonial {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 32px 28px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	margin: 0;
	text-align: left !important;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.grid-item .testimonial:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Blue Quote Icon */
.card-quote-icon {
	margin-bottom: 20px;
}

.card-quote-icon svg path {
	fill: #2563EB;
}

/* Testimonial Content/Text */
.grid-item .testimonial blockquote {
	padding: 0;
	margin: 0 0 24px 0 !important;
	background: transparent !important;
	border: none !important;
	flex-grow: 1;
}

/* Remove default giant quote from theme */
.grid-item .testimonial blockquote:before {
	display: none !important;
	content: none !important;
}

.grid-item .testimonial blockquote p {
	font-size: 16px !important;
	line-height: 26px !important;
	color: #374151 !important;
	margin: 0;
	font-style: normal !important;
	text-align: left !important;
}

/* Author Box */
.grid-item .testimonial .author-box {
	display: flex !important;
	align-items: center;
	gap: 14px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid #E5E7EB;
	text-align: left !important;
}

/* Author Photo/Avatar */
.grid-item .testimonial .member-photo {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 !important;
	flex-shrink: 0;
}

.grid-item .testimonial .member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

/* Fallback Avatar */
.grid-item .testimonial .member-photo.fallback {
	background: #E5E7EB;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9CA3AF;
}

/* Author Info */
.grid-item .testimonial .author-info {
	flex: 1;
	text-align: left;
}

.grid-item .testimonial .author {
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 22px !important;
	color: #111827 !important;
	margin: 0 0 2px 0 !important;
	display: block;
}

.grid-item .testimonial .author-position {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #6B7280 !important;
	margin: 0 !important;
	display: block;
	text-decoration: none;
}

/* Responsive Design */
@media only screen and (max-width: 1024px) {
	.strong-content.grid-style {
		gap: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.testimonial-grid-wrapper {
		padding: 30px 20px;
		border-radius: 16px;
	}

	.strong-content.grid-style {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}


/* ----------------------------------------------------------------------
  14. Events Made Easy (Programs) Styling - Final "Gold" Design
---------------------------------------------------------------------- */

.eme-programs-wrapper {
	max-width: 960px;
	margin: 50px auto !important;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.eme-horizontal-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	display: flex;
	overflow: hidden;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(0, 0, 0, 0.04);
	min-height: 140px;
	margin-bottom: 25px;
	position: relative;
}

.eme-horizontal-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.eme-card-link-wrapper {
	display: flex;
	flex: 1;
	text-decoration: none !important;
	color: inherit !important;
}

/* Side Block (Date/Time) */
.eme-card-date {
	min-width: 140px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #f1f5f9;
	/* Design light grey/blue */
	border-right: 1px solid rgba(0, 0, 0, 0.03);
}

.eme-date-top {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
	color: #64748b;
}

.eme-time-label {
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	font-family: 'Inter', sans-serif;
	color: #1e293b;
}

.eme-day-label {
	display: none;
}

/* Content Area */
.eme-card-content {
	flex: 1;
	padding: 30px 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.eme-card-info {
	flex: 1;
	padding-right: 30px;
}

.eme-card-title {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 10px 0 !important;
	line-height: 1.2;
}

.eme-card-excerpt {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #475569;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Action Area */
.eme-card-action {
	flex-shrink: 0;
	z-index: 10;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

.eme-card-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	text-decoration: none !important;
	border-radius: 10px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.eme-card-btn::before {
	content: '+';
	margin-right: 6px;
	font-size: 18px;
	font-weight: 400;
	color: #9ca3af;
}

.eme-card-btn:hover {
	background: #f3f4f6;
	color: #111827;
}

/* Variety for black button action */
.eme-card-btn.premium {
	background: #000;
	color: #fff;
	padding: 12px 24px;
	border-radius: 12px;
}

.eme-card-btn.premium:hover {
	background: #1f2937;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Color Themes for Date Block */
.col-blue {
	background-color: #eff6ff;
	color: #2563eb;
}

.col-purple {
	background-color: #faf5ff;
	color: #9333ea;
}

.col-peach {
	background-color: #fff1f2;
	color: #e11d48;
}

.col-green {
	background-color: #f0fdf4;
	color: #16a34a;
}

/* Responsive */
@media only screen and (max-width: 768px) {
	.eme-horizontal-card {
		flex-direction: column;
		min-height: auto;
	}

	.eme-card-date {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		padding: 15px 30px;
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	}

	.eme-day-label {
		margin-bottom: 0;
	}

	.eme-card-content {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px;
		gap: 20px;
	}

	.eme-card-info {
		padding-right: 0;
	}

	.eme-card-btn {
		width: 100%;
		justify-content: center;
		background: #f9fafb;
		border: 1px solid #f3f4f6;
	}
}

/* 14.1 EME Single Event Page Styling - Gold Design */

.eme-single-event-wrapper {
	max-width: 100%;
	margin: 0 0 60px;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	font-family: 'Inter', sans-serif;
}

/* Hero Section */
.eme-single-hero {
	position: relative;
	padding: 80px 0;
	background: #111827;
	/* Dark background for premium feel */
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.eme-single-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	opacity: 0.9;
	z-index: 1;
}

.eme-single-hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto;
}


.eme-single-title {
	font-size: 48px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
	color: #fff;
}

/* Grid Layout */
.eme-single-body {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 60px;
	padding: 60px;
}

/* Main Content */
.eme-single-main {
	font-size: 17px;
	line-height: 1.8;
	color: #334155;
}

.eme-single-main h2,
.eme-single-main h3 {
	color: #0f172a;
	margin: 40px 0 20px;
}

/* Sidebar Details */
.eme-single-sidebar {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.eme-detail-card {
	background: #f8fafc;
	border-radius: 20px;
	padding: 30px;
	border: 1px solid #f1f5f9;
}

.eme-detail-item {
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
}

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

.eme-detail-icon {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
	flex-shrink: 0;
}

.eme-detail-text {
	display: flex;
	flex-direction: column;
}

.eme-detail-label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #64748b;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}

.eme-detail-value {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
}

/* Buttons */
.eme-single-actions {
	margin-top: 40px;
}

.eme-btn-premium {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	background: #0f172a;
	color: #fff !important;
	border-radius: 14px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform 0.2s, background 0.2s;
	text-align: center;
}

.eme-btn-premium:hover {
	background: #1e293b;
	transform: translateY(-2px);
}

@media (max-width: 1024px) {
	.eme-single-body {
		grid-template-columns: 1fr;
		padding: 40px;
	}

	.eme-single-title {
		font-size: 36px;
	}
}


/* Hide default theme elements on EME single pages to avoid doubling with Gold Header */
.singular-eme_event .entry-title,
.singular-eme_event .entry-meta,
.singular-eme_event .entry-body {
	display: none !important;
}

/* Ensure the wrapper stands out if the theme has narrow content blocks */
.eme-single-event-wrapper {
	margin-top: 20px;
}

/* Override container constraints on EME single event pages for full-width hero */
.singular-eme_event .container.wide,
.singular-eme_event #content {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.singular-eme_event .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.singular-eme_event #main {
	width: 100% !important;
	max-width: 100% !important;
}
/* Remove Date and Stars from Trustindex Testimonials */
.ti-date, 
.ti-stars {
    display: none !important;
}

/* Vision & Mission Typography Overrides */
.vm-title {
    font-family: 'Questrial', sans-serif !important;
}
.vm-text {
    font-family: 'Nunito', sans-serif !important;
}

/* Our Commitment Typography Overrides */
.oc-desc,
.oc-ref {
    font-family: 'Nunito', sans-serif !important;
}

/* Give Page Options Typography Overrides */
/* Assuming these use similar pattern or specific classes */
.give-page-card-title, 
.give-page-card h3 {
    font-family: 'Questrial', sans-serif !important;
}
.give-page-card-text,
.give-page-card p {
    font-family: 'Nunito', sans-serif !important;
}

/* Force Typography on Gift Cards */
.vc_column-inner h3, 
.vc_column-inner h4,
.give-page-card h3 {
    font-family: 'Questrial', sans-serif !important;
}

.vc_column-inner p,
.give-page-card p {
    font-family: 'Nunito', sans-serif !important;
}

/* Force Wide Layout on Load - Zero Latency Fix */
#header.header, 
#wrapper, 
.wrapper-container {
    width: 100% !important;
    max-width: 100% !important;
}

.container:not(.wide) {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
}
