/*
Theme Name: Fotonia
Theme URI: https://matchthemes.com/premium/fotonia-photography-theme-wordpress/
Description: Fotonia Portfolio Photography Theme for WordPress
Version: 1.6.9
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: fotonia
*/


/*************************************
1. MAIN STYLES
2. HEADER
3. HOME
4. PORTFOLIO
5. PAGES
6. BLOG
7. FOOTER
8. OTHER
9. 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;
}

.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: #555555;
	font-size: 12px;
	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-bottom: 1px solid #f2f2f2;
}

.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;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eee;
}

pre,
code {
	background: #f0f0f0;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	padding: 8px;
	white-space: pre-wrap;
	border: none;
	margin-bottom: 24px;
	overflow: auto;
	border-radius: 0;
	font-size: 13px;
}

pre {
	padding: 24px;
}

code {
	margin-bottom: 0;
}

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 {
	-webkit-font-smoothing: antialiased;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: #ffffff;
	color: #89929b;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1b253f;
	font-weight: 400;
	line-height: 1.5em;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 16px;
}

a {
	color: #e08370;
	text-decoration: none;
}

p a {
	border-bottom: 1px solid #e08370;
}

a:hover,
p a:hover {
	color: #e08370;
	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;
}

blockquote {
	font-size: 24px;
	line-height: 1.6em;
	text-align: left;
	color: #1b253f;
	position: relative;
	border-left: 3px solid #1b253f;
	letter-spacing: 0.05em;
	margin: 36px 0;
	padding: 0 32px;
}

blockquote cite {
	color: #89929b;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	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 #e5e5e5;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	border-collapse: collapse;
	table-layout: fixed;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	padding: 12px;
}

table th {
	font-weight: bold;
}

div p:last-of-type {
	margin-bottom: 0;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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 {
	-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
*
* 
*/


/*** menu large screens ***/

.menu-nav {
	margin: 0;
	font-size: 0;
	text-align: center;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 42px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.menu-nav li:first-child {
	margin-left: 0;
}

.menu-nav li a {
	color: #1b253f;
	padding: 24px 0;
	display: block;
}

.menu-nav li a:before {
	position: absolute;
	display: block;
	bottom: 20px;
	left: 0;
	width: 0;
	border-top: 3px solid #1b253f;
	content: '';
	-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 li a:hover,
.menu-nav>li:hover>a,
.menu-nav>li.current-menu-item>a {
	background: none;
	color: #1b253f;
}

.menu-nav>li:hover>a:before,
.menu-nav li.current-menu-item>a:before {
	left: 0;
	width: 100%;
	border-color: #1b253f;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 24px 0;
	width: 240px;
	text-align: left;
	position: absolute;
	top: 67px;
	left: -24px;
	background: #f9f9f9;
	z-index: 5;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.05em;
}

.menu-nav ul li>a {
	display: block;
	padding: 8px 24px;
	color: #1b253f;
	-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:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #1b253f;
	-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: -24px;
	margin: 0;
}

.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: #1b253f;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
}

.icon-bar:before,
.icon-bar:after {
	background: #1b253f;
	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: 16px;
	font-weight: 700;
	padding-top: 28px;
	list-style: none;
}

.menu-mobile li a {
	color: #1b253f;
	display: block;
	line-height: 1;
}

.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: #1b253f;
	opacity: 0.6;
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	margin-left: 7px;
	margin-right: 0;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "\f106";
}

.menu-mobile ul {
	margin-left: 0;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 12px;
}

.menu-mobile ul li {
	font-size: 16px;
	font-weight: 500;
	padding-top: 16px;
	text-transform: none;
	padding-left: 16px;
	display: block;
}

