/*
Theme Name: Gleam
Theme URI: https://matchthemes.com/premium/gleam-photography-wordpress-theme/
Description: Gleam - Portfolio Photography WordPress Theme
Version: 1.9.4
Author: MatchThemes
Author URI: https://matchthemes.com
Tested up to: 6.8
Requires PHP: 7.4
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: gleam
*/

/*************************************
 
  	1. MAIN STYLES
	
	2. HEADER
	
	3. HOME
	
	4. PAGES
	
		4.1 ALBUMS
		
		4.2 GALLERY

	5. BLOG
	
	6. FOOTER
	
	7. OTHER
	
	8. RESPONSIVE MEDIA QUERIES
 
************************************/

/**
* #1.# MAIN STYLES
*
* 
*/

/* RESET STYLES */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.no-margin {
	margin: 0 !important;
}

.no-bottom {
	margin-bottom: 0;
}

.no-padding {
	padding: 0;
}

.column-clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.wp-caption-text,
.gallery-caption {
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor .comment-body {
	border-color: 1px solid #fff;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size: 0.8em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000;
	/* Above WP toolbar */
}

.alignright {
	float: right;
	margin: 4px 0 0 24px;
}

.alignleft {
	float: left;
	margin: 4px 24px 0 0;
}

.aligncenter {
	margin: 24px auto;
	text-align: center;
	display: block;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

pre,
code {
	background: #eee;
	color: #151515;
	font-family: "Courier New", Courier, monospace;
	padding: 8px;
	font-size: 13px;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 24px;
	white-space: pre-wrap;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: #ffffff;
	color: #858585;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

html,
body{
  width:100%;
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #151515;
	font-weight: 700;
	line-height: 1.5;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 16px;
}


.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	margin-bottom: 24px;
}

a{
	text-decoration: none;
}

a,
.pcolor,
.pcolori .elementor-icon{
	color: #8bb8c1;
}

p a {
	text-decoration: none;
}

a:hover,
p a:hover {
	color: #8bb8c1;
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

a:focus-visible{
	outline: solid 1px #0d96c8;
}

ul,
ol {
	margin: 0 0 16px 24px;
}

ul li,
ol li{
	margin-bottom: 8px;
}

.list-circle{
	margin: 0 0 24px 0;
}
.list-circle li{
		list-style: none;
		position: relative;
		padding-left: 16px;
}
.list-circle li:before{
		content:'';
		position: absolute;
		left: 0;
		top: 50%;
		width: 5px;
		height: 5px;
		background: #8bb8c1;
		border-radius: 99em;
		
		-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6em;
	color: #151515;
	position: relative;
	letter-spacing: 0.05em;
	margin: 32px 0 42px 0;
	padding-left: 54px;
}

blockquote:before{
	content: "";
	display: inline-block;
	margin-right: 0;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	color: #8bb8c1;
	width: 5px;
	height: 100%;
	background: #8bb8c1;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote cite {
	color: #8bb8c1;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 16px;
}

p,
ul,
ol {
	margin-bottom: 24px;
}

/* definition lists */
dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}

/* tables */
table {
	border: 1px solid #e9e9e9;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	border-collapse: collapse;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	text-align: center;
	padding: 16px;
}

table th {
	font-weight: bold;
}

div p:last-of-type {
	margin-bottom: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a,
.view-more,
#submit,
.wpcf7-submit,
.white-btn,
.post-password-form input[type="submit"],
.elementor-widget-tabs .elementor-tab-title,
.elementor-accordion .elementor-tab-title,
.elementor-toggle .elementor-tab-title,
.send-btn,
.post-image a:before,
.gallery-post a:after,
.elementor-social-icon:hover i,
.grid-item-v2 .grid-item-img-v2:after,
.grid-item-v2 .port-caption-v2,
.grid-item-v3 .port-caption-v3,
.grid-item-v3 .grid-item-img-v3:after,
.port-item-htext-v2 .port-title-masonry-v2,
.port-item-htext-v2 .port-categ-masonry-v2,
.port-item-htext-v2 .port-img:after,
.port-item-htext-v2 .port-img-v2 img,
.metro-image img,
.gallery-post .btn-lightbox{
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.container,
.row > *{
	padding-left: 15px;
	padding-right: 15px;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

/**
* #2. # HEADER
*
* 
*/

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

/*** menu large screens ***/
.menu-nav {
	margin: 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 32px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.menu-nav li:first-child {
	margin-left: 0;
}

.menu-nav li a {
	color: #ffffff;
	padding: 28px 0;
	display: block;
}

.menu-nav li a:before {
    position: absolute;
    display: block;
    bottom: 28px;
    left: 0;
    width: 0;
    border-top: 1px solid #ffffff;
    content: '';
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -moz-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -o-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -ms-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
}


.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: #ffffff;
}

.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {

    left: 0;
    width: 100%;
    border-color: #ffffff;

}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 28px 0;
	width: 265px;
	text-align: left;
	position: absolute;
	top: 72px;
	left: -36px;
	background: #fff;
	z-index: 5;
	-webkit-box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.05);
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 12px;
}

.menu-nav ul li > a {
	display: block;
	padding: 8px 36px;
	color: #0e1219;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
	outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #8bb8c1;
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

.menu-nav li:hover > ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}

.menu-nav .edge > ul{
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}
/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	padding-bottom: 15px;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 4px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	left: 8px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 48px;
}

.menu-mobile li {
	font-size: 13px;
	font-weight: 600;
	padding-top: 24px;
	list-style: none;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.menu-mobile li a {
	color: #fff;
	display: block;
	line-height: 1.5;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #8bb8c1;
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	margin-right: 0;
	font-size: 13px;
	font-weight: 700;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "-";
}

.menu-mobile ul {
	margin-left: 0;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}

.menu-mobile ul li {
	font-size: 12px;
	padding-top: 16px;
	text-transform: none;
	padding-left: 16px;
	display: block;
	text-transform: uppercase;
}

.menu-contact {
	margin-top: 81px;
	padding-left: 48px;
	font-size: 14px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 8px;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}
.menu-contact .social-media li a{
	color: #fff;
}
/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	overflow-x: hidden;
	width: 350px;
	height: 100%;
	background: #151515;
	opacity: 0;
	padding: 0 30px;
	-webkit-transform: translateX(400px);
	-ms-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.modal-menu-container {
	position: relative;
}

.exit-mobile {
	cursor: pointer;
	padding: 7px 1px;
	display: inline-block;
	margin-top: 32px;
	background:none;
	border: none;
}

.icon-bar1 {
	top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-bar2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/***** END MODAL WINDOW ******/

.social-media,
.footer-social {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.social-media li,
.footer-social li {
	display: inline-block;
	font-size: 14px;
	margin-left: 16px;
	margin-bottom: 0;
}

.social-media svg{
	width: 14px;
	vertical-align: sub;
}

.social-media li a {
	color: #ffffff;
}

.social-media svg path{
	fill: #ffffff;
}

.social-media li:first-child,
.footer-social li:first-child {
	margin-left: 0;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

.social-media li a.social-twitter:hover svg path{
	fill: #29C5F6 !important;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-gplus:hover {
	color: #E75C3C !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-tripadvisor:hover {
	color: #00AF87 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-dribbble:hover {
	color: #ED4F8C !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}


.header-social-1 {
	text-align: right;
}

/** Header 1 **/

.logo-1,
.header-social-1{
	flex: 1 1 0;
}

.header-container{
	display: flex;
	align-items: center;
}

.nav-holder-1 {
	text-align: center;
}

.logo img {
	background: none;
}

.logo-txt {
	font-size: 32px;
	font-weight: 700;
}

.logo-txt a {
	color: #ffffff;
}

.logo-dark{
	display: none;
}

.nav-fixed-top .logo-dark,
.no-top-image .logo-dark{
	display: block;
}

.nav-fixed-top .logo-white,
.no-top-image .logo-white{
	display: none;
}

/** Header 2 **/

.header-2 .header-container{
	display: block;
}
.nav-holder-2,
.logo-2,
.social-header2 {
	text-align: center;
}

.header-2.nav-fixed-top .logo-2,
.header-2.nav-fixed-top .social-header2{
	display: none;
}

/** Header 3 **/

.header-3,
.header-4{
	padding-top: 16px;
	padding-bottom: 16px;
}

.logo-3{
	flex: 1 1 0;
}

.header-social-3{
	margin-left: 32px;
}

.nav-button-holder-3,
.nav-button-holder-4{
	display: block;
	text-align: right;
}

/** Header 4 **/

.logo-4{
	text-align: center;
}

.header-social-4,
.nav-button-holder-4{
	flex: 1 1 0;
}

/** Header 5 **/

.logo-menu-5{
	text-align: center;
}

.header-social-5,
.btn-header{
	flex: 1 1 0;
}

.btn-header{
	text-align: right;
}

.nav-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #fff;
	margin-top: 0;
	
	-webkit-backface-visibility: hidden;
-webkit-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-moz-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-o-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-ms-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
}

/* no top featured image */

.no-top-image .logo-txt a,
.nav-fixed-top .logo-txt a {
	color: #151515;
}

.no-top-image .social-media li a,
.nav-fixed-top .social-media li a{
	color: #151515;
}

.no-top-image .social-media svg path{
	fill: #151515;
}

.no-top-image .icon-bar,
.nav-fixed-top .icon-bar{
	background: #151515;
}

.no-top-image .icon-bar:before,
.no-top-image .icon-bar:after,
.nav-fixed-top .icon-bar:before,
.nav-fixed-top .icon-bar:after {
	background: #151515;
}

.no-top-image .menu-nav li a,
.nav-fixed-top .menu-nav li a{
	color: #151515;
}

.no-top-image .menu-nav li a:hover,
.no-top-image .menu-nav > li:hover > a,
.no-top-image .menu-nav > li.current-menu-item > a,
.nav-fixed-top .menu-nav li a:hover,
.nav-fixed-top .menu-nav > li:hover > a,
.nav-fixed-top .menu-nav > li.current-menu-item > a {
	background: none;
	color: #151515;
}

.no-top-image .menu-nav > li:hover > a:before,
.no-top-image .menu-nav li.current-menu-item > a:before,
.nav-fixed-top .menu-nav > li:hover > a:before,
.nav-fixed-top .menu-nav li.current-menu-item > a:before {

    border-color: #151515;

}

.no-top-image .menu-contact .social-media li a{
	color: #ffffff;
}

.no-top-image .menu-contact .social-media svg path{
	fill: #ffffff;
}


/**
* #3.# HOME
*
* 
*/

/* SLIDER */

.slider-container {
	position: relative;
	margin-bottom: 108px;
	height: 100vh;
	overflow: hidden;
}

.slider-img,
.slider-img-v2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.slider-img:before {
	content: '';
	background: rgba(14, 18, 25, 0.2);
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-text{
	width: 80%;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}

.slider-text h1 {
	font-size: 72px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 16px;
}

.slider-text .view-more {
	margin-top: 32px;
}

.slider-container .swiper-pagination{
	color: #ffffff;
	font-size: 11px;
	display: none;
}

/* SLIDER v2 */

.slider-holder-v2{
	display:flex;
	height: 100vh;
}

.slider-img-v2,
.slider-caption-v2{
	width: 50%;
}

.slider-caption-v2{
	background: #151515;
	position: relative;
}

.slider-caption-v2 .slider-text{
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}


/* SLIDER BOXED */

.slider-boxed{
	margin-top: 108px;
}

.slider-boxed,
.slider-item-box3{
	height: 700px;
}

.swiper-mt-button-next,
.swiper-mt-button-prev {
    position: absolute;
    top: 50%;
	left: 20px;
    width: 17px;
    height: 30px;
    margin-top: calc(0px - 30px / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-mt-button-next{
	left: auto;
	right: 20px;
}

.swiper-mt-button-prev{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}	

.swiper-mt-button-next svg,
.swiper-mt-button-prev svg {
	fill: #ffffff;
}

/* BKG VIDEO */

.video-container{
	position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100vh;
overflow: hidden;
z-index: 1;
margin-bottom: 108px;
}

.video-container:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}	

.video-container video{
	position: absolute;
left: 50%;
width: auto;
height: 100vh;
top: 50%;
min-width: 125%;
min-height: 125%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

.video-container iframe {
	position: absolute;
left: 50%;
width: 100vw;
height: 100vh;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

/* END BKG VIDEO */


/**
* #4.# PAGES
*
* 
*/

/* HEADER PAGES */
.top-single-bkg {
	overflow: hidden;
	position: relative;
	margin-bottom: 108px;
	width: 100%;
	height: 100vh;	
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-single-bkg:before {
	content: '';
	background: rgba(14, 18, 25, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.topnoimg{
	height: 400px;
	background: #e9f5f7;
}
.topnoimg.top-single-bkg:before {
	display: none;
}

.top-single-bkg .inner-desc {
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 50%;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-post-title {
	font-size: 81px;
	color: #fff;
	font-weight: 700;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.3em;
}

.post-subtitle,
.page-subtitle {
    font-size: 14px;
	font-weight: 600;
	color: #fff;
    letter-spacing: 0.05em;
    margin-top: 8px;
    display: block;
	line-height: 1.1;
	text-transform: uppercase;
}

.topnoimg .single-post-title,
.topnoimg .post-subtitle,
.topnoimg .page-subtitle{
	color: #151515;
}

.top-blogfront{
	height: auto;
}
.top-blogfront:before{
	display: none;
}


/* END HEADER PAGES */

#wrap-content p,
.article-excerpt,
.practice-icon-content,
aside p {
    line-height: 1.7;
}

.page-holder p,
.blog-post-single p{
	margin-bottom: 32px;
}

.img-fluid,
.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

/**
* #4.1# ALBUMS
*
* 
*/

#fs-holder{
	padding: 0 30px;
}

/* GRID */

.port-grid{
	margin-bottom: -30px;
}

.port-item-htext {
	position: relative;
	margin-bottom: 30px;
}

.port-item-htext .port-img {
	position: relative;
	overflow: hidden;
}

.port-item-htext .port-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #151515;
	opacity: 0.2;
	z-index: 2;
}

.port-item-htext .port-img:after,
.port-caption,
.album-arrow,
.album-arrow:before,
.album-arrow-grid {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.port-caption {
	position: absolute;
	z-index: 4;
	padding: 0 30px;
	left: 0;
	bottom: 30px;
}

.port-caption h2,
.port-caption-masonry h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.03em;
	margin: 0;
}

.portfolio-categ,
.port-categ-masonry {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.portfolio-categ li,
.port-categ-masonry li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 4px 8px 0 0;
	letter-spacing: 0.03em;
	color: #fff;
}

.portfolio-categ li:last-child,
.port-categ-masonry li:last-child {
	margin-right: 0;
}

.album-arrow-grid{
	color: #fff;
	font-size: 24px;
	position: absolute;
	bottom: 30px;
	right: 60px;
	z-index: 4;
	opacity: 0;
}

.port-item-htext:hover .port-img:after{
	opacity: 0.95;
	background: #8bb8c1;
}

.port-item-htext:hover .album-arrow-grid{
	opacity: 1;
	right: 30px;
}

.port-grid-4cols .port-caption h2{
	font-size: 20px;
}

.port-grid-4cols .portfolio-categ li{
	font-size: 11px;
}

.portfolio-filter {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
}

.portfolio-filter li {
	display: inline-block;
	margin: 0 16px 0 16px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.portfolio-filter li:first-child{
	margin-left: 0;
}

.portfolio-filter li a{
	color: #151515;
}

.portfolio-filter li a.current,
.portfolio-filter li a:hover {
	color: #8bb8c1;
}

/* GRID v2 */

.port-grid-v2,
.port-grid-v3,
.port-grid-v4{
	display: flex;
	flex-wrap: wrap;
}

.grid-item-v2,
.grid-item-v3{
	width: 33.333%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.grid-item-2cols-v2,
.grid-item-2cols-v3{
	width: 50%;
}

.grid-item-4cols-v2,
.grid-item-4cols-v3{
	width: 25%;
	height: 300px;
}

.grid-item-img-v2,
.grid-item-img-v3{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.grid-item-img-v2:after,
.grid-item-img-v3:after {
      content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    opacity: 0;
    z-index: 2;
}

.port-caption-v2,
.port-caption-v3 {
	text-align: center;
    position: absolute;
    z-index: 4;
    padding: 0 30px;
	width: 100%;
    left: 50%;
    top: 50%;
	
	opacity: 0;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.port-caption-v2 h2,
.port-caption-v4 h2{
	color: #ffffff;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.grid-item-4cols-v2 .port-caption-v2 h2,
.grid-item-4cols-v3 .port-caption-v3 h2{
	font-size: 28px;
}

.grid-item-v2:hover .grid-item-img-v2:after{
	background: #ffffff;
	opacity: 1;
}

.grid-item-v2:hover .port-caption-v2 h2{
	color: #151515;
}

.grid-item-v2:hover .portfolio-categ li{
	color: #858585;
}

.grid-item-v2:hover .port-caption-v2{
	opacity: 1;
}

/* GRID v3 */

.grid-item-1cols-v3{
	width: 100%;
	height: 600px;
}

.grid-item-img-v3:after {
	opacity: 0.2;
}

.port-caption-v3 {
	opacity: 1;
}

.port-caption-v3 h2{
	color: #ffffff;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.grid-item-1cols-v3 .port-caption-v3 h2{
	font-size: 48px;
}

.grid-item-v3:hover .port-caption-v3,
.grid-item-v3:hover .grid-item-img-v3:after{
	opacity: 0;
}

#parallax-grid .grid-item-img-v3 {
    background-attachment: fixed;
}

#parallax-grid .grid-item-v3:hover .port-caption-v3{
	opacity: 1;
}

.portfolio-layout-masonry2{
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item-style2,
.grid-item-style3{
	width: 25%;
	padding: 15px;
}

.grid-item-style2:nth-child(6n+1),
.grid-item-style2:nth-child(6n+6),
.grid-item-style3:nth-child(7n+1){
	width: 50%;
}

/* GRID v4 */

.port-grid-v4{
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item-v4-init{
	width: 25%;
}

.grid-item-v4{
	width: 25%;
	height: 350px;
	position: relative;
	overflow: hidden;
	padding: 15px;
}

.grid-item-v4-style1:nth-of-type(8n+1),
.grid-item-v4-style1:nth-of-type(8n+7),
.grid-item-v4-style2:nth-of-type(7n+1),
.grid-item-v4-style3:nth-of-type(6n+1),
.grid-item-v4-style3:nth-of-type(6n+5){
	width: 50%;
	height: 700px;
}

.grid-item-v4-style1:nth-of-type(8n+4),
.grid-item-v4-style1:nth-of-type(8n+8),
.grid-item-v4-style2:nth-of-type(7n+2),
.grid-item-v4-style2:nth-of-type(7n+3){
	width: 50%;
}

.grid-item-v4-style3{
	width: 50%;
}

.grid-item-img-v4 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.item-img-v4{
	position: absolute;
	left: -50px;
	top: 0;
	height: 100%;
	width: calc(100% + 50px);
	background-size: cover;
	background-position: center center;
	-webkit-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.grid-item-v4:hover .item-img-v4{
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}

.item-img-v4:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
	
	-webkit-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.grid-item-v4:hover .item-img-v4:before{
	opacity: 0.7;
}

.port-caption-v4 {
    position: absolute;
    top: 50%;
    right: -100%;
	width: 90%;
	text-align: center;
	
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	
    -webkit-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -moz-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -o-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -ms-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.grid-item-v4:hover .port-caption-v4{
	right: 50%;
}

.port-caption-v4 h2{
	font-size: 28px;
}

.grid-img-icon{
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	margin-top: 16px;
}

/* MASONRY */

.port-masonry{
	margin-bottom: -54px;
}

.port-caption-masonry{
	text-align: center;
	margin-bottom: 54px;
}

.port-item-masonry .port-item-htext{
	margin-bottom: 16px;
}

.port-caption-masonry h2 a{
	color: #151515;
}

.port-caption-masonry h2 a:hover,
.port-categ-masonry li a:hover{
	color: #8bb8c1;
}

.port-categ-masonry li a{
	color: #858585;
}

.port-item-masonry .port-item-htext .port-img:after,
.port-item-htext-v2 .port-img:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #8bb8c1;
	opacity: 0;
	z-index: 2;
}

.port-item-masonry .port-item-htext:hover .port-img:after,
.port-item-htext-v2:hover .port-img:after{
	opacity: 0.9;
}


.port-item-masonry .album-arrow{
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	z-index: 4;
	opacity: 0;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.port-item-masonry .port-item-htext:hover .album-arrow{
	opacity: 1;
	right: auto;
}

.album-arrow:before,
.album-arrow-grid:before {
    content: "+";
    display: block;
    font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}

.album-arrow:before{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.port-item-masonry .port-item-htext:hover .album-arrow:before{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/* PORTFOLIO MASONRY v2 */

.port-masonry-v2{
	margin-bottom: -30px;
}

.port-item-masonry-v2{
	margin-bottom: 30px;
}

.port-item-htext-v2 .port-img{
	position: relative;
}

.port-item-htext-v2 .port-img:after{
	top: 0;
	left: 0;
}

.port-title-masonry-v2 {
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 45px;
    z-index: 4;
    opacity: 0;
	font-size: 28px;
font-weight: 700;
letter-spacing: 0.03em;
line-height: 1;
}

h2.port-title-masonry-v2{
	margin: 0;
}

.port-masonry-2cols .port-title-masonry-v2{
	font-size: 36px;
}
.port-masonry-4cols .port-title-masonry-v2{
	font-size: 24px;
}

.port-categ-masonry-v2{
	 position: absolute;
    top: 30px;
    left: 45px;
    z-index: 4;
    opacity: 0;
}

.port-categ-masonry-v2 li{
	margin-top: 0;
}

.port-item-htext-v2:hover .port-title-masonry-v2,
.port-item-htext-v2:hover .port-categ-masonry-v2{
	opacity: 1;
}

.port-img-v2{
	overflow: hidden;
}

.port-img-v2 img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.port-item-htext-v2:hover .port-img-v2 img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* PORTFOLIO SLIDER */

.portfolio-slider-holder{
	position: relative;
	overflow: hidden;
}

.portfolio-slider-item{
	height: 600px;
	overflow: hidden;
	position: relative;
}

.portfolio-slider-img {
	position: relative;
	height: 100%;
}

.portfolio-slider-img img{
		
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio-slider-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #151515;
	background: -webkit-linear-gradient(0deg, rgba(21,21,21,0.6) 0%, rgba(255,255,255,0) 50%);
	background: -o-linear-gradient(0deg, rgba(21,21,21,0.6) 0%, rgba(255,255,255,0) 50%);
	background: linear-gradient(0deg, rgba(21,21,21,0.6) 0%, rgba(255,255,255,0) 50%);
    opacity: 1;
    z-index: 2;
}

.portfolio-slider-caption {
	position: absolute;
	left: 0;
	bottom: 32px;
	right: 0;
	text-align: center;
	padding: 0 30px;
	z-index: 4;
}

.portfolio-slider-caption h2{
	color: #ffffff;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.portfolio-slider-img img,
.portfolio-slider-img:after,
.portfolio-slider-item .portfolio-slider-caption{
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;	
}

.portfolio-slider-img:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-slider-img:hover:after,
.portfolio-slider-item:hover .portfolio-slider-caption{
	opacity: 0;
}

/* ZIG-ZAG PORTFOLIO */

.short-portfolio-zigzag{
	margin-bottom: -81px;
}

.port-item-zigzag {
    display: flex;
    align-items: center;
	margin-bottom: 81px;
}

.zigzag-image{
	width: 55%;
flex: 0 0 auto;
margin-right: 54px;
overflow: hidden;
position: relative;
padding-bottom: 400px;
}

.port-item-zigzag:nth-child(2n) .zigzag-image {
    order: 2;
    margin-left: 54px;
    margin-right: 0;
}

.zigzag-image img {
    object-fit: cover;
    object-position: center top;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
	
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);

-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}	

.zigzag-image:hover img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

.zigzag-content{
	width: 100%;
	text-align: center;
position: relative;
}

.single-post-content .zigzag-title{
	margin-bottom: 0;
}

.zigzag-title a{
	color: #151515;
}

.zigzag-title a:hover{
	color: #8bb8c1;
}

.zigzag-content .read-more{
	margin-top: 32px;
}

.zigzag-categ li{
	color: #858585;
}


/* PORTFOLIO METRO */

.portfolio-metro,
.portfolio-metro-style2{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.portfolio-metro{
	grid-auto-flow: dense;
}	

.item-portfolio-metro:nth-child(10n + 1),
.item-portfolio-metro:nth-child(10n + 10){
    grid-area: span 2/span 2;
  }
  
.item-portfolio-metro:nth-child(10n + 8) {
    grid-column: 1;
  }
.item-portfolio-metro:nth-child(10n + 9) {
    grid-column: 2;
  }

.item-portfolio-metro-style2:nth-child(9n+2){
	grid-column: 2/4;
	grid-row: span 2 / span 2;
}


.item-portfolio-metro .post-image{
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.item-metro-holder,
.metro-image{
	width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}

.metro-image a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}	

.img-metro {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100% !important;
}

.metro-image img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.metro-image:hover img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.metro-text-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  pointer-events:none;
  text-align: center;
  opacity: 0;
  width: max-content;
}

.metro-text-holder.visible {
  opacity: 1;
}

.metro-text{
	background: #ffffff;
	padding: 10px 30px;
	opacity: 0;
	transition: opacity .4s;
}

.metro-text-holder.visible .metro-text {
  opacity: 1;
}

.item-title{
	line-height: 1;
}

.metro-title{
	font-size: 1.5rem;
}

.metro-text-holder .portfolio-categ li{
	color: #151515;
	font-size: 11px;
}

/* PORTFOLIO HOVER TEXT v1 */


.portfolio-hover-text-v1-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: -40px;
	margin-left: -40px;
	margin-bottom: -40px;
}

#porto-center .portfolio-hover-text-v1-container{
	justify-content: center;
	text-align: center;
}

.portfolio-hover-text-item{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	position: relative;
}

.portfolio-hover-text-item:after{
    content: "-";
    position: absolute;
    right: -10px;
    top: 0;
	font-size: 48px;
	color: #151515;
}

.portfolio-hover-text-item:last-child:after{
	display: none;
}

.portfolio-hover-text-item h2{
	font-size: 54px;
	text-transform: uppercase;
}

.portfolio-hover-text-item h2 a{
	color: #151515;
	position: relative;
	line-height: 1.2;
	background-color: transparent;
}

.portfolio-hover-text-item h2 a:before{
content: attr(data-text);
position: absolute;
left: 0;
top: 0;
display: block;
mix-blend-mode: overlay;
color: #ffffff;
opacity: 0;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}

.portfolio-hover-text-item.visible h2,
.portfolio-hover-text-item.visible h2 a:before{
	z-index: 2;
}

.portfolio-hover-text-item.visible h2 a:before{
	opacity: 1;
}

.hover-text-item-image{
	opacity: 0;
	transition: opacity .4s;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    pointer-events: none;
    z-index: 1;
}

.portfolio-hover-text-item.visible .hover-text-item-image{
	opacity: 1;
}


.hover-text-item-image img{
    transform: translate(-50%, -50%);
}	

/* PORTFOLIO HOVER TEXT v2 */

.portfolio-hover-text-v2-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.portfolio-hover-text-v2-left {
	width: 33.333%;
	padding-right: 54px;
}

.portfolio-hover-text-v2-right {
  flex: 1 1 0;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.portfolio-hover-text-item-v2{
	margin-bottom: 24px;
}

.portfolio-hover-text-item-v2 h2 a{
	color: #151515;
	text-transform: uppercase;
}

.portfolio-hover-text-item-v2 h2 a:hover{
	color: #8bb8c1;
}

.hover-text-item-image-v2{
	opacity: 0;
	transition: opacity .5s;
	width: 100%;
	visibility: hidden;
}

.hover-text-item-image-v2.visible{
	opacity: 1;
	visibility: visible;
}

.hover-text-image-v2-inner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.hover-text-item-image-v2 img {
	transform: scale(0.8,0.8);
	transition: transform .5s cubic-bezier(.25,.65,.45,1);
}	

.hover-text-item-image-v2.visible img {
	transform: scale(1,1);
}	

/* 4.2 SINGLE GALLERY */

.gallery-post {
	margin-bottom: 30px;
	position: relative;
}

.fs-gallery {
	padding: 0 15px;
}

.gallery-grid1col{
	text-align: center;
}

.gallery-grid1col img{
	margin-bottom: 8px;
}

.gallery-post a:after {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
	opacity: 0;
}

.gallery-post:hover a:after {
	opacity: 0.3;
}

.btn-lightbox {
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.gallery-post:hover .btn-lightbox {
  opacity: 1;
  top: 50%;
}

/* GALLERY SLIDER v2 */

.gallery-slider-v1,
.gallery-slider-v2{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.gallery-slider-img-v2 img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.gallery-slider-thumb-v2{
	overflow: hidden;
}

.gallery-slider-thumb-v2 .swiper-slide {
      opacity: 0.8;
    }
 .gallery-slider-thumb-v2 .swiper-slide-thumb-active {
     opacity: 1;
 }
 
.gallery-slider-v1{
	height: 550px;
}
 
.gallery-slider-v1 .swiper-wrapper{
	height: 100%;
	align-items: center;
}


.gallery-slider-v1 .swiper-slide{
	width: auto;
	align-items: center;
}

.gallery-slider-img-v1 {
  height: 100%;
}

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


.menu-img2{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	
	-webkit-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.menu-img2:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu-img2 img {
  box-shadow: 5px 5px 12px #eee;
}

/**
* #5.# BLOG
*
* 
*/

.posts-holder {
	
}

.page-holder-sidebar,
.post-sidebar .single-post-holder {
	margin-right: 24px;
}

.posts-holder-push-right {
	order: 2;
	padding-right: 0;
	padding-left: 24px;
}

.article-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 16px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.article-title a {
	color: #151515;
	display: block;
}

.article-title a:hover {
	color: #8bb8c1;
}

.blog-item{
	margin-bottom: 81px;
}

.post-holder{
	text-align: center;
}

.post-meta {
	margin: 0;
	font-size: 0;
	list-style: none;
	margin-bottom: 26px;
}



.post-meta li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #454545;
	line-height:1.1;
	margin-bottom: 6px;
}

.inner-desc .post-meta {
	margin-bottom: 0;
}

.inner-desc .post-meta li{
	margin-bottom: 0;
}

.meta-categ a {
	color: #454545;
}

.meta-categ a:hover {
	color: #8bb8c1;
}

.meta-categ:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 8px;
	margin-bottom: 2px;
	content: '';
	vertical-align: middle;
	background: #8bb8c1;
	border-radius: 99em;
	
}

.post-meta li.meta-sticky {
	background: #8bb8c1;
	padding: 6px 12px;
	margin-left: 8px;
	color: #0e1219;
	border-radius: 99em;
}


.single-post-topheader .post-meta{
	margin-top: 8px;
}


.single-post-topheader .post-meta li{
	font-size: 12px;
}

.topsingleimage{
	height: 600px;
}

.topsingleimage .post-meta li,
.topsingleimage .post-meta li a{
	color: #ffffff;
}

.post-image{
	margin-bottom: 32px;
	position:relative;
	overflow: hidden;
	display: inline-block;
}

.post-image a:before{
	content: '';
	background: #151515;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.post-image:hover a:before{
	opacity: 0.2;
}

.article-excerpt{
	margin-bottom: 42px;
}

.blog-item-1col .post-image{
	margin-top: 16px;
}

.blog-item-1col .post-holder{
	padding: 0 54px;
}

.blog-item{
	text-align: center;
}

/*** BLOG GRID ***/

.post-sidebar .blog-item-2col-grid{
	margin-right: 24px;
}

.post-sidebar .blog-1col,
.post-sidebar .blog-1col-list-left{
	margin-right: 24px;
}

/*** END BLOG GRID ***/

/*** BLOG LIST ***/
.blog-item-1col-list {
	display: flex;
}

.blog-item-1col-list .post-image {
	width: 35%;
	height: 430px;
	overflow: hidden;
	margin-bottom: 0;
	top: 0;
	left: 0;
}

.blog-item .list-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.blog-item-1col-list .post-holder {
	width: 65%;
	margin-top: 0;
	position: relative;
}

.list-holder {
    position: absolute;
	top: 50%;
	left: 54px;
	right: 54px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-item-1col-list .article-title,
.blog-item-1col .article-title {
	font-size: 42px;
}

.blog-item-1col-list .post-holder-noimg {
	width: 100%;
	padding: 0;
}

.post-holder-noimg .list-holder{
	position: relative;
	top: auto;
	left: 0;
	right: 0;
	transform: none;
}

.blog-item-1col-list:last-child {
	margin-bottom: 0;
}
/*** END BLOG LIST ***/

.short-blog-3col-grid .article-title{
	margin-top: 0;
	margin-bottom: 16px;
}

.short-blog-3col-grid .article-excerpt{
	margin-bottom: 0;
}

.single-meta-info {
	text-align: center;
}

.author-single-page {
	margin-top: 81px;
	display: flex;
}

.author-avatar {
	display: block;
}

.author-avatar img {
	border-radius: 99em;
}

.author-content {
	margin-left: 32px;
}

.author-single-page h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 16px;
}

.author-single-page h3 a{
	color: #151515;
}

.author-single-page h3 a:hover{
	color: #8bb8c1;
}

.author-content .social-media {
	margin-top: 8px;
}

.meta-nav-holder {
	margin-top: 54px;
	align-items: center;
}

.single-post-holder .meta-nav-holder {
	margin-top: 81px;
}

.meta-nav {
	padding: 0 15px;
}

.meta-nav a {
	display: block;
	color: #151515;
}

.meta-nav a:hover {
	color: #8bb8c1;
}

.meta-nav-subtitle {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.pn-holder {
	display: flex;
	align-items: center;
}

.pn-img {
	width: 80px;
	height: 0;
	flex: 0 0 auto;
	margin-right: 24px;
	overflow: hidden;
	border-radius: 99em;
	position: relative;
	padding-bottom: 80px;
}

.pn-img img {
	object-fit: cover;
	object-position: center top;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}

.pn-desc {
	width: 100%;
}

.pn-desc h3 {
	font-size: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.meta-nav-right .pn-desc {
	justify-content: flex-end;
	text-align: right;
}

.meta-nav-right .pn-img {
	margin-left: 24px;
	margin-right: 0;
}

.comm-title,
.comment-reply-title {
	margin-top: 81px;
}

.comm-title > h3, .comment-reply-title{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 32px;
}

.comment .comment-reply-title{
	margin-top: 0;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #ff0000;
	padding: 7px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.comm-send {
	margin-top: 36px;
}

/**** COMMENTS STYLES*****/
.commentlist {
	margin: 0;
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 24px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2,
.children li.depth-3,
.children li.depth-4,
.children li.depth-5,
.children li.depth-6,
.children li.depth-7,
.children li.depth-8,
.children li.depth-9,
.children li.depth-10 {
	margin: 0 0 0 81px;
}

.comment-body {
	margin-bottom: 54px;
}

.comment-details {
	position: relative;
	margin-left: 81px;
}

.comment-avatar {
	position: absolute;
	left: -81px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author .author,
.comment-author .author a {
	color: #151515;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	display: block;
}

.comment-author .author{
	margin-bottom: 8px;
}

.comment-author .author a:hover{
	color: #8bb8c1;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-author span.comment-date {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 600;
	color: #151515;
}

.comment-text {
	margin-top: 24px;
}

.reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-reply-link {
	font-size: 13px;
	letter-spacing: 0.03em;
	font-weight: 600;
	color: #151515;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.comment-reply-link:hover {
	color: #8bb8c1;
}

#cancel-comment-reply-link {
	display: block;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 16px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.comment-reply-title small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 8px;
    line-height: 1;
}

.commentlist li .comment-respond{
	margin-bottom: 72px;
}

.pingback .comment-details,
.trackback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar,
.trackback .comment-avatar {
	display: none;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}
/**** END COMMENTS STYLES*****/

/* SIDEBAR */
aside ul,
footer ul,
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside > ul > li {
	margin-top: 72px;
	margin-bottom: 0;
}

aside>ul>li:first-child {
	margin-top: 0;
}

aside .screen-reader-text,
.foo-block .screen-reader-text {
	display: none;
}

aside table,
aside table caption,
.foo-block table,
.foo-block table caption {
	margin-bottom: 0;
}

aside table caption,
.foo-block table caption {
	padding-bottom: 0;
}

.widgettitle, .widgettitle2 h5{
	color: #151515;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.03em;
	margin-bottom: 24px;
	position: relative;
}

footer .widgettitle{
	color: #fff;
}

.smalltitle {
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.smalltitle:not(:last-child){
	margin-bottom: 16px;
}

.stitle2{
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
	margin-bottom: 16px;
}


.smallborder span{
	border: 1px solid #8bb8c1;
    display: inline-block;
}

.smallborder .elementor-heading-title{
	padding: 8px 16px;
}

aside .instagram-pics,
footer .instagram-pics {
	text-align: center;
}

aside .instagram-pics li,
footer .instagram-pics li {
	display: inline-block;
	margin: 0 7px 7px 0;
}

aside .instagram-pics li img,
footer .instagram-pics li img {
	width: 80px;
	height: 80px;
}

.textwidget img {
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

.search-string {
	padding: 16px 24px;
	width: 100%;
	border: 1px solid #151515;
	background: none;
	color: #151515;
	border-radius: 99em;
}

.foo-block .search-string{
	border-color: #333333;
	background: #ffffff;
}

.tagcloud a,
.tags-single-page a {
	display: inline-block;
	font-size: 13px !important;
	color: #fff;
	background: #151515;
	padding: 8px 16px;
	text-align: center;
	margin: 0 4px 8px 0;
	border-radius: 99em;
}

.foo-block .tagcloud a{
	background: #333333;
}

.tagcloud a:hover,
.tags-single-page a:hover {
	background: #8bb8c1;
	text-decoration: none;
}

.tags-single-page {
	margin-top: 42px;
}

.display-post-holder{
	display: flex;
}

.widget .widget-display-posts-img ul li{
	margin-bottom: 24px;
}

.display-post-img {
	display: block;
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-text {
	margin-left: 16px;
}

aside .display-post-date {
	font-size: 14px;
	color: #858585;
	margin-bottom: 0;
	line-height: 1;
}

.display-post-title {
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
}

.display-post-title a{
	color: #151515;	
}

.display-post-title a:hover{
	color: #8bb8c1;	
}

.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
	margin-bottom: 16px;
	line-height: 1.4;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a {
	color: #151515;
}

.foo-block .widget_recent_entries li a,
.foo-block .widget_archive li a,
.foo-block .widget_categories li a,
.foo-block .widget_pages li a,
.foo-block .widget_meta li a,
.foo-block .widget_nav_menu li a {
	color: #ffffff;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover {
	color: #8bb8c1;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 16px;
	margin-left: 16px;
}

.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child {
	margin-bottom: 0;
}

.widget_categories ul.children:last-child li:last-child {
	margin-bottom: 0;
}

aside table th,
.foo-block table th,
aside table td,
.foo-block table td {
	padding: 8px;
}
/* END SIDEBAR */

/**
* #6.# FOOTER
*
* 
*/

footer {
	margin-top: 108px;
	padding: 0 0 54px 0;
	background: #151515;
}

.footer-bkg{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-bkg:before {
	content: '';
	background: rgba(14, 18, 25, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

footer .container {
    z-index: 1;
    position: relative;
}

.footer-widgets{
	padding-top: 108px;
}

footer,
footer a,
.footer-social li a {
	color: #eaeaea;
}

.foo-block,
.widget-footer {
	margin-bottom: 54px;
}

.widget-footer{
	text-align: left;
}

.copyright {
    padding-top: 54px;
}

.footer-copy {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.05em;
}

#footer-instagram {
	text-align: center;
	position: relative;
	margin-bottom: -108px;
	margin-top: 98px;
}

#footer-instagram .widgettitle {
	display: inline-block;
	margin-bottom: 36px;
}

#footer-instagram .instagram-pics {
	margin: 0;
}

#footer-instagram .instagram-pics li {
	display: inline-block;
	margin: 0;
	width: 12.5%;
}

#footer-instagram .instagram-pics li img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#footer-instagram .instagram-pics li img:hover {
	opacity: 0.9;
}

#footer-instagram .clear {
	bottom: 7px;
	font-size: 12px;
	left: 0;
	letter-spacing: 1px;
	line-height: 1.1;
	position: absolute;
	right: 0;
}

#footer-instagram .clear a {
	background: #ffffff;
	border: medium none;
	color: #252525;
	display: inline-block;
	padding: 7px 14px;
}

.social-footer {
  text-align: center;
  margin-bottom: -32px;
}

/**
* #7.# OTHER
*
* 
*/

#port-home13 .port-grid-v4,
#port-home14 .port-grid-v4{
    margin-left: 0;
    margin-right: 0;
}
#port-home13 .grid-item-v4,
#port-home14 .grid-item-v4{
	padding: 0;
}

.stats-item{
	display: flex;
	align-items: center;
	justify-content: center;
}

.stats-item-value{
	margin-right: 24px;
	margin-bottom: 24px;
	font-size: 72px;
}

.stats-item-text {
    font-weight: 600;
    text-transform: uppercase;
	text-align: left;
}

.post-video{
position: relative;
}

.post-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.post-audio:before {
    padding-top: 35%;
}

.post-video iframe{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
	max-width: 100%;
}



/* comments + contact fields */
.comment-form{
	margin-top: 24px;
}

.comm-field,
.contact-field,
#msg-contact,
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	padding: 18px 24px;
	border: 1px solid #151515;
	background: none;
	border-radius: 5px;
	color: #151515;
}

#msg-contact{
	display: block;
}

.post-password-form label input {
	padding: 13px;
	border: 1px solid #5b6371;
	background: none;
	margin-left: 8px;
	border-radius: 5px;
}

.comm-title-2 .section-title {
	margin-top: 28px;
}

.read-more,
#submit,
.wpcf7-submit,
.white-btn,
.page-links a,
.post-password-form input[type="submit"],
.elementor-button {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #151515;
	letter-spacing: 0.03em;
	padding: 12px 24px;
	border-radius: 99em;
	display: inline-block;
	border: none;
}

.elementor-button.elementor-size-md,
.elementor-button.elementor-size-sm {
	color: #fff;
    font-size: 14px;
    padding: 12px 24px;
    -webkit-border-radius: 99em;
    border-radius: 99em;
}

.read-more:hover,
#submit:hover,
.wpcf7-submit:hover,
.page-links a:hover,
.post-password-form input[type="submit"]:hover,
.elementor-button.elementor-size-md:hover,
.elementor-button.elementor-size-sm:hover{
	background: #8bb8c1;
	color: #fff;
}

.elementor-button{
	line-height: 1.7;
}

.white-btn,
.white-btn-el .elementor-button.elementor-size-md,
.white-btn-el .elementor-button.elementor-size-sm{
background: #8bb8c1;
color: #fff;
}

.white-btn:hover,
.white-btn-el .elementor-button.elementor-size-md:hover,
.white-btn-el .elementor-button.elementor-size-sm:hover{
background: #fff;
color: #151515;
}


.form-submit{
	margin-top: 32px;
}

.blog-post-single .form-submit{
	margin-bottom: 0;
}

.post-password-form input[type="submit"] {
	margin-left: 8px;
	margin-top: 0;
	cursor: pointer;
}


/*** PREV-NEXT PAGE NAVIGATION ***/
.prev-next{
	margin-top: 28px;
}
.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.page-numbers,
.nav-page a {
	color: #fff;
	background: #151515;
	margin: 0 8px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 99em;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover {
	color: #fff;
	background: #8bb8c1;
}

.page-links {
	margin-top: 36px;
}

.page-links a {
	margin: 0;
	margin-right: 12px;
}

.error-404 {
	text-align: center;
}

.more-pages{
	font-size: 13px;
	vertical-align: bottom;
}

/*flexible embeds*/
.video-widget {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%; /* 16:9 ratio*/
	height: 100%;
	overflow: hidden;
}

.gmaps {
	position: relative;
	padding: 0;
	height: 400px;
	overflow: hidden;
}

.video-widget iframe,
.gmaps iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrollup {
	display: none;
	position: absolute;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #8bb8c1;
	color: #0e1219;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	z-index: 110;
}

.nf-text {
	margin: 24px 0;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.alignl {
	text-align: left;
}

.none {
	display: none;
}

.alert{
	font-weight: 600;
	background-color: #8bb8c1;
	border: none;
	color: #0e1219;
	padding: 16px;
	border-radius: 0;
	margin-top:81px;
}

.top-page404{
	margin-bottom: -108px;
}

.top-page404 .inner-desc{
	margin-top: -54px;
}

.error404 #footer-instagram{
	display: none;
}

.title-404{
	font-size: 12rem;
	margin-bottom: 32px;
	line-height: 1;
}

.padding-tb54 {
	padding-top: 54px;
	padding-bottom: 54px;
}

.padding-tb32 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.padding-tb24 {
	padding-top: 24px;
	padding-bottom: 24px;
}

.margin-tb54 {
	margin: 54px 0;
}

.margin-tb36 {
	margin: 36px 0;
}

.margin-tb24 {
	margin: 24px 0;
}

.margin-t108 {
	margin-top: 108px;
}

.margin-t54 {
	margin-top: 54px;
}

.margin-t36 {
	margin-top: 36px;
}

.margin-t32 {
	margin-top: 32px;
}

.margin-t24 {
	margin-top: 24px;
}

.margin-b54 {
	margin-bottom: 54px;
}

.margin-b36 {
	margin-bottom: 36px;
}

.margin-b32 {
	margin-bottom: 32px;
}

.margin-b24 {
	margin-bottom: 24px;
}

.margin-b16 {
	margin-bottom: 16px;
}

.margin-b16:not(:last-child){
	margin-bottom: 16px;
}

.margin-none {
	margin: 0;
}

.img-center {
	margin: 0 auto;
}

/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #151515;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #151515;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #151515;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #151515;
}

::-ms-input-placeholder {
	/* Edge */
	color: #151515;
}

:placeholder-shown,
::placeholder{
	color: #151515;
}


/* ELEMENTOR */

.elementor-widget:not(:last-child) {
    margin-bottom: 16px;
}

.elementor-widget-divider:not(:last-child){
	margin-bottom: 0;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}

.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

.elementor-widget-heading .elementor-heading-title {
	line-height: 1.2em;
}

.elementor-progress-wrapper {
    height: 15px;
    line-height: 15px;
}

.icon-circle .elementor-icon {
	color: #8bb8c1;
	border-color: #8bb8c1;
}

.pcolor .elementor-icon{
	color: #8bb8c1;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	text-align: center;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: inline;
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 15px;
}

.elementor-widget-tabs .elementor-tab-title:hover,
.elementor-widget-tabs .elementor-tab-title.elementor-active {
	color: #8bb8c1;
}

.mt-accordion .elementor-accordion .elementor-accordion-item,
.mt-accordion .elementor-accordion .elementor-tab-content,
.mt-accordion .elementor-toggle .elementor-tab-content {
	border: none;
}

.mt-accordion .elementor-accordion .elementor-tab-title,
.mt-accordion .elementor-toggle .elementor-tab-title {
	color: #151515;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 24px 16px;
	border: 1px solid #151515;
	border-radius: 5px;
	margin-bottom: 24px;
	font-weight: 400;
}

.mt-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.mt-accordion .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	font-size: 14px;
	padding-top: 8px;
}

.mt-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
.mt-accordion .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: none;
}

.mt-accordion .elementor-accordion .elementor-tab-title:hover,
.mt-accordion .elementor-accordion .elementor-tab-title a:hover,
.mt-accordion .elementor-accordion .elementor-tab-title.elementor-active,
.mt-accordion .elementor-toggle .elementor-tab-title:hover,
.mt-accordion .elementor-toggle .elementor-tab-title a:hover,
.mt-accordion .elementor-toggle .elementor-tab-title.elementor-active {
	color: #8bb8c1;
	border-color: #8bb8c1;
}

.mt-accordion .elementor-accordion .elementor-tab-content,
.mt-accordion .elementor-toggle .elementor-tab-content  {
	padding: 0 16px;
	margin-bottom: 24px;
}

.mt-accordion .elementor-toggle .elementor-tab-title.elementor-active{
	border-bottom: 1px solid;
}

.price-title {
	font-size: 72px;
	font-weight: 600;
	color: #8bb8c1;
}
.page-holder h2.price-title{
	margin-bottom: 32px;
}

.price-features {
	list-style: none;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 24px;
}

.price-features li {
	padding: 8px 0;
	margin-bottom: 0;
}

.elementor-social-icon{
	background: none;
	padding: 0;
}

.elementor-social-icon i{
	color: #252525;
}	

.elementor-social-icon:hover {
	opacity: 1;
}

.elementor-social-icon:hover i {
	color: #8bb8c1;
}

.pcolor-circle .elementor-icon{
    background: #8bb8c1;
	color: #ffffff;
    padding: 28px;
    border-radius: 99em;
}


/** GUTENBERG **/
.page-full .alignfull,
.page-full .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.page-full .alignfull img,
.page-full .alignwide img{
	margin-left: auto;
	margin-right: auto;
}

.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li {
	margin-bottom: 16px;
	list-style: none;
}

.wp-block-categories ul.children{
	margin-top: 16px;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.wp-block-archives li a {
	color: #8bb8c1;
	text-decoration: none;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	text-decoration: none;
	color: #8bb8c1;
}

.wp-block-quote {
    border-left: none;
    margin: 32px 0 42px;
    padding-left: 54px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 32px 0 42px 0;
	padding: 0;
	padding-left: 54px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 32px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite{
	font-size: 18px;
	text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote{
	margin: 0;
	max-width: 100%;
}

.wp-block-button{
	margin-bottom: 32px;
}

.wp-block-button .wp-block-button__link {
	font-size: 14px;
	letter-spacing: 0.15em;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	padding: 16px 24px;
	background: #8bb8c1;
	border:1px solid #8bb8c1;
	cursor: pointer;
	border-radius: 5px;
}

.wp-block-button .wp-block-button__link:hover {
	color:#ffffff;
	border:1px solid #151515;
	background:#151515;
}

.wp-block-button.is-style-outline .wp-block-button__link{
	color: #8bb8c1;
	background: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover{
	color: #151515;
	border:1px solid #151515;
}

.wp-block-button.is-style-squared .wp-block-button__link{
	border-radius: 0;
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus {
	background: none;
	color: #8bb8c1;
}

.wp-block-columns {
	margin-left: -15px;
	margin-right: -15px;
}

.wp-block-column {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-pullquote {
	border-top: 3px solid #8bb8c1;
	border-bottom: 3px solid #8bb8c1;
	color: #eee;
	padding: 32px 24px;
	border-left: none;
	margin: 32px auto;
}

.wp-block-pullquote blockquote{
	border-left: none;
	margin: 0;
	padding: 0 32px;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #8bb8c1;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.wp-block-image{
	margin-bottom: 32px;
}

.wp-block-gallery{
	margin-top: 42px;
	margin-bottom: 26px;
}

.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-gallery{
	margin-left: 0;
}

.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover p:not(.has-text-color){
	color: #ffffff;
}

.wp-block-latest-comments{
	margin: 0;
}

.wp-block-latest-comments__comment{
	margin-bottom: 54px;
}

.wp-block-latest-comments__comment-meta{
	margin-top: 0;
	padding: 0;
	background: none;
	color: #151515;
}

.wp-block-latest-comments__comment-meta a{
	color: #151515;
}

.wp-block-latest-comments__comment-meta a:hover{
	color: #8bb8c1;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link{
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 8px;
}

.wp-block-latest-comments__comment-date{
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
color: #151515;
}

.wp-block-latest-comments__comment-excerpt{
	margin-top: 24px;
}

.wp-block-search{
	align-items: center;
}

.wp-block-search .wp-block-search__input{
	padding: 16px 24px;
	width: 100%;
	border: 1px solid #151515;
	background: none;
	color: #151515;
	border-radius: 99em;
}

.wp-block-search__button{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #151515;
	letter-spacing: 0.03em;
	padding: 12px 24px;
	border-radius: 99em;
	display: inline-block;
	border: none;
}

.wp-block-search__button:hover{
	background: #8bb8c1;
	color: #fff;
}

/** Woo Fix **/

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: none;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}

/** SIMPLE LIGHTBOX **/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* SWIPER */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


/**
* #9.# MEDIA QUERIES
*
* 
*/

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 100%;
	}

}

@media (min-width: 1024px) {
	.container{
		max-width: 960px;
	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 930px;
	}
	
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1110px;
	}
	
	/*.layout-1col-fw {
		width: 960px;
		margin: 0 auto;
	}*/
}

@media (min-width: 1500px) {
	.container {
		max-width: 1350px;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1320px;
	}
	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1500px;
	}
}

@media (max-width: 1200px) {
	.menu-nav li {
		margin-left: 24px;
	}

}

@media (min-width: 1024px) and (max-width: 1360px) {
	
}

@media (max-width: 1024px) {
	/* menu */
	.nav-holder	{
		display: none;
	}
	.nav-button-holder {
		display: block;
	}
	.logo {
		flex: 1 1 0;
	}
	
	.header-social-1{
		margin-left: 32px;
		flex: 0 0 auto;
	}
	
	.header-2 .header-container{
		display: flex;
	}
	
	.logo-2{
		text-align: left;
	}
	
	.header-2.nav-fixed-top .logo-2,
	.header-2.nav-fixed-top .social-header2{
		display: block;
	}
	
	.social-header2{
		margin-left: 16px;
	}
	
	.main-header{
		padding: 16px 0;
	}
	
	.logo-menu-5{
		text-align: left;
		flex: 1 1 0;
	}

	.header-social-5{
		display: none;
	}
	
	.btn-header{
		flex: 0 1 auto;
		margin-left: 16px;
	}
	
	.slider-text {
		width: 100%;
	}
	.slider-text h1 {
		font-size: 54px;
	}
	
	.order1{
		order: 1;
	}	
	.order2{
		order: 2;
	}
	
	.gallery-slider-v1{
		height: 400px;
	}
	
	/* slider v2 */
	
	.slider-container-2{
		height: auto;
	}
	
	.slider-container-2 .swiper-mt-button-prev,
	.slider-container-2 .swiper-mt-button-next{
		display: none;
	}
	
	.slider-holder-v2{
	height: auto;
	flex-wrap: wrap;
}

.slider-img-v2,
.slider-caption-v2{
	width: 100%;
}

	.slider-img-v2{
	height: 350px;
	}

	.slider-caption-v2 {
      padding: 54px 15px;
	}
	.slider-caption-v2 .slider-text{
		width: auto;
		left: auto;
		right: auto;
		top: auto;
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	.video-container,
	.video-container video,
	.video-container iframe{
		height: 550px;
	}
	
	.page-holder-sidebar,
	.post-sidebar .single-post-holder,
	.post-sidebar .blog-item-2col-grid,
	.post-sidebar .blog-1col,
	.post-sidebar .blog-1col-list-left{
		margin-right: 0;
	}
	
	.blog-item,
	.port-item-zigzag{
	margin-bottom: 54px;
	}
	
	.short-portfolio-zigzag{
		margin-bottom: -54px;
	}

	
	.archive .blog-item:last-child{
		margin-bottom: 0;
	}
	
	.archive .prev-next{
		margin-top: 54px;
	}
	
	aside,
	.blog-post-single aside {
		margin-top: 81px;
	}
	
	.fs-gallery {
	padding: 0;
	}
	
	.grid-item-v2,
	.grid-item-v3{
		width: 50%;
		height: 350px;
	}
	
	.port-caption-v2 h2{
		font-size: 28px;
	}
	
	#parallax-grid .grid-item-img-v3 {
    background-attachment: scroll;
	}
	
	.grid-item-v4{
		width: 50%;
	}
	
	.grid-item-v4-style1:nth-of-type(8n+7){
		height: 350px;
	}

	.grid-item-v4-style1:nth-of-type(8n+4),
	.grid-item-v4-style1:nth-of-type(8n+8){
		width: 100%;
	}
	
	.grid-item-v4-style1:nth-of-type(4n+1){
		height: 700px;
	}
	
	.portfolio-metro,
	.portfolio-metro-style2{
		grid-template-columns: repeat(2, 1fr);
	}
	
	.item-portfolio-metro:nth-child(10n + 1),
	.item-portfolio-metro:nth-child(10n + 10),
	.item-portfolio-metro:nth-child(10n + 8),
	.item-portfolio-metro:nth-child(10n + 9),
	.item-portfolio-metro-style2:nth-child(9n+2){
		grid-column: initial;
		grid-row: initial;
	}	
	
	.portfolio-hover-text-v1-container{
		margin-right: 0;
		margin-left: 0;
		justify-content: initial;
		align-items: initial;
	}

.portfolio-hover-text-item{
	padding-left: 0;
	padding-right: 40px;
}

.portfolio-hover-text-item:after {
	right: 10px;
}

.portfolio-hover-text-v2-container{
		display: block;
	}
	
	.portfolio-hover-text-v2-left{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-right: 0;
	}
	
	.portfolio-hover-text-item-v2{
		padding: 0 15px;
	}
	
	.portfolio-hover-text-v2-right{
		height: 500px;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) {
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image,
	.blog-item-1col-list .post-holder  {
		width: 100%;
	}
	
	.blog-item-1col-list .post-image{
		margin-bottom: 32px;
	}
	
	.list-holder {
    position: relative;
    top: auto;
	left: 0;
	right: 0;
    transform: none;
	}	
	
	#fs-holder{
	padding: 0;
	}
	
	.fullscreen-page .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.fullscreen-page .fullpage-no-padding .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.posts-holder {
    padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.3em;
	}
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.4em;
	}
	h5 {
		font-size: 1.3em;
	}
	h6 {
		font-size: 1.0em;
	}
	blockquote {
		font-size: 18px;
	}
	
	
	.topnoimg,
	.topsingleimage{
		height: 300px;
	}
	
	/* end menu */
	
	/* home */
	
	.slider-container,
	.slider-item-box-bkg,
	.top-single-bkg	{
		height: 400px;
	}
	.single-post-title,
	.home-intro h1,
	.slider-text h1{
		font-size: 48px;
	}
	
	.video-container,
	.video-container video,
	.video-container iframe{
		height: 400px;
	}
	
	.slider-container-2{
		height: auto;
	}
	
	.title-404{
	font-size: 81px;
	}
	
	.top-page404 .inner-desc{
		margin-top: 0;
	}
	 
	.slider-text {
    font-size: 18px;
	}
	
	.slider-caption {
    padding: 0 50px;
	}
		
	.inner-desc h1 {
		word-wrap: break-word;
	}
	
	.slider-container,
	.top-single-bkg{
		margin-bottom: 54px;
	}
	
	#footer-instagram .instagram-pics li{
		width: 25%;
	}
	
	#footer-instagram,
	.top-page404{
		margin-bottom: -54px;
	}
	
	footer{
		margin-top: 54px;
	}
	
	.footer-widgets{
		padding-top: 54px;
	}
	
	.prev-next {
		margin-top: 0;
	}
	
	/* blog */
	.posts-holder-push-right {
		order: 0;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.article-title,
	.blog-item-1col-list .article-title,
	.blog-item-1col .article-title {
		font-size: 32px;
	}
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image {
		width: 100%;
		height: 300px;
		margin-bottom: 32px;
	}
	.blog-item-1col-list .post-holder {
		width: 100%;
	}
	
	.blog-item-1col .post-holder{
		padding: 0;
	}
	
	.list-holder {
    position: relative;
    top: auto;
	left: 0;
	right: 0;
    transform: none;
	}	
	
	.author-single-page {
		display: block;
	}

	.author-content {
		margin-left: 0;
		margin-top: 32px;
	}
	
	/* end blog */
	
	.grid-item-v2,
	.grid-item-style2:nth-child(6n+1),
	.grid-item-style2:nth-child(6n+6),
	.grid-item-style3:nth-child(7n+1),
	.grid-item-v3,
	.grid-item-v4,
	.grid-item-v4-style1:nth-of-type(4n+1),
	.grid-item-v4-style1:nth-of-type(8n+7),
	.grid-item-v4-style2:nth-of-type(7n+1),
	.grid-item-v4-style2:nth-of-type(7n+2),
	.grid-item-v4-style2:nth-of-type(7n+3),
	.grid-item-v4-style3:nth-of-type(6n+1),
	.grid-item-v4-style3:nth-of-type(6n+5){
		width: 100%;
	}
	
	.grid-item-v4,
	.grid-item-v4-style1:nth-of-type(4n+1),
	.grid-item-v4-style2:nth-of-type(7n+1),
	.grid-item-v4-style3:nth-of-type(6n+1),
	.grid-item-v4-style3:nth-of-type(6n+5){
		height: 350px;
	}
	
	.portfolio-slider-item{
		height: 400px;
	}
	
	.port-item-zigzag {
		display: block;
	}

	.zigzag-image{
		width: 100%;
		margin-bottom: 32px;
	}
	
	.port-item-zigzag:nth-child(2n) .zigzag-image {
		order: 2;
		margin-left: 0;
		margin-right: 0;
	}
	
	.zigzag-content .read-more,
	.portfolio-hover-text-item:after{
		display: none;
	}
		
	.portfolio-hover-text-item h2{
		font-size: 42px;
	}
	
	.portfolio-hover-text-item{
		margin-bottom: 16px;
	}
	
	.hover-text-item-image img {
		transform: translate(0, 0);
	}
	
	.hover-text-item-image{
		width: 250px;
	}
	
	.portfolio-hover-text-item h2 a:hover {
		color: #151515;
		text-decoration: underline;
	}
	
	#fs-holder{
	padding: 0;
	}
	
	.meta-nav-right {
		margin-top: 32px;
	}
	.meta-nav-right.margin-none {
		margin-top: 0;
	}
	
	.meta-nav-right .pn-desc{
		text-align: left;
	}
	
	.meta-nav-right .pn-desc{
		order: 2;
	}
	.meta-nav-right .pn-img {
	margin-left: 0;
	margin-right: 24px;
	}
	
	.gallery-slider-v1{
		height: 300px;
	}
		
	/* comments */
	
	.form-submit {
		margin-top: 0;
	}
	
	.children {
		margin: 28px 0 0;
	}
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0;
	}
	
	/* gutenberg */
	.wp-block-column {
		flex-basis: 100%;
		flex-grow: 1;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	/* ELEMENTOR */
	.elementor-widget-tabs .elementor-tab-mobile-title,
	.elementor-widget-tabs .elementor-tab-content {
		padding: 10px 0;
	}

	.fullscreen-page .elementor-top-section > .elementor-container > .elementor-row > .elementor-column > .elementor-element-populated {
		padding-left: 5px;
		padding-right: 5px;
	}
	.fullscreen-page .fullpage-no-padding .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.iconbox-mobi .elementor-icon-box-wrapper{
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
	
	.iconbox-mobi .elementor-icon-box-icon{
		margin-right: 15px !important;
		margin-bottom: 0 !important;
	}
	
}

@media (max-width: 568px) {
	.page-links a {
		margin-bottom: 16px;
	}
	
	.slider-text h1{
		font-size: 32px;
	}
	
	.portfolio-metro,
	.portfolio-metro-style2{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.portfolio-hover-text-v2-right{
		height: 300px;
	}
		
}

@media (max-width: 480px) {
	
	.video-container,
	.video-container video,
	.video-container iframe{
		height: 260px;
	}
	
	.post-password-form label input,
	.post-password-form input[type="submit"] {
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}
}