/*
stylesheet copied from Arrival theme to modify directly
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Layout
# Typography
# Elements
# Links
# Forms
# Header
# Main navigation menu
# Content navigation
# Footer
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

link {
	display: none;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
	/* phpcs:ignore */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/**
 * Hide lazy load placeholders when browser does not have JS enabled.
 * Should override everything, therefore .
 */
.no-js .lazy {
	display: none ;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute ;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal ;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto ;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #e12454 #333;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	margin: 0 auto;
	max-width: 100%;
}

@media screen and (min-width: 60em) {
	.has-sidebar .site {
		/* margin: 0 1em;  */
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 3fr 2rem 1fr;
		grid-template-columns: 3fr 1fr;
		grid-gap: 2rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.has-sidebar.left .site {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2rem 3fr;
		grid-template-columns: 1fr 3fr;
		grid-gap: 2rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		grid-template-areas: "column-1 column-2";
	}

	.has-sidebar.left .left-sidebar {
		grid-area: column-1;
	}

	.has-sidebar.left .site-main {
		grid-area: column-2;
	}

	.site-header {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}

	.site-main {
		-ms-grid-column: 1;
		grid-column: 1;
	}


	.primary-sidebar {
		-ms-grid-column: 2;
		grid-column: 2;
		min-width: 0;
	}

	.site-footer {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
}

.site-main {
	background: #FFF;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: 'Roboto', serif;
	line-height: 1.4;
}

body {
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #32373c;
	clear: both;
}

.entry-header h1.entry-title {
	font-size: 2rem;
	line-height: 1.4;
	margin: 1em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 12.8px;
	font-size: .8em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0 15px;
}

.single ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

figure {
	/* Extra wide images within figure tags don't overflow the content area. */
	margin: .5em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #0073aa;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: #00a0d2;
}



a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #E12454;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	cursor: pointer;
	background-color: #E12454;
	border: none;
	color: #FFF;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: break-word;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em 1em;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
}

form.wpcf7-form input {
	margin-bottom: 20px;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	z-index: 99;
	position: relative
}

.header-image {
	margin: 0 auto;
}

.header-image img {
	display: block;
	margin: 0 auto;
}

.custom-logo-link {
	display: inline-block;
	margin: 0 auto 1em;
}


.site-branding a {
	margin-bottom: 0;
}

.site-header .site-branding {
	width: 100%;
	line-height: 1;
	max-height: 50px;
}

.site-title {
	margin: 0 1em;
	margin-left: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	color: #333332;
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

.site-description {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	word-wrap: break-word;
	color: #757575;
}

/*--------------------------------------------------------------
## Main navigation menu
--------------------------------------------------------------*/
/* .main-header-wrapp{
	z-index: 9999;
} */
.main-navigation {
	/* clear: both; */
	text-align: right;
	display: block;
	padding: 0 1em;
	/* max-width: var(--content-width)rem; */
	font-family: 'Roboto Condensed', sans-serif;
}

.main-header-wrapp.full .main-navigation {
	padding: 0;
}


.main-navigation a {
	display: block;
	width: 100%;
	padding: .5em 1em .5em 0;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	line-height: 70px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.main-navigation ul li .sub-menu a {
	color: #333;
}

.main-navigation a:hover,
.main-navigation a:focus,
.arrival-top-navigation ul a:hover,
.arrival-top-navigation ul a:focus,
.main-navigation .current-menu-item a {
	text-decoration: none;
	color: #E12454;
}

.main-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.main-navigation ul li ul.sub-menu li {
	margin-right: 0;
}

.main-navigation ul>li,
.arrival-top-navigation li {
	display: inline-block;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul ul li {
	padding-left: 1em;
}

.main-navigation ul ul li a,
.arrival-top-navigation ul li a {
	line-height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-navigation .dropdown,
.main-navigation button.dropdown-toggle {
	display: none;
}

.main-navigation .menu {
	display: none;
}

.main-navigation ul li ul .dropdown-symbol {
	border-color: #333;
}

@media screen and (max-width: 37.5em) {
	.main-navigation.toggled-on .menu {
		display: block;
	}
}

@media screen and (min-width: 37.5em) {


	.main-navigation ul li a,
	.arrival-top-navigation li a {
		padding: .4em 0.5em;
	}

	.main-navigation ul li,
	.arrival-top-navigation li a {
		margin: 0 0 0 0.5em;
	}

	.main-navigation ul li:first-child,
	.arrival-top-navigation li:first-child {
		margin-left: 0;
	}

	.main-navigation ul ul,
	.arrival-top-navigation ul {
		padding: 15px 20px;
		margin-top: 13px;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: white;
		margin-left: 0;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		z-index: 9;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transition: all 0.3s cubic-bezier(0.49, 1.1, 1, 1);
		transition: all 0.3s cubic-bezier(0.49, 1.1, 1, 1);
	}

	.main-navigation ul ul a,
	.arrival-top-navigation ul a {
		width: 200px;
	}

	.main-navigation ul ul li,
	.arrival-top-navigation ul li {
		padding-left: 0;
		margin-left: 0;
	}

	.main-navigation ul ul li a,
	.arrival-top-navigation ul li a {
		width: 260px;
		background: none;
	}

	.main-navigation ul ul li.menu-item a {
		padding: 2px 0;
		border: 0;
	}

	.main-navigation ul ul ul,
	.arrival-top-navigation ul ul {
		top: 0;
		left: 100%;
		min-height: 100%;
		width: 100%;
	}

	.arrival-top-navigation ul ul {
		padding: 0;
	}

	.arrival-top-navigation ul li {
		display: block;
	}

	.main-navigation .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.main-navigation .menu-item-has-children,
	.main-navigation .page_item_has_children,
	.arrival-top-navigation .menu-item-has-children,
	.arrival-top-navigation .page_item_has_children {
		padding-right: 0.7em;
	}

	.main-navigation .dropdown,
	.main-navigation button.dropdown-toggle,
	.arrival-top-navigation .dropdown {
		display: block;
		background: transparent;
		position: absolute;
		right: 0;
		top: 50%;
		width: 0.7em;
		height: 0.7em;
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		padding: 0;
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		overflow: visible;
	}

	.main-navigation .dropdown-symbol,
	.arrival-top-navigation .dropdown-symbol {
		display: block;
		background: transparent;
		position: absolute;
		right: 20%;
		top: 35%;
		width: 60%;
		height: 60%;
		border: solid #333;
		border-width: 0 1px 1px 0;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}

	.arrival-top-navigation .dropdown-symbol {
		border-color: #FFF;
	}

	.main-navigation ul ul .dropdown,
	.main-navigation ul ul button.dropdown-toggle {
		top: 40%;
		right: 10px;
	}

	.main-navigation ul ul .dropdown-symbol {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/*
	 * If the dropdown toggle is active with JS, then
	 * we'll take care of showing the submenu with JS.
	 *
	 * "focus-within" is an alternative to focus class for
	 * supporting browsers (all but IE/Edge) for no-JS context
	 * (e.g. AMP) See https://caniuse.com/#feat=css-focus-within
	 */
	.main-navigation li:hover>ul,
	.main-navigation li.toggled-on>ul,
	.main-navigation:not(.has-dropdown-toggle) li:focus>ul,
	.main-navigation:not(.has-dropdown-toggle) li:focus-within>ul,
	.arrival-top-navigation li.menu-item-has-children:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.arrival-top-navigation li {
		position: relative;
		text-align: left;
	}

	.arrival-top-navigation li ul li a {
		color: #333;
		width: 218px;
		background: none;
		display: block;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}

	.arrival-top-navigation li ul {
		padding: 0;
		z-index: 2;
	}
}

/* navigation hover�*/
/* .arrival-main-navigation li:hover > a:after {
    right: auto;
    left: 0;
    width: 100%;
}
.arrival-main-navigation > li  a:after {
    transition: width .5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 5px;
    background: currentColor;
    background-color: #E12454;
} */
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 47%;
}

/*.gallery-columns-3 .gallery-item {
	max-width: 30%;
}*/

.gallery-columns-4 .gallery-item {
	max-width: 22%;
}

.gallery-columns-5 .gallery-item {
	max-width: 17%;
}

.gallery-columns-6 .gallery-item {
	max-width: 13%;
}

.gallery-columns-7 .gallery-item {
	max-width: 11%;
}

.gallery-columns-8 .gallery-item {
	max-width: 10%;
}

.gallery-columns-9 .gallery-item {
	max-width: 8.2%;
}

.gallery-caption {
	display: block;
}

.gallery .gallery-item {
	margin: 6px 6px 0 0;
}

/*--------------------------------------------------------------
# Content navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	border-bottom: 1px solid #eee;
	margin: 0 auto 2em;
	/* max-width: 720px; */
	overflow: hidden;
	padding-bottom: 2em;
	font-family: 'Roboto Condensed', sans-serif;
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.post-navigation-sub span {
	color: #333;
	text-decoration: none;
	display: inline-block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	margin: 2.5em 0 0;
	padding: 2em 0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #223645;
}

.site-footer a,
.site-footer {
	color: rgba(255, 255, 255, 0.5);
}

.site-footer svg {
	fill: rgba(255, 255, 255, 0.5);
}

.site-footer a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.site-footer a:hover {
	color: #E12454;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer h2.widget-title {
	color: #fff;
}

.site-footer .ftr-widget {
	float: left;

}

.site-footer .ftr-widget:not(:last-child) {
	margin-right: 2%;
}

.site-footer .col-4 .ftr-widget {
	width: 23%;

}

.site-footer .col-3 .ftr-widget {
	width: 32%;
}


.site-footer .col-2 .ftr-widget {
	width: 49%;
}

.site-footer .col-1 .ftr-widget {
	width: 100%;

}

.site-footer .col-1 .ftr-widget .widget_media_image {
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: flex;
}

.footer-btm {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	padding-top: 27px;
}

.footer-btm.border-enable {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-btm .social-icons-wrapp {
	text-align: right;
}

.footer-widget-wrapper {
	padding: 27px 0;
}

.textwidget.custom-html-widget img {
	margin-bottom: 30px;
	padding-top: 20px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.clearfix:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

.container {
	margin: 0 auto;
	width: 100%;
}

/* header�*/
.top-header-wrapp {
	background: #E12454;
	padding: 10px 0 10px;
}

.top-header-wrapp .email-wrap,
.top-header-wrapp .phone-wrap {
	display: inline-block;
}

.top-header-wrapp .top-right-wrapp {
	text-align: right;
}

.top-header-wrapp .cart-wrapper svg {
	stroke: #fff;
}

.top-header-wrapp a,
.top-header-wrapp {
	color: #fff;
	font-size: 14px;
}

.top-left-wrapp a {
	font-size: 13px;
}

.top-header-wrapp i {
	font-size: 12px;
}

.top-left-wrapp div:not(:last-child) {
	padding-right: 10px;
}

.top-header-wrapp a {
	text-decoration: none;
}

.arrival-top-navigation {
	list-style: none;
}

.top-header-wrapp .phone-wrap {
	position: relative;
	padding-left: 12px;
}

.top-header-wrapp .phone-wrap svg,
.top-header-wrapp .email-wrap svg {
	vertical-align: middle;
	fill: #fff;
}

.top-header-wrapp .phone-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 2px;
	height: 12px;
	background: #fff;
	display: block;
}

.main-header-wrapp.boxed .container,
.main-header-wrapp.full {
	background: #fafafa;
	padding: 0 15px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* .main-header-wrapp.boxed.on .container,
.main-header-wrapp.full.on{
	margin-top: -40px;
} */
.main-header-wrapp .container:after {
	clear: both;
	content: "";
	display: table;
}

.main-navigation .header-last-item {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header-last-item.search-wrap:hover {
	color: #E12454;
}

.header-last-item.search-wrap.header-btn a.header-cta-btn {
	background: #E12454;
	font-size: inherit;
	border: 2px solid #E12454;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header-last-item.search-wrap.header-btn a.header-cta-btn {
	line-height: 10px;
	padding: 13px 19px;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header-last-item.search-wrap.header-btn a.header-cta-btn:hover,
.header-last-item.search-wrap.header-btn a.header-cta-btn:focus {
	background: #223645;
	border-color: #223645;
	color: #FFF;
}



.op-grid-two {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	align-items: center;
}

/* search form�*/
.arrival-search-form-wrapp {
	position: fixed;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	right: 0;
	background: rgba(41, 40, 40, 0.96);
	z-index: 999;
	text-align: center;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.arrival-search-form-wrapp.active {
	opacity: 1;
	overflow: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.arrival-search-form-wrapp form {
	margin: auto;
}

.arrival-search-form-wrapp form input.search-field {
	background: none;
	border: none;
	font-size: 30px;
	color: #FFF;
	text-transform: capitalize;
}

.arrival-search-form-wrapp form input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.arrival-search-form-wrapp form input[type="search"]::-ms-clear {
	display: none;
}

.arrival-search-form-wrapp form input[type="search"]:focus {
	outline: none;
}

.arrival-search-form-wrapp form input[type="submit"] {
	display: none;
}

.arrival-search-form-wrapp .close,
.arrival-close-icon {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
}

.arrival-search-form-wrapp .close:hover,
.arrival-close-icon:hover {
	cursor: pointer;
}

.arrival-search-form-wrapp .close:before,
.arrival-search-form-wrapp .close:after,
.arrival-close-icon:before,
.arrival-close-icon:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}

.arrival-search-form-wrapp .close:before,
.arrival-close-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrival-search-form-wrapp .close:after,
.arrival-close-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* header social icons�*/
ul.social li {
	display: inline-block;
	list-style: none;
}

ul.social li:not(first-child) {
	padding-left: 10px;
}

ul.social li a i {
	font-size: 15px;
}


/* elementor home�*/
/* default text editor�*/
.active-arrival .elementor-widget-text-editor {
	line-height: 1.8;
}

.active-arrival .elementor-text-editor a {
	color: #E12454;
	text-decoration: underline;
	font-size: 17px;
}

.active-arrival .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	line-height: 1.8;
	color: #3f3f3f;
}

.active-arrival .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	color: #303030;
	font-weight: 500;
}

/* scroll to top�*/
.scroll-top-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 70px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 65px;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #E12454;
	border: 2px solid #E12454;
	-webkit-box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-top-top svg {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.scroll-top-top svg {
	fill: #ffffff;

}

.scroll-top-top:hover svg {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* normal stylings�*/
.site-main select {
	max-width: 100%;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em 1em;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.site-main input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em 1em;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.site-main .search-submit,
.site-footer .search-submit {
	display: none;
}

/*.site-main ul li{
	list-style: none;
}*/
.site-main a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-main a:hover {
	color: #E12454;
}

.site-main .entry-content a {
	font-weight: 500;
	color: #E12454;
	text-decoration: underline;
}

.site-main .entry-content a:hover {
	color: #333;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget:not(:last-child) {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget li {
	line-height: 1.8em;
	position: relative;
}

.widget li:not(:last-child) {
	border-bottom: 1px dashed #f1f1f1;
	padding: 10px 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_rss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget select {
	max-width: 100%;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Archive and Categories widgets */
.widget_archive li {
	color: #7D7D7D;
}

.widget_categories .children {
	padding-top: 0;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Pages and Menu widgets */
.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding-top: 0;
	padding-bottom: .5em;
}

.widget_pages a,
.widget_nav_menu a {
	display: block;
	padding: .6em 0;
	text-decoration: none;
	border-bottom: 1px dashed gray;
}

.widget_pages a:hover,
.widget_pages a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
	text-decoration: none;
	border-bottom: 1px dashed gray;
}

.widget_pages li,
.widget_nav_menu li {
	padding: 0;
}

.widget_pages li:first-child a,
.widget_nav_menu li:first-child a {
	padding-top: 0;
}

.widget_pages li ul,
.widget_nav_menu li ul {
	margin-left: 1em;
}

/* Meta widget */
.widget_meta li {
	padding: 0;
}

/* Recent comments */
.widget_recent_comments li {
	line-height: 1.3em;
	padding-bottom: .5em;
}

.widget_recent_comments a:hover,
.widget_recent_comments a:focus {
	padding-left: 0;
}

/* RSS widget */
.widget_rss li {
	margin-bottom: 1em;
	line-height: 1.3em;
}

.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 1em;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #777;
	font-size: .8em;
}

.rssSummary {
	font-family: 'Roboto', serif;
	padding: .5em 0;
	font-size: .9em;
	line-height: 1.8em;
}

/* Search widget */
.widget_search input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Calendar widget */
.widget_calendar {
	font-weight: 400;
}

.widget_calendar caption {
	padding: .5em 0;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
}

.widget_calendar thead {
	background: transparent;
}

.widget_calendar #today a {
	color: #fff;
}

.widget_calendar thead th {
	border-bottom-width: 2px;
}

.widget_calendar td {
	text-align: center;
}

.widget_calendar th {
	border: none;
	text-align: center;
}

.widget_calendar #today {
	background: #E12454;
	color: #fff;
}

.widget_calendar a {
	font-weight: 900;
	text-decoration: none;
}

/* Text widget */
.textwidget {
	line-height: 1.7em;
}

.footer .widget span.count {
	background-color: rgb(48, 74, 94);
}

.widget span.count {
	position: absolute;
	top: 0;
	right: 40%;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
	min-width: 10px;
	border: 1px solid transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget_categories ul li:hover .count {
	border-color: #e12454;
}

/* Footer widget stylings */
footer .widget_nav_menu ul li a:before {
	display: inline-block;
	color: #929292;
	font-size: 10px;
	margin-right: 10px;
	margin-top: -2px;
	font-weight: 400;
	vertical-align: middle;
	zoom: 1;
}

footer .widget_pages a:before,
footer .widget_pages a:before,
footer .widget_nav_menu a:before,
footer .widget_nav_menu a:before {

	display: inline-block;
	color: #929292;
	font-size: 9px;
	margin-right: 10px;
	margin-top: -2px;
	font-weight: 400;
	vertical-align: middle;
	zoom: 1;
}

footer .widget_pages a:hover::before,
footer .widget_pages a:focus::before,
footer .widget_nav_menu a:hover::before,
footer .widget_nav_menu a:focus::before {
	color: #e12454;
}

footer .widget_pages a:hover,
footer .widget_pages a:focus,
footer .widget_nav_menu a:hover,
footer .widget_nav_menu a:focus {
	margin-left: 5px;
}

footer .widget_pages a:hover,
footer .widget_pages a:focus,
footer .widget_nav_menu a:hover,
footer .widget_nav_menu a:focus,
footer .widget_pages a,
footer .widget_pages a,
footer .widget_nav_menu a,
footer .widget_nav_menu a {
	border: none;
	font-style: 14px;
}

.footer-widgets {
	margin: 2em 0 0;
	padding: 1em 0;
	background-color: #1a1a1a;
}

/* widg�*/
.widget-area .widget {
	border-bottom: 1px solid #eee;
	background: #fff;
	padding: 15px 16px;
}

.widget-area .widget ul li a {
	text-decoration: none;
}

.widget h2.widget-title {
	margin-bottom: 5px;
	margin-top: 0;
	position: relative;
	padding-left: 15px;
	font-weight: 500;
}

.widget h2.widget-title:before {
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 3px;
	height: 22px;
	background: #E12454;
}

/* tag cloud�*/
.widget_tag_cloud .tagcloud a {
	text-decoration: none;
	color: #333;
	font-size: 16px ;
	text-transform: capitalize;
	border: 1px solid #333;
	padding: 5px 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget_tag_cloud .tagcloud a:hover {
	background: #333;
	color: #fff;
}

.site-footer .widget_tag_cloud .tagcloud a {
	color: #fff;
}

/* widget links*/
.widget ul li a {
	color: #555;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget ul li a:hover {
	color: #e12454;
}

.widget span.count {
	border: 1px solid #333;
}

.site-footer ul li a {
	color: rgba(255, 255, 255, 0.5);
	display: block;
}

/* blog element�*/
.elementor-widget-opstore-blog .row.news-wrap .post .post-info {
	font-size: 13px;
	padding: 15px 0;
}

.elementor-widget-opstore-blog .row.news-wrap .post .post-info span:not(:first-child) {
	padding-left: 11px;
}

.elementor-widget-opstore-blog .row.news-wrap .post h4.entry-title {
	margin: 0;
	font-size: 22px;

}

.elementor-widget-opstore-blog .row.news-wrap .post h4.entry-title a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.opstore-btn.bdr:visited,
a.opstore-btn,
.elementor-widget-opstore-blog .row.news-wrap .post h4.entry-title a:hover {
	color: #e12454;
}


/* Mobile Navigation �*/
.mob-nav-wrapp {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #FFF;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	overflow: auto;
	padding-top: 30px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.mob-nav-wrapp .close-wrapp {
	padding: 20px;
	border-bottom: 1px solid #f4f0f0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.mob-nav-wrapp span.icon-wrapp svg {
	vertical-align: middle;
}

.mob-nav-wrapp span.text {
	padding-right: 10px;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

body.admin-bar .site-header.toggled-on .mob-nav-wrapp {
	margin-top: 35px;
}

.site-header.toggled-on .mob-nav-wrapp {
	opacity: 1;
	left: 0;
	right: 0;
	visibility: visible;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.075);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.mob-outer-wrapp {
	background: #fff;
	padding: 15px 0;
}

.mob-nav-wrapp .mob-primary-menu li ul {
	background: rgba(179, 179, 179, 0.1);
}

.mob-nav-wrapp .mob-primary-menu li {
	position: relative;
}

.mob-nav-wrapp .mob-primary-menu li .sub-toggle {
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 12px;
	border-left: 1px solid #666;
}

.mob-nav-wrapp .mob-primary-menu li .sub-toggle:hover {
	cursor: pointer;
}


.mob-outer-wrapp .site-branding {
	float: left;
	width: 45%;
}

.mob-outer-wrapp .toggle-wrapp {
	float: right;
	padding: 15px;
}

button.toggle.close-wrapp.toggle-wrapp {
	float: none;
}

.mob-outer-wrapp .container {
	padding: 0 10px;
}

.mob-primary-menu,
.mob-primary-menu li ul {
	margin: 0;
	padding: 0;
}

.mob-primary-menu li {
	list-style: none;
	border-bottom: 1px solid #f4f0f0;
}

.mob-primary-menu li a {
	text-decoration: none;
	text-transform: capitalize;
	padding: 15px 20px;
	color: #333;
	display: block;
}

.mob-nav-wrapp .mob-primary-menu li ul li a {
	color: #666;
}

/* bomile menu toggle�*/
.toggle-wrapp {
	position: relative;
}

span.menu-toggle:before,
span.menu-toggle:after {
	display: block;
	content: "";
}

span.menu-toggle,
span.menu-toggle:before,
span.menu-toggle:after {
	position: absolute;
	width: 40px;
	height: 3px;
	right: 0;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #333;
}

span.menu-toggle:before {
	top: -10px;
}

span.menu-toggle:after {
	bottom: -10px;
}

span.toggle-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 5px;
}

span.toggle-wrapp {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 17px 15px 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	padding-top: 0;
}


/* mobile social icons�*/
.mob-nav-wrapp .social {
	margin-top: 30px;
	padding: 0;
	margin-left: 10px;
}

.mob-nav-wrapp .social li a {
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mob-nav-wrapp .social li a:hover {
	color: #e12454;
}

/* 404 page�*/
.error404 .site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

section.error-404.not-found {
	text-align: center;
}

/* sticky�post*/
article.sticky {
	background: #f1f1f1;
	padding: 15px 0;
}

.elementor-image-gallery .gallery-item {
	max-width: 100% ;
}

.elementor-image-gallery .gallery {
	grid-gap: 0.2em;
}


/* masonry blog�*/
body.masonry-layout .site-main article.post {
	float: left;
	width: 31%;
	margin-bottom: 35px;
	outline: 1px solid #efefef;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body.masonry-layout .site-main article.post:not(:nth-child(3n)) {
	margin-right: 3.5%;
}

body.masonry-layout .site-main article.post:nth-child(4) {
	clear: both;
}

body.masonry-layout .arrival-archive-navigation {
	clear: both;
}

body.masonry-layout .post-content-wrap {
	padding: 16px;
}

body.masonry-layout .site-main article.post:hover {
	-webkit-transform: translate(0, -4px);
	-moz-transform: translate(0, -4px);
	-ms-transform: translate(0, -4px);
	-o-transform: translate(0, -4px);
	transform: translate(0, -4px);
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.055);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.055);
}

body.masonry-layout .post-content-wrap p {
	color: #5d5b5b;
	line-height: 1.9;
	-ms-word-break: break-all;
	word-break: break-all;
}

body.masonry-layout.has-sidebar .site-main article.post {
	width: 46%;
}

body.masonry-layout.has-sidebar .site-main article.post:nth-child(4) {
	clear: none;
	margin-left: 3.5%;
}

/* inner page header bg image�*/
body.header-bg-image.arrival-inner-page .site-header,
body.header-bg-image.arrival-inner-page .site-header .main-header-wrapp,
body.header-bg-image.arrival-inner-page .site-header .top-header-wrapp {
	position: relative;
}

.arrival-breadcrumb-wrapper {
	position: relative;
	padding: 50px 0 55px;
	margin-bottom: 2rem;
}

.arrival-bread-wrapp {
	text-align: center;
	position: relative;
}

.breadcrumb-title h1,
nav.breadcrumb-trail.breadcrumbs ul li a,
.arrival-bread-wrapp {
	color: #fff;
	z-index: 1;
}

.breadcrumb-title h1 {
	margin-bottom: 0;
}

ul.trail-items {
	margin: 0;
	padding: 0;
}

nav.breadcrumb-trail.breadcrumbs ul li a {
	text-decoration: none;
}

nav.breadcrumbs ul.trail-items li:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	height: 18px;
	width: 2px;
	background: #fffcfc;
	-webkit-transform: rotate(20deg) translateY(-50%) translateZ(0);
	-moz-transform: rotate(20deg) translateY(-50%) translateZ(0);
	-ms-transform: rotate(20deg) translateY(-50%) translateZ(0);
	-o-transform: rotate(20deg) translateY(-50%) translateZ(0);
	transform: rotate(20deg) translateY(-50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

nav.breadcrumbs ul.trail-items li.trail-end.current:after {
	content: none;
}

nav.breadcrumb-trail.breadcrumbs ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding: 10px;
}

.img-overlay {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 0;
}

/* body.arrival-inner-page .site-header{
	margin-bottom: 35px;
} */
.single .top-header-wrapp .container.op-grid-two {
	margin-bottom: 20px;
}

body.arrival-inner-page .site-header.seperate-breadcrumb {
	margin-bottom: 0;
	padding-bottom: 0;
}

.hdr-breadcrumb .mob-outer-wrapp,
.hdr-breadcrumb .main-header-wrapp,
.hdr-breadcrumb .arrival-breadcrumb-wrapper,
.hdr-breadcrumb .top-header-wrapp {
	/* z-index: 1; */
	position: relative;
}

.hdr-breadcrumb h3.page-subtitle {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

/*-----------------
input type number arrows disable
---------------------------*/
.woocommerce .quantity input.input-text[type="number"]::-webkit-outer-spin-button,
.woocommerce .quantity input.input-text[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .quantity input.input-text[type="number"] {
	-moz-appearance: textfield;
}

/*------------------
submenu when last and second last
------------------------------*/
.main-navigation>ul>li:last-child ul ul,
.main-navigation ul li:nth-last-child(2) ul ul,
.arrival-top-navigation ul li:last-child ul,
.arrival-top-navigation ul li:nth-last-child(2) ul {
	left: -100%;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}

/*----------------
submenu link hoverable
---------------------*/
/* ul.sub-menu li a:hover:before {
    width: 15px;
    display: block;
}
ul.sub-menu li a:hover{
	padding-left: 32px;
}

ul.sub-menu li a:before {
	position: absolute;
    content: '';
    top: 50%;
    left: 10px;
    display: block;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: 0.4s ease-in-out;
} */
ul.sub-menu li a {
	position: relative;
}

header.hover-layout-two .main-header-wrapp nav.main-navigation ul.arrival-main-navigation>li.menu-item>a {
	position: relative;
}

header.hover-layout-two .main-header-wrapp nav.main-navigation ul.arrival-main-navigation>li.menu-item>a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #E12454;
	opacity: 0;
	transition: 300ms ease-in-out;
	transform: scale(0);
}

header.hover-layout-two .main-header-wrapp nav.main-navigation ul.arrival-main-navigation>li.menu-item:hover>a:before {
	opacity: 1;
	transform: scale(1);
}

header.hover-layout-three .main-header-wrapp nav.main-navigation ul.arrival-main-navigation>li.menu-item>a {
	position: relative;
	transition: 300ms ease-in-out;
}

header.hover-layout-three .main-header-wrapp nav.main-navigation ul.arrival-main-navigation>li.menu-item:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 0;
	content: '';
	background: #E12454;
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease-in-out;
}

header.hover-layout-three .main-header-wrapp nav.main-navigation ul.arrival-main-navigation>li.menu-item:hover:before {
	opacity: 1;
	visibility: visible;
	height: 60%;
}

header.hover-layout-three .main-header-wrapp nav.main-navigation ul.arrival-main-navigation>li.menu-item:hover>a {
	color: #fff;
}

.main-navigation .dropdown {
	margin-right: 4px;
}

header.hover-layout-three .main-header-wrapp nav.main-navigation ul.arrival-main-navigation>li.menu-item:hover>.dropdown .dropdown-symbol {
	border-color: #fff;
}

section.no-results.not-found {
	text-align: center;
	padding-bottom: 30px;
}

/* center header menu�*/
body.center-menu header.site-header .primary-menu-container {
	text-align: left;
}

.op-grid-three {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
	align-items: center;
}

.header-last-item {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 70px;
	padding: .4em 0.5em;
}

.header-last-item.search-wrap.header-btn a.header-cta-btn {
	text-decoration: none;
}

/* after top header section�*/
.after-top-header-wrapp .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single .after-top-header-wrapp {
	margin-top: -20px;
}

.menu-middle-center .after-top-header-wrapp.col-1 .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.after-top-header-wrapp.col-1>.container {
	display: block;
}

.after-top-header-wrapp {
	background: #FFF;
}

.after-top-header-wrapp.col-1 .widget_arrival_info {
	width: 100%;
}

.after-top-header-wrapp.col-1 .widget_arrival_info .info-wrap {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-gap: 10px;
}


.after-top-header-wrapp .icon-wrap {
	float: left;
	display: inline-block;
	height: auto;
	margin-right: 0;
	position: relative;
	text-align: center;
	top: 5px;
	width: auto;
	line-height: 35px;
}

.after-top-header-wrapp .text-wrapper {
	margin-left: 20px;
	padding-left: 25px;
}

.after-top-header-wrapp .title-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.after-top-header-wrapp .contact-vfy {
	font-size: 14px;
}

.after-top-header-wrapp .icon-wrap i {
	font-size: 40px;
	font-weight: 200;
}


.top-header-wrapp.yes {
	padding-bottom: 0;
}


header ul.social,
header .top-nav-wrap {
	display: inline-block;
}

.header-last-item.search-wrap .search-wrap i:hover {
	cursor: pointer;
}

.header-last-item.search-wrap .search-wrap {
	display: inline-block;
}

.header-last-item.search-wrap .search-wrap:hover {
	cursor: pointer;
}

.contact-info-wrapp.logo-only .container .site-branding {
	text-align: center;
	float: none;
	width: auto;
}


header .header-last-item span.cart-count {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-last-item.search-wrap .search-wrap svg {
	vertical-align: sub;
}

.main-header-wrapp.boxed.on {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}

.main-header-overlap .main-header-wrapp.boxed.on {
	top: 40px;
}

body.header-bg-image.arrival-inner-page .site-header .main-header-wrapp.boxed.on {
	position: absolute;
}

/* transparent header�*/
body.home.page-template .arrival-transparent-header {
	position: absolute;
	width: 100%;
	background: transparent;
}

body.home .arrival-transparent-header .main-header-wrapp.boxed .container,
body.home .arrival-transparent-header .main-header-wrapp.full {
	background: transparent;
	box-shadow: none;
}

/* display header icon and logo inline�*/
.site-branding .site-branding a,
.site-branding .text-wrapp {
	display: inline-block;
}

.breadcrumb-off {
	padding-bottom: 32px;
}

.main-navigation li:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

body.single .site {
	margin-top: 70px;
}