.menu-contact {
	margin-top: 81px;
	padding-left: 48px;
	font-size: 15px;
	color: #1b253f;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}


/*** 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;
	left: 0;
	overflow-x: hidden;
	width: 350px;
	height: 100%;
	background: #f9f9f9;
	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 ******/

.logo img {
	background: none;
}

.logo-1,
.header-social-1 {
	flex: 1 1 0;
}

.header-social-1,
.header-social-3 {
	text-align: right;
}


/** Header 1 **/

.headerHolder {
	padding-left: 30px;
	padding-right: 30px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-1 {
	margin-top: 16px;
}

.nav-holder-1 {
	text-align: center;
}

.logo-txt {
	font-size: 24px;
	font-weight: 700;
	text-transform: lowercase;
}

.logo-txt a {
	color: #1b253f;
}


/** Header 2 **/

.nav-holder-2 {
	flex: 1 1 0;
}

.nav-holder-2 .menu-nav {
	text-align: right;
}

.header-2 {
	margin-top: 16px;
}


/** Header 3 **/

.header-3 {
	margin-top: 16px;
}

.nav-button-holder-3,
.header-social-3 {
	display: block;
	flex: 1 1 0;
}

.header-3.nav-fixed-top {
	padding-top: 16px;
	padding-bottom: 16px;
}

.nav-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #ffffff;
	margin-top: 0;
}

.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: 12px;
}

.social-media li a {
	color: #1b253f;
}

.social-media li:first-child,
.footer-social li:first-child {
	margin-left: 0;
}

.social-media svg{
	width: 14px;
	vertical-align: text-top;
}

.social-media svg path{
	fill: #1b253f;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

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-whatsapp:hover {
	color: #009f01 !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}

a.social-twitch:hover {
	color: #9147ff !important;
}


/**
* #3.# HOME
*
* 
*/

.home-portfolio {
	margin-top: 81px;
}

.home-intro-h1 {
	font-weight: 500;
	font-size: 72px;
	line-height: 1.2em;
	margin-bottom: 0;
}

.home-intro-h2 {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 0;
}


/* HOME 1 */

.port-home1 .slider-4posts-holder {
	margin-left: -20px;
	margin-right: -20px;
}

.slider-item4 {
	padding: 0 20px;
}

.slider-img {
	margin-bottom: 28px;
	overflow: hidden;
	text-align: center;
}

.slider-caption {
	text-align: center;
}

.slider-caption h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
}

.slider-caption h2 a {
	color: #1b253f;
}

.slider-caption h2 a:hover {
	color: #e08370;
}

.portfolio-categ {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.portfolio-categ li {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	margin: 8px 8px 0 8px;
	letter-spacing: 0.05em;
}


/* END HOME 1 */


/* HOME 2 */

.port-home2 .row,
.port-home5 .row {
	margin-bottom: -54px;
}

.port-item-htext {
	position: relative;
	margin-bottom: 54px;
}

.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: #1b253f;
	opacity: 0.7;
	z-index: 2;
}

.port-item-htext img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.port-item-htext .port-img:after,
.port-caption,
.port-item-htext img {
	-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;
	text-align: center;
	padding: 0 10px;
	left: 10px;
	right: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.port-caption h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.port-item-htext:hover .port-img:after,
.port-item-htext:hover .port-caption {
	opacity: 0;
}

.port-item-htext:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-filter: blur(0px);
	filter: blur(0px);
}


/* END HOME 2 */


/* HOME 3 */

.slider-item1 {
	background: #f2f2f2;
	padding: 100px 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.slider-left-img {
	width: 40%;
}

.slider-right-caption {
	width: 60%;
	padding-left: 100px;
	text-align: center;
}

.slider-right-caption h2 {
	margin-bottom: 28px;
}

.slider-right-caption h2 a {
	color: #1b253f;
}

.slider-right-caption h2 a:hover {
	color: #e08370;
}

.slider-right-caption .portfolio-categ li {
	margin-top: 0;
}

.slider-right-caption .view-more {
	margin-top: 36px;
}

.slider-1post .owl-nav button {
	left: 55px !important;
}

.slider-1post .owl-nav button.owl-next {
	right: 55px !important;
	left: auto !important;
}


/* END HOME 3 */


/* HOME 4 */

.portfolio-filter {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 81px;
}

.portfolio-filter li {
	display: inline-block;
	margin: 0 8px;
}

.portfolio-filter li a.current {
	color: #e08370;
	border-color: #e08370;
}

.blog-item-masonry {
	margin-bottom: 54px;
}

.layout-masonry {
	margin-bottom: -54px;
}

.port-home4 .slider-img img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.port-home4 .slider-img:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}


/* END HOME 4 */

.fs-home5 {
	padding: 0 20px;
}

.port-home5 .port-item-htext {
	padding-left: 10px;
	padding-right: 10px;
}

.port-item6-holder {
	margin-bottom: -54px;
}

.port-item6 {
	padding: 0 10px;
	margin-bottom: 54px;
}

.port-item6 .slider-caption h2 {
	font-size: 32px;
}

.home-slider .swiper-slide-inner {
  height: 550px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-slider .swiper-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* HEADER PAGES */

.topSingleBkg {
	overflow: hidden;
	position: relative;
	margin: 81px 0 105px 0;
	text-align: center;
	padding: 0 15px;
}

.topNoTitle {
	margin: 81px 0 0 0;
}

.topSingleBkgImg {
	width: 100%;
	height: 450px;
	margin: 0 0 81px 0;
	padding: 0;
}

.item-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.item-img:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.topSingleBkgImg .inner-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	width: 100%;
	top: 50%;
	left: auto;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.topSingleBkgImg,
.topSingleBkgImg h1 {
	color: #ffffff;
}


/* END HEADER PAGES */


/**
* #4.# PORTFOLIO
*
* 
*/

.page-portfolio-content {
	margin-bottom: 81px;
}

.gallery-post {
	margin-bottom: 30px;
}

.fs-gallery {
	padding: 0 30px;
}

.gallery-grid12cols {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	margin-bottom: -30px;
}

.gallery-post12 {
	width: 50%;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	padding: 0 15px;
}

.gallery-post12:nth-of-type(3n+1) {
	width: 100%;
}

.gallery-grid3cols {
	margin-bottom: -30px;
}

.portfolio-items {
	margin-bottom: -54px;
}

.portfolio-v1-2cols{
	text-align: center;
}

.portfolio-v1-2cols .slider-img{
	display: inline-block;
}

.portfolio-item-v2{
	margin-bottom: 0;
}
.port4col .port-caption h2{
	font-size: 24px;
}

.port2col img{
	width: 100%;
}


/**
* #5.# PAGES
*
* 
*/

/** TEAM **/

.team-img img {
	margin: 0 auto;
}

.page-holder h3.team-title {
	font-size: 24px;
	margin-bottom: 0;
}

.team-desc .smalltitle {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 24px;
}

.page-holder .slider-caption h2{
	margin-bottom: 0;
}


/**
* #6.# BLOG
*
* 
*/

.posts-holder {
	padding-right: 35px;
}

.posts-holder-push-right {
	order: 2;
	padding-right: 0;
	padding-left: 35px;
}

.blog-item {
	margin-bottom: 81px;
}

#home-blog-grid .blog-item {
	margin-bottom: 0;
}

.blog-item .post-image,
.blog-item .post-image img,
.blog-item .list-image,
.slider-img,
.slider-img img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.blog-item:hover .post-image,
.slider-img:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
}

.blog-item:hover .post-image img,
.blog-item:hover .list-image,
.slider-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.post-image {
	margin-bottom: 36px;
	overflow: hidden;
	text-align: center;
}

.article-title {
	font-size: 32px;
	margin-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.article-title a {
	color: #1b253f;
}

.article-title a:hover {
	color: #e08370;
}

.single-post-title {
	color: #1b253f;
	font-size: 72px;
	font-weight: 500;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.3em;
}

.post-subtitle {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.post-meta {
	margin: 0;
	font-size: 0;
	list-style: none;
	margin-bottom: 8px;
}

.post-meta li {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #89929b;
	line-height: 1.1;
}

.meta-categ a {
	color: #89929b;
}

.meta-categ a:hover {
	color: #e08370;
}

.meta-categ:before {
	display: inline-block;
	width: 10px;
	height: 2px;
	margin: 0 8px;
	margin-bottom: 3px;
	content: '';
	vertical-align: middle;
	background: #e08370;
}

.post-meta li.meta-sticky {
	background: #e08370;
	padding: 3px 8px;
	margin-left: 8px;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 99em;
}

.post-holder {
	text-align: center;
}

.post-holder .view-more {
	margin-top: 36px;
}


/*** BLOG GRID ***/

.blog-item-2col-grid .article-title {
	font-size: 32px;
}

.blog-item-3col-grid .article-title {
	font-size: 28px;
}


/*** END BLOG GRID ***/


/*** BLOG LIST ***/

.blog-item-1col-list {
	display: flex;
	align-items: center;
}

.blog-item-1col-list .post-image {
	width: 35%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 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%;
	padding-left: 36px;
	margin-top: 0;
}

.blog-item-1col-list .article-title {
	font-size: 32px;
}

.blog-item-1col-list .post-holder-noimg {
	width: 100%;
	padding: 0;
}

.blog-item-1col-list:last-child {
	margin-bottom: 0;
}


/*** END BLOG LIST ***/

.topSingleArticle .post-meta,
.topArchive .post-meta {
	margin-bottom: 0;
}

.topSingleArticle .post-meta li,
.topArchive .post-meta li {
	line-height: 1.5;
}

.single-meta-info {
	text-align: center;
}

.author-single-page {
	margin-top: 81px;
	padding: 36px;
	background: #f2f2f2;
}

.author-avatar {
	display: block;
	float: left;
}

.author-avatar img {
	border-radius: 99em;
}

.author-content {
	margin-left: 130px;
}

.author-single-page h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}

.author-content .social-media {
	margin-top: 8px;
}

.author-content h4 a {
	color: #1b253f;
}

.meta-nav-holder {
	margin-top: 81px;
	align-items: center;
}

.meta-nav {
	padding: 0 15px;
}

.meta-nav .widgettitle {
	margin-bottom: 4px;
	font-size: 11px;
}

.meta-nav a {
	display: block;
	color: #1b253f;
}

.meta-nav a:hover {
	color: #e08370;
}

.meta-nav-subtitle {
	font-size: 16px;
	font-style: italic;
}

.pn-holder {
	display: flex;
	align-items: center;
}

.pn-img {
	width: 80px;
	height: 0;
	flex: 0 0 auto;
	margin-right: 15px;
	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: 18px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.meta-nav-right .pn-holder {
	justify-content: flex-end;
	text-align: right;
}

.meta-nav-right .pn-img {
	margin-left: 15px;
	margin-right: 0;
}


/* portfolio meta nav */

.port-meta-nav {
	margin-top: 81px;
}

.port-meta-nav .pn-img {
	width: 120px;
	padding-bottom: 120px;
}

.port-meta-nav .pn-desc h3 {
	font-size: 32px;
	font-weight: 500;
}

.comm-title .widgettitle,
.comment-reply-title {
	margin-top: 81px;
	text-align: center;
}

.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 72px;
}

.comment-body {
	margin-bottom: 81px;
}

.comment-details {
	position: relative;
	margin-left: 72px
}

.comment-avatar {
	position: absolute;
	left: -72px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author span,
.comment-author .author a {
	color: #1b253f;
	font-size: 18px;
	margin-right: 10px;
	font-style: normal;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-author span.comment-date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #89929b;
}

.comment-text {
	margin-top: 24px;
}

.reply {
	margin-top: 16px;
}

.comment-reply-link {
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #1b253f;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1px solid #1b253f;
}

.comment-reply-link:hover {
	border-bottom: none;
}

#cancel-comment-reply-link {
	font-size: 11px;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 16px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.comment-reply-title small {
	display: block;
	margin-bottom: 8px;
}

.pingback .comment-details {
	margin-left: 0;
}

.pingback .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: 54px;
}

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,
.smalltitle,
.comment-reply-title {
	color: #1b253f;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-bottom: 36px;
	text-transform: uppercase;
}

.widgettitle {
	text-align: center;
	position: relative;
}

.smalltitle {
	color: #e08370;
	position: relative;
	padding: 0 16px;
	display: inline-block;
}

.smalltitle:before,
.smalltitle:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #e08370;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.smalltitle:after {
	left: auto;
	right: 0;
}

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: 12px;
	width: 100%;
	border: 1px solid #e0e0e0;
}

.tagcloud a,
.tags-single-page a {
	display: inline-block;
	font-size: 12px !important;
	color: #1b253f;
	background: #f2f2f2;
	padding: 6px 12px;
	text-align: center;
	margin: 0 3px 7px 0;
	border-radius: 99em;
}

.tagcloud a:hover,
.tags-single-page a:hover {
	background: #e08370;
	color: #ffffff;
	text-decoration: none;
}

.tags-single-page {
	margin-top: 36px;
}

.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,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
	padding-bottom: 16px;
	border-bottom: 1px solid #f2f2f2;
}

.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: #89929b;
}

.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: #e08370;
}

.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 */


/**
* #7.# FOOTER
*
* 
*/

footer {
	padding: 81px 0 28px 0;
	background: #ffffff;
}

footer,
footer a,
.footer-social li a {
	color: #89929b;
}

.foo-block,
.widget-footer {
	margin-bottom: 54px;
}

.footer-copy {
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.05em;
}

#footer-instagram {
	text-align: center;
	position: relative;
	margin-bottom: 54px;
}

#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: #1b253f;
	display: inline-block;
	padding: 7px 14px;
}


/**
* #8.# OTHER
*
* 
*/

.hometitle {
	font-size: 36px;
}

.white {
	color: #ffffff;
}

.white:before,
.white:after {
	background: #ffffff;
}

.img-fluid,
.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

.img-fluid,
.single-post-content img,
.custom-page-template img{
    background: #f1f1f1;
}

.icon-img img{
	background: none;
}

.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: 12px;
}


/* comments + contact fields */

.comm-field,
.contact-field,
#msg-contact,
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	padding: 16px;
	border: 2px solid #f2f2f2;
	background: none;
	margin-bottom: 8px;
}

.post-password-form label input {
	padding: 8px;
	border: 2px solid #f2f2f2;
	background: none;
	margin-left: 8px;
}

.form-submit {
	text-align: right;
}

.form-submit {
	margin-bottom: 0;
}

.comm-title-2 .section-title {
	margin-top: 28px;
}

.contact-field {
	margin-bottom: 24px;
}

#submit {
	padding: 10px 24px;
}

.submit {
	margin-top: 24px;
}

.view-more,
#submit,
.wpcf7-submit,
.white-btn,
.page-links a,
.post-password-form input[type="submit"] {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: #1b253f;
	border: 2px solid #1b253f;
	padding: 8px 24px;
	background: none;
	cursor: pointer;
	border-radius: 99em;
}

.view-more:hover,
#submit:hover,
.wpcf7-submit:hover,
.page-links a:hover,
.post-password-form input[type="submit"]:hover {
	color: #e08370;
	border-color: #e08370;
}

.white-btn {
	background: none;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.white-btn:hover {
	color: #1b253f;
	border: 2px solid #ffffff;
	background: #ffffff;
}


/*** PREV-NEXT PAGE NAVIGATION ***/

.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.page-numbers,
.nav-page a,
.post-password-form input[type="submit"] {
	color: #1b253f;
	margin: 0 16px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover,
.page-links a:hover,
.post-password-form input[type="submit"]:hover {
	color: #e08370;
}

.page-links {
	margin-top: 36px;
}

.page-links a,
.post-password-form input[type="submit"] {
	margin: 0;
	margin-right: 12px;
	padding: 8px 24px;
}

.post-password-form input[type="submit"] {
	vertical-align: top;
	margin-left: 8px;
	cursor: pointer;
}

.error-404 {
	text-align: center;
}


/*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: #1b253f;
	color: #ffffff;
	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 {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 16px;
	border-radius: 0;
	margin-top: 81px;
}


/* Owl Carousel Default Nav */

.owl-carousel .owl-item img {
	width: auto;
}

.owl-carousel {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.owl-carousel.owl-grab {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 36px;
}

.owl-theme .owl-dots {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 0;
	z-index: 100;
	width: auto;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot {
	margin: 0 8px;
	zoom: 1;
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background: #1b253f;
	display: block;
	border-radius: 99em;
	opacity: 0.8;
	-webkit-backface-visibility: visible;
	-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;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #1b253f;
	opacity: 1;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

.owl-theme .owl-nav {
	position: initial;
}

.owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	left: -60px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-4posts .owl-nav button {
	top: calc(50% - 45px);
}

.owl-theme .owl-nav button span {
	display: none;
}

.owl-theme .owl-nav button.owl-next {
	right: -60px;
	left: auto;
}

.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-prev {
	border: 2px solid #1b253f;
	border-radius: 99em;
	width: 40px;
	height: 40px;
}

.owl-theme .owl-nav button.owl-next:before {
	content: '';
	border: solid #1b253f;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	margin-right: 4px;
	margin-bottom: 1px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.owl-theme .owl-nav button.owl-prev:before {
	content: '';
	border: solid #1b253f;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 4px;
	margin-bottom: 1px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}


/* END Owl Carousel Default Nav */

.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-t54 {
	margin-top: 54px;
}

.margin-t36 {
	margin-top: 36px;
}

.margin-t32 {
	margin-top: 32px;
}

.margin-t24 {
	margin-top: 24px;
}

.margin-t16 {
	margin-top: 16px;
}

.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-none {
	margin: 0;
}

.img-center {
	margin: 0 auto;
}


/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #1b253f;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #1b253f;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #1b253f;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #1b253f;
}

::-ms-input-placeholder {
	/* Edge */
	color: #1b253f;
}

:placeholder-shown {
	/* Standard one last! */
	color: #1b253f;
}


/* 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%;
}


/* ELEMENTOR */

.elementor-widget:not(:last-child) {
    margin-bottom: 16px;
}

.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.5em;
}

.icon-circle .elementor-icon {
	color: #e08370;
	border-color: #e08370;
}

.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: #e08370;
}

.elementor-accordion .elementor-accordion-item,
.elementor-accordion .elementor-tab-content {
	border: none;
}

.elementor-accordion .elementor-tab-title {
	color: #1b253f;
	font-size: 24px;
	letter-spacing: 0.05em;
	padding: 24px 16px;
	background: #f2f2f2;
	margin-bottom: 24px;
	font-weight: 400;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	font-size: 16px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: none;
}

.elementor-accordion .elementor-tab-title:hover,
.elementor-accordion .elementor-tab-title.elementor-active {
	color: #ffffff;
	background: #e08370;
}

.elementor-accordion .elementor-tab-content {
	padding: 0 16px;
	margin-bottom: 24px;
}

.price-title {
	font-weight: 700;
}

.price-features {
	list-style: none;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 36px;
}

.price-features li {
	padding: 8px 0;
}


/** GUTENBERG **/

.page-full .alignfull,
.page-full .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.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: 8px;
	list-style: none;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.wp-block-archives li a {
	color: #e08370;
	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: #1b253f;
}

.wp-block-quote {
    border-left: 3px solid #1b253f;
    margin: 36px 0;
	padding: 0 32px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 0 32px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 32px;
}

.wp-block-button .wp-block-button__link {
	font-size: 13px;
	letter-spacing: 0.15em;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	border: 2px solid #e08370;
	text-transform: uppercase;
	padding: 12px 24px;
	background: #e08370;
	cursor: pointer;
	border-radius: 0;
}

.wp-block-button .wp-block-button__link:hover {
	color: #e08370;
	border: 2px solid #e08370;
	background: none;
}

.wp-block-button__link:not([href]):not([tabindex]) {
	color: #ffffff;
	text-decoration: none;
}

.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #e08370;
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus {
	background: none;
	color: #e08370;
}

.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 #1b253f;
	border-bottom: 3px solid #1b253f;
	color: #1b253f;
	padding: 24px;
	border-left: none;
}

.wp-block-pullquote blockquote {
	border-left: none;
	margin: 0;
}

.wp-block-pullquote:before {
	display: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #89929b;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-block-image,
.wp-block-gallery {
	margin-bottom: 24px;
}

.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: #1b253f;
}

.wp-block-latest-comments__comment-meta a{
	color: #1b253f;
}

.wp-block-latest-comments__comment-meta a:hover{
	color: #e08370;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 8px;
}

.wp-block-latest-comments__comment-date{
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
color: #1b253f;
}

.wp-block-latest-comments__comment-excerpt{
	margin-top: 24px;
}

.wp-block-search{
	align-items: center;
}

.wp-block-search .wp-block-search__input{
	padding: 12px;
	width: 100%;
	border: 1px solid #e0e0e0;
}

.wp-block-search__button{
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: #1b253f;
	border: 2px solid #1b253f;
	padding: 8px 24px;
	background: none;
	cursor: pointer;
	border-radius: 99em;
}

.wp-block-search__button:hover{
	color: #e08370;
	border-color: #e08370;
}

/** 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;
  }
}

/**
* #9.# MEDIA QUERIES
*
* 
*/

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 100%;
	}
	.headerHolder {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1024px) {
	.container,
	.header-container {
		max-width: 960px;
	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 930px;
	}
	.header-container {
		padding: 0 15px;
	}
	.headerHolder {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1025px) {
	.header-container {
		max-width: 100%;
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1110px;
	}
}

@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: 1360px) {
	.single-post-title,
	.home-intro h1 {
		font-size: 54px;
	}
}

@media (max-width: 1200px) {
	.menu-nav li {
		margin-left: 24px;
	}
	.owl-theme .owl-nav button {
		left: -30px;
	}
	.owl-theme .owl-nav button.owl-next {
		right: -30px;
	}
}

@media (max-width: 1024px) {
	/* menu */
	.nav-holder {
		display: none;
	}
	.nav-button-holder {
		display: block;
		flex: 1 1 0;
	}
	.logo-1 {
		text-align: center;
	}
	.header-1.nav-fixed-top {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.topSingleBkg {
		margin: 81px 0;
	}
	.topNoTitle {
		margin: 81px 0 0 0;
	}
	.home-portfolio .port-home1 {
		margin-bottom: 81px;
	}

	.owl-theme .owl-nav button {
		bottom: -81px;
		left: 40%;
		top: auto;
	}
	.owl-theme .owl-nav button.owl-next {
		right: 40%;
	}
	.port-caption h2 {
		font-size: 24px;
	}
	.slider-item1 {
		padding: 50px 100px;
	}
	.slider-1post .owl-nav button {
		top: 50%;
		left: 30px !important;
	}
	.slider-1post .owl-nav button.owl-next {
		right: 30px !important;
	}
	.port-home5 .port-item-htext,
	.port-item6 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.slider-blog-item .blog-item {
		margin-bottom: 54px;
	}
	
	.slider-3items .owl-nav button {
		bottom: 0;
	}
	
	.order1{
		order: 1;
	}	
	.order2{
		order: 2;
	}
	
	.order3{
		order: 3;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image {
		width: 100%;
		margin-bottom: 36px;
	}
	.blog-item-1col-list .post-holder {
		width: 100%;
		padding-left: 0;
	}
	.headerHolder,
	.fs-home5,
	.fs-gallery {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fullscreen-page .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.3em;
	}
	h1 {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1.0em;
	}
	blockquote {
		font-size: 18px;
	}
	.headerHolder {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.headerHolder,
	.fs-home5,
	.fs-gallery {
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo {
		flex: 1 1 auto;
		text-align: right;
	}
	.header-social {
		display: none;
	}
	/* end menu */
	/* home */
	.single-post-title,
	.home-intro h1 {
		font-size: 36px;
	}
	.inner-desc h1 {
		word-wrap: break-word;
	}
	
	.slider-img img,
	.slider-left-img img {
		margin: 0 auto;
	}
	.slider-item4 {
		margin: 0;
	}
	.slider-item1 {
		display: block;
		text-align: center;
		padding: 50px;
		padding-bottom: 100px;
	}
	.slider-left-img {
		width: auto;
	}
	.slider-right-caption {
		width: auto;
		padding-left: 0;
		padding-top: 36px;
	}
	.slider-1post .owl-nav button {
		top: auto;
		bottom: 30px;
		left: 40% !important;
	}
	.slider-1post .owl-nav button.owl-next {
		right: 40% !important;
	}
	.portfolio-filter li {
		margin: 8px;
	}
	/* blog */
	.posts-holder-push-right {
		order: 0;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	aside,
	.blog-post-single aside {
		margin-top: 81px;
	}
	.article-title,
	.blog-item-2col-grid .article-title,
	.blog-item-3col-grid .article-title,
	.blog-item-1col-list .article-title {
		font-size: 28px;
	}
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image {
		width: 100%;
		height: 300px;
		margin-bottom: 24px;
	}
	.blog-item-1col-list .post-holder {
		width: 100%;
		padding-left: 0;
	}
	#home-blog-grid .blog-item {
		margin-bottom: 24px;
	}
	/* end blog */
	#footer-instagram .instagram-pics li {
		width: 25%;
	}
	.meta-nav-right {
		margin-top: 24px;
	}
	.page-numbers {
		margin-bottom: 24px;
	}
	/* comments */
	.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;
	}
	.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding: 10px;
	}
	.fullscreen-page .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.order-mobi1{
		order: 1;
	}	
	.order-mobi2{
		order: 2;
	}
	
	.order-mobi3{
		order: 3;
	}
}

@media (max-width: 568px) {
	.page-links a {
		margin-bottom: 16px;
	}
	.owl-theme .owl-nav button {
		left: 30%;
	}
	.owl-theme .owl-nav button.owl-next {
		right: 30%;
	}
	.slider-1post .owl-nav button {
		left: 30% !important;
	}
	.slider-1post .owl-nav button.owl-next {
		right: 30% !important;
	}
}

@media (max-width: 480px) {
	.post-password-form label input,
	.post-password-form input[type="submit"] {
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}
}