/*
Theme Name: monica_ivena_2017
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monica_ivena_2017
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

monica_ivena_2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  /*color: #404040;*/
  color: #FFFFFF;
  font-family: 'avenir-light';
  font-size: 16px;
  /*font-size: 1rem;*/
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000000;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
a:hover,
a:focus,
a:visited {
  color: #000000 !important;
  opacity: 0.8 !important;
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul .dropdown .sub-menu {
  background: #000000;
  padding-top: 20px;
  position: absolute;
  transform: translateY(0%);
  z-index: -1;
  opacity: 0;
  left: -11px;
  min-width: 200px;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  max-height: 165px;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-navigation ul .dropdown .sub-menu::-webkit-scrollbar {
  width: 6px;
}
.main-navigation ul .dropdown .sub-menu::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}
.main-navigation ul .dropdown .sub-menu::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF;
}
.main-navigation ul .dropdown .sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #000000;
  border-radius: 5px;
  background-color: black;
  margin: 2rem;
}
.main-navigation ul .dropdown .sub-menu li {
  margin: 10px;
  display: block;
  text-align: left;
  padding: 5px 0;
}
.main-navigation ul .dropdown .sub-menu li a {
  color: #FFFFFF;
}
.main-navigation ul .dropdown .sub-menu li a:hover,
.main-navigation ul .dropdown .sub-menu li a:focus,
.main-navigation ul .dropdown .sub-menu li a:visited {
  color: #FFFFFF !important;
}
.main-navigation ul .dropdown:hover .sub-menu {
  display: block;
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.main-navigation ul li {
  display: inline-block;
  margin: 0 20px;
}
.main-navigation ul li.current_page_item a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-navigation ul a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'avenir-medium';
  color: white !important;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Customize CSS
--------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
  font-family: 'avenir-medium';
  background: #000000;
}
h2 {
  letter-spacing: 4px;
  margin-bottom: 30px;
  font-family: 'avenir-light';
  text-transform: uppercase;
}
h4 {
  font-family: 'avenir-medium';
  letter-spacing: 2px;
  text-transform: uppercase;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.text-category {
  /*
	font-size: 24px;
	letter-spacing: 5px;
	text-transform: uppercase;*/
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'avenir-light';
}
.avenir-light {
  font-family: 'avenir-light';
}
.avenir-medium {
  font-family: 'avenir-medium';
}
.text-title {
  font-size: 15px;
  padding: 30px 0 0;
  margin: 0;
  letter-spacing: 4px;
  font-family: 'avenir-light';
}
.color-l-gray-bg-black p,
.color-l-gray-bg-black a {
  color: #FCFCFC !important;
}
.color-white-bg-black p,
.color-white-bg-black a {
  color: #FFFFFF !important;
}
.text-details {
  font-family: 'avenir-medium';
  font-size: 20px;
  margin: 10px 0 0;
}
.text-about {
  font-size: 15px;
  line-height: 30px;
}
.bg-blue {
  background-color: #e3ebee;
}
.bg-black {
  background: #000000;
}
.bg-white {
  background: #FFFFFF;
}
.color-black {
  color: #000000;
}
.color-white {
  color: #FFFFFF;
}
.color-l-gray {
  color: #FCFCFC;
}
.pad-header {
  padding: 20px 0 0;
}
.margin-title {
  /*margin: 200px 0 0;*/
  margin: 100px 0 0;
}
.margin-space {
  margin: 50px 0;
}
.bottom-space {
  margin-bottom: 50px;
}
.top-space {
  margin-top: 50px;
}
.top-title-space {
  margin-top: 50px;
}
.pad-space {
  padding: 0 100px;
}
.pad-top-bottom-space {
  padding: 100px 0;
}
.margin-gallery {
  margin: 50px 70px;
}
.margin-gallery p {
  font-size: 20px;
  font-family: 'avenir-medium';
  text-transform: uppercase;
  letter-spacing: 4px;
}
.space-offset {
  padding: 0;
}
.img-maximized {
  width: 100%;
}
.collection-content img {
  object-fit: cover;
  height: 394px;
  object-position: center;
}
#masthead {
  position: fixed;
  width: 100%;
  z-index: 99;
}
#masthead #logo {
  margin-top: 6px;
}
#masthead #logo a img {
  width: 25%;
  margin: 0 auto;
}
.list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.list li {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 14px 0;
  font-family: 'avenir-medium';
  letter-spacing: 2px;
}
.content-area {
  margin-top: 102px;
}
.press-sec-desktop img {
  margin-bottom: 20px;
}
.about-info p {
  font-family: 'avenir-medium';
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 30px;
}
.footer-menu-page-template p {
  font-family: 'avenir-medium';
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 30px;
}
.text-desc {
  font-family: 'avenir-medium';
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 30px;
}
#contact-page h4 {
  font-family: 'avenir-light';
}
.contact-info {
  /*	font-size: 15px;*/
  margin-top: 15px;
}
.contact-info p {
  font-family: 'avenir-medium';
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.contact-info p a.numbers {
  /*font-size: 15px !important;*/
}
.ngg-gallery-thumbnail img {
  border: none;
  margin: 0;
  padding: 0;
}
.ngg-gallery-thumbnail img:hover {
  opacity: 0.9;
}
.text-desc p {
  display: block;
  position: absolute;
  z-index: 999;
  color: white;
}
.album-cover {
  position: absolute;
  width: 23%;
}
.album-cover:hover .text-desc p {
  display: block;
  position: absolute;
  color: white;
  z-index: 999;
}
/*#video-content, .press-container , .category-container{
	.video-image ,.press-content{
		position:relative;
		margin-bottom: 30px;
		width: 100%;
		&:hover{
			.video-title, .press-content-title{
				opacity:0;
				.default-transition;
			}
		}
	}
	.video-title, .press-content-title{
		display: block;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		background: rgba(0,0,0,.76);
		opacity: 1;
		.default-transition;
		color: white;
		text-align:center;
		font-size: 18px;
		color: white;
		letter-spacing: 1px;
		.gothic;
		padding: 25% 10%;
	}
	img{
		height: auto;
		width: 100%;
	}
}*/
#video-content .video-image,
.press-container .video-image,
.category-container .video-image,
#video-content .press-content,
.press-container .press-content,
.category-container .press-content {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
#video-content .video-image:hover .video-title,
.press-container .video-image:hover .video-title,
.category-container .video-image:hover .video-title,
#video-content .press-content:hover .video-title,
.press-container .press-content:hover .video-title,
.category-container .press-content:hover .video-title,
#video-content .video-image:hover .press-content-title,
.press-container .video-image:hover .press-content-title,
.category-container .video-image:hover .press-content-title,
#video-content .press-content:hover .press-content-title,
.press-container .press-content:hover .press-content-title,
.category-container .press-content:hover .press-content-title {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#video-content .video-title,
.press-container .video-title,
.category-container .video-title,
#video-content .press-content-title,
.press-container .press-content-title,
.category-container .press-content-title {
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'avenir-medium';
  color: #FFFFFF;
  padding: 10%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
#video-content img,
.press-container img,
.category-container img {
  height: 394px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: top;
}
.banner-img-mobile img {
  height: 720px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: 30%;
}
.home-img-mobile {
  position: relative;
  width: 100%;
  /*&:hover{
		.home-img-mobile-title {
			opacity:0;
			.default-transition;
		}
	}*/
}
.home-img-mobile img {
  height: 720px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.home-img-mobile-title {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  padding: 5%;
  display: flex;
  letter-spacing: 2px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#bridal-page .bridal-container .bridal-title,
#collection-page .bridal-container .bridal-title,
#press-page .bridal-container .bridal-title,
#category-press .bridal-container .bridal-title,
#bridal-page .collection-container .bridal-title,
#collection-page .collection-container .bridal-title,
#press-page .collection-container .bridal-title,
#category-press .collection-container .bridal-title,
#bridal-page .press-container .bridal-title,
#collection-page .press-container .bridal-title,
#press-page .press-container .bridal-title,
#category-press .press-container .bridal-title,
#bridal-page .category-container .bridal-title,
#collection-page .category-container .bridal-title,
#press-page .category-container .bridal-title,
#category-press .category-container .bridal-title,
#bridal-page .bridal-container .collection-title,
#collection-page .bridal-container .collection-title,
#press-page .bridal-container .collection-title,
#category-press .bridal-container .collection-title,
#bridal-page .collection-container .collection-title,
#collection-page .collection-container .collection-title,
#press-page .collection-container .collection-title,
#category-press .collection-container .collection-title,
#bridal-page .press-container .collection-title,
#collection-page .press-container .collection-title,
#press-page .press-container .collection-title,
#category-press .press-container .collection-title,
#bridal-page .category-container .collection-title,
#collection-page .category-container .collection-title,
#press-page .category-container .collection-title,
#category-press .category-container .collection-title,
#bridal-page .bridal-container .press-title,
#collection-page .bridal-container .press-title,
#press-page .bridal-container .press-title,
#category-press .bridal-container .press-title,
#bridal-page .collection-container .press-title,
#collection-page .collection-container .press-title,
#press-page .collection-container .press-title,
#category-press .collection-container .press-title,
#bridal-page .press-container .press-title,
#collection-page .press-container .press-title,
#press-page .press-container .press-title,
#category-press .press-container .press-title,
#bridal-page .category-container .press-title,
#collection-page .category-container .press-title,
#press-page .category-container .press-title,
#category-press .category-container .press-title {
  font-size: 20px;
  font-family: 'avenir-medium';
  text-transform: uppercase;
  letter-spacing: 4px;
}
.video-title {
  font-size: 20px;
  font-family: 'avenir-medium';
  text-transform: uppercase;
  letter-spacing: 4px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #000000;
}
.site-footer .site-info {
  padding: 25px 0;
}
.site-footer .site-info a {
  text-transform: uppercase;
  color: #FCFCFC;
  text-decoration: none;
  font-size: 12px;
  font-family: 'avenir-medium';
  letter-spacing: 0.4px;
}
.site-footer .site-info a:hover,
.site-footer .site-info a:focus,
.site-footer .site-info a:visited {
  color: #FCFCFC !important;
}
.site-footer .site-info ul {
  margin: 0;
  padding: 0;
}
.site-footer .site-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}
.site-footer .site-info .copyright-container {
  margin-top: 5px;
}
.site-footer .site-info .copyright-container li {
  text-transform: uppercase;
  color: #FCFCFC;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-family: 'avenir-medium';
}
.site-footer .site-info .copyright-container li:first-child {
  margin-right: 0;
}
.site-footer .site-info .footer-menu {
  margin-top: 5px;
}
.site-footer .site-info .social-media-container {
  text-align: right;
}
.site-footer .site-info .social-media-container .social-media-links {
  margin-right: 10px !important;
}
.site-footer .site-info .social-media-container .social-media-links:last-child {
  margin-right: 0 !important;
}
.site-footer .site-info .social-media-container .social-media-links a {
  font-size: 15px;
}
.site-footer .site-info .social-media-container .social-media-links a i.fa.fa-facebook {
  padding: 8px 11px;
}
.site-footer .site-info .social-media-container .social-media-links a i {
  border: 1px solid #FFFFFF;
  padding: 8px 8px;
  border-radius: 20px;
  position: relative;
}
/*--------------------------------------------------------------
## WhatsApp Widget (Social Chat)
--------------------------------------------------------------*/
/*
#qlwapp .qlwapp-toggle {
    margin-bottom: 130px !important;
}
#qlwapp.qlwapp-button .qlwapp-toggle {
    padding: 12px 15px !important;
}
#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
    box-shadow: 0px 3px 8px #0000004d;
}
#qlwapp.qlwapp-middle-left, #qlwapp.qlwapp-bottom-left, #qlwapp.qlwapp-middle-right, #qlwapp.qlwapp-bottom-right {
    z-index: 1 !important;
}*/
/*--------------------------------------------------------------
## WhatsApp Widget (TOCHAT.BE)
--------------------------------------------------------------*/
.tochatbe-widget-close {
  top: 0 !important;
}
.tochatbe-widget__body-header,
.tochatbe-widget__trigger,
.tochatbe-welcome-msg {
  background-color: #ffffff !important;
  color: #000000;
  font-family: 'avenir-light';
  letter-spacing: 0.4px;
  font-size: 12px !important;
}
.tochatbe-widget__trigger {
  text-transform: uppercase;
}
.tochatbe-widget__body-header,
.tochatbe-welcome-msg {
  font-family: 'avenir-medium';
  text-align: left !important;
}
.tochatbe-widget-close {
  background-color: transparent !important;
}
.tochatbe-widget__trigger {
  padding: 15px !important;
  border-radius: 100px !important;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  font-family: 'avenir-medium';
}
.tochatbe-support-person__name {
  color: #000000 !important;
  font-family: 'avenir-medium';
  font-size: 14px !important;
}
.tochatbe-support-person__title {
  color: #000000 !important;
  font-family: 'avenir-medium';
  font-size: 14px;
}
.tochatbe-widget {
  bottom: 130px !important;
  z-index: 1 !important;
}
.tochatbe-support-persons {
  padding: 15px;
  border-radius: 0 !important;
  display: none;
}
#tochatbe-type-and-chat-input::placeholder {
  color: #000000 !important;
  font-family: 'avenir-light';
  font-size: 12px !important;
}
.tochatbe-input-wrapper {
  padding: 10px 25px !important;
}
.tochatbe-input-wrapper input {
  color: #000000;
  font-size: 12px;
  font-family: 'avenir-light';
  letter-spacing: 2px;
}
.tochatbe-widget__body {
  min-width: 255px !important;
  max-width: 255px !important;
}
.tochatbe-widget__body-header {
  padding: 15px 25px !important;
}
/******WhatsApp Black Version********/
/*.tochatbe-support-persons {
    background: #000000;
    border: 1px solid #FCFCFC;
}
.tochatbe-widget__body-header {
    color: white !important;
    background: #000000;
}
.tochatbe-support-person__name {
    font-weight: 600 !important;
    color: #FFFFFF !important;
    .calluna-reg;
}
.tochatbe-support-person__title {
    color: #FFFFFF !important;
    .calluna-reg;
}*/
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-404 {
  padding: 100px 0px;
  text-align: center;
}
.error-404 a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: white;
  padding: 15px;
  border-radius: 100px;
  font-family: 'avenir-medium';
}
/*--------------------------------------------------------------
## Footer Menu Pages
--------------------------------------------------------------*/
#footer-menu-pages ul {
  font-family: 'avenir-medium';
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 30px;
}
/*--------------------------------------------------------------
## GTranslate plugin
--------------------------------------------------------------*/
.switcher {
  position: absolute;
  right: 0;
  top: 3px;
  font-family: 'avenir-medium' !important;
}
.switcher .selected {
  background: transparent !important;
}
.switcher .selected a {
  border: transparent !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
}
.switcher .selected a:hover {
  background: transparent !important;
}
.switcher .option a {
  color: #000000 !important;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
}
.switcher .option::-webkit-scrollbar-thumb {
  background-color: #000000 !important;
}
/*--------------------------------------------------------------
## GTranslate plugin (Mobile Version)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mobile New Setup Home Page
--------------------------------------------------------------*/
.collections-sec-mobile img,
.bridal-sec-mobile img,
.press-sec-mobile img,
.about-sec-mobile img,
.contact-sec-mobile img {
  height: 702px;
  object-fit: cover;
  object-position: 55%;
}
/*--------------------------------------------------------------
## LightView
--------------------------------------------------------------*/
.lv_window canvas {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.lv_thumbnails {
  height: 140px !important;
}
.lv_thumbnails .lv_thumbnails_slide {
  width: 100% !important;
}
.lv_thumbnails .lv_thumbnails_slide .lv_thumbnail {
  width: 100px !important;
  height: 100px !important;
  margin-left: 10px !important;
}
.lv_thumbnails .lv_thumbnails_slide .lv_thumbnail .lv_thumbnail_image {
  width: 100px !important;
  height: 100px !important;
}
.lv_thumbnails .lv_thumbnails_slide .lv_thumbnail .lv_thumbnail_image img {
  width: 101px !important;
  height: 100px !important;
  top: 0px !important;
  left: 0 !important;
}
.lv_title_caption_slide {
  text-align: center !important;
}
.lv_title {
  font-family: 'avenir-medium';
  letter-spacing: 2px;
  text-transform: uppercase;
}
.lv_button_top_close:before {
  content: 'X';
  display: block;
  color: white;
  font-size: 30px;
}
.lv_side_button_next {
  background: url('images/right.png') no-repeat !important;
  height: 100px !important;
}
.lv_side_right {
  height: 100px !important;
  margin-right: -60px !important;
  margin-top: -20px !important;
}
.lv_side_button_previous {
  background: url('images/left.png') no-repeat !important;
  height: 100px !important;
}
.lv_side_left {
  height: 100px !important;
  margin-left: -40px !important;
  margin-top: -20px !important;
}
.lv_button_top_close {
  top: 50px !important;
  right: 10px !important;
  position: fixed !important;
}
/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: -10px;
  z-index: 1;
  width: 30px;
  cursor: pointer;
}
.menu-toggle span.bar {
  background-color: #FFFFFF;
  display: block;
  margin-top: 7px;
  height: 2px;
  margin-bottom: 7px;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-toggle span.bar.top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle span.bar.middle-bar {
  opacity: 1;
}
.menu-toggle span.bar.bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle.toggled span.bar.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 200%;
  -moz-transform-origin: 0% 200%;
  -ms-transform-origin: 0% 200%;
  -o-transform-origin: 0% 200%;
  transform-origin: 0% 200%;
}
.menu-toggle.toggled span.bar.middle-bar {
  opacity: 0;
}
.menu-toggle.toggled span.bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 20% 10%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  z-index: 1002;
  cursor: pointer;
}
nav.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: white;
  z-index: 3;
}
nav.mobile-navigation .nav-container {
  padding: 0 15px;
  position: fixed;
  width: 80%;
  overflow-y: scroll;
  height: 100%;
  font-size: 15px;
  background: #000000;
  font-family: 'avenir-medium';
}
nav.mobile-navigation .nav-container ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
nav.mobile-navigation .nav-container ul a {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  color: #FFFFFF !important;
  font-family: 'avenir-medium';
  letter-spacing: 2px;
  text-transform: uppercase;
}
nav.mobile-navigation .nav-container ul ul {
  margin-left: 30px;
}
/*--------------------------------------------------------------
## Parallax
--------------------------------------------------------------*/
#banner {
  min-height: 500px;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  #banner {
    min-height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*#banner{
    	min-height: 400px;
    }*/
  #banner {
    min-height: 665px;
  }
  .banner-img-mobile img {
    height: 665px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #banner {
    min-height: 400px;
    background-position: center 75px !important;
  }
}
@media screen and (min-width: 1200px) {
  /* #banner{
    	min-height: 510px;
    	background-position: center 25% !important;
    }*/
  #banner {
    min-height: 445px;
    background-position: none !important;
  }
}
@media screen and (min-width: 1400px) {
  #banner {
    min-height: 575px;
    background-position: center 20% !important;
  }
}
/*--------------------------------------------------------------
## Animations & Transitions
--------------------------------------------------------------*/
.default-transition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.slow-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.easein-transition {
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
.vcheck,
.isnotvisible {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.isvisible {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/*--------------------------------------------------------------
## Revised Media Queries
--------------------------------------------------------------*/
@media (max-width: 360.98px) {
  /*-------------------------------------
	## Gtranslate 
	---------------------------------------*/
  .switcher {
    position: static;
    margin-top: 10px;
  }
  .switcher .selected a {
    padding: 5px 0px !important;
    font-size: 12px !important;
  }
  /*-------------------------------------
	## WhatsApp Widget (ToChatBe)
	---------------------------------------*/
  /*.tochatbe-widget-close, .tochatbe-widget__body-header, .tochatbe-widget__trigger, .tochatbe-welcome-msg {
	    font-size: 12px !important;
	}
	.tochatbe-input-wrapper {
		input {
		    font-size: 12px;
		}
	}
	.tochatbe-widget {
	    bottom: 205px !important;
	}
	.tochatbe-widget__body {
		min-width: 255px !important;
		max-width: 255px !important;
	    margin-left: 0 !important;
	}
	.tochatbe-widget-close {
	    top: 0px !important;
	}
	.tochatbe-widget__body {
	    min-width: 280px !important;
	    max-width: 280px !important;    
	    margin-left: 0;
	}
	*/
  .tochatbe-widget {
    display: none !important;
  }
  .whatsapp-button-mobile a.tochatbe-whatsapp-button {
    margin-top: 5px;
    font-size: 12px !important;
    letter-spacing: 2px;
    font-family: 'avenir-medium';
    text-transform: uppercase;
    padding: 15px !important;
    border-radius: 100px !important;
  }
  /*-------------------------------------
	## Mobile Menu
	---------------------------------------*/
  .menu-toggle {
    right: 10px;
  }
  /*-------------------------------------
	## Used on different pages
	---------------------------------------*/
  .text-category {
    font-size: 26px;
  }
  .text-category {
    margin-left: 0 !important;
  }
  /*-------------------------------------
	## Home
	---------------------------------------*/
  .home-img-mobile-title {
    padding: 10%;
  }
  /*-------------------------------------
	## Contact
	---------------------------------------*/
  .contact-info {
    text-align: center;
  }
  /*-------------------------------------
	## Footer
	---------------------------------------*/
  .site-footer .site-info ul {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .site-footer .site-info ul li {
    margin-right: 0 !important;
  }
  .site-footer .site-info .social-media-container {
    text-align: center;
    margin-top: 10px;
    flex-direction: row;
    justify-content: center;
  }
  .site-footer .site-info .copyright-container {
    text-align: center;
    margin-top: 10px;
  }
  .excerpt-text-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  /*-------------------------------------
		## Collections, Bridal, Press
	---------------------------------------*/
  .featured-image {
    object-fit: cover;
    height: 394px;
    object-position: center;
  }
  .video-image {
    padding: 0 15px;
  }
}
@media (min-width: 361px) and (max-width: 370px) {
  /*.tochatbe-widget__body {
	    min-width: 280px !important;
	    max-width: 280px !important;    
	    margin-left: 0;
	}*/
  /*-------------------------------------
	## Contact
	---------------------------------------*/
  .contact-info {
    text-align: center;
  }
  /*-------------------------------------
	## Footer
	---------------------------------------*/
  .site-footer .site-info ul {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .site-footer .site-info ul li {
    margin-right: 0 !important;
  }
  .site-footer .site-info .social-media-container {
    text-align: center;
    margin-top: 10px;
    flex-direction: row;
    justify-content: center;
  }
  .site-footer .site-info .copyright-container {
    text-align: center;
    margin-top: 10px;
  }
  /*-------------------------------------
		## Collections, Bridal, Press
	---------------------------------------*/
  .featured-image {
    object-fit: cover;
    height: 394px;
    object-position: center;
  }
  .video-image {
    padding: 0 15px;
  }
  .tochatbe-widget {
    display: none !important;
  }
  .whatsapp-button-mobile a.tochatbe-whatsapp-button {
    margin-top: 5px;
    font-size: 12px !important;
    letter-spacing: 2px;
    font-family: 'avenir-medium';
    text-transform: uppercase;
    padding: 15px !important;
    border-radius: 100px !important;
  }
}
@media (min-width: 371px) and (max-width: 575.98px) {
  .switcher {
    position: static;
    margin-top: 10px;
  }
  .switcher .selected a {
    padding: 5px 0px !important;
    font-size: 12px !important;
  }
  /*.tochatbe-input-wrapper {
		input {
		    font-size: 12px;
		}
	}
	.tochatbe-widget__body {
	    min-width: 280px !important;
	    max-width: 280px !important;    
	    margin-left: 0;
	}*/
  .tochatbe-widget {
    display: none !important;
  }
  .whatsapp-button-mobile a.tochatbe-whatsapp-button {
    margin-top: 5px;
    font-size: 12px !important;
    letter-spacing: 2px;
    font-family: 'avenir-medium';
    text-transform: uppercase;
    padding: 15px !important;
    border-radius: 100px !important;
  }
  .excerpt-text-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  /*-------------------------------------
	## Contact
	---------------------------------------*/
  .contact-info {
    text-align: center;
  }
  /*-------------------------------------
		## Collections, Bridal, Press
	---------------------------------------*/
  .featured-image {
    object-fit: cover;
    height: 394px;
    object-position: center;
  }
  .video-image {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .text-details {
    margin: 10px 0 100px;
  }
  .pad-space {
    padding: 0 10px;
  }
  .margin-title {
    margin: 40px 0;
  }
  .content-area {
    margin-top: 65px;
  }
  .ngg-gallery-thumbnail {
    float: none;
    width: 100%;
  }
  .ngg-galleryoverview,
  .gallery-main img {
    width: 100%;
  }
  .list {
    margin: -20px 0 30px;
  }
  .list li {
    font-size: 12px;
  }
  body,
  html {
    overflow-x: hidden;
  }
  body {
    position: relative;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.menu-visible {
    right: 80%;
    overflow: hidden;
  }
  body.menu-visible #thead {
    left: -80%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .overlay.toggled {
    width: 20%;
  }
  nav.mobile-navigation {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  nav.mobile-navigation.toggled {
    width: 80%;
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
  #masthead #logo a img {
    width: 150px;
    margin: 10px 0 -10px;
  }
  .site-footer .site-info ul {
    text-align: center;
    margin-left: 10px;
  }
  .site-footer .site-info ul li {
    margin-right: 10px;
  }
  .site-footer .site-info .social-media-container {
    text-align: center;
    margin-top: 10px;
  }
  .site-footer .site-info .copyright-container {
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
  }
  .excerpt-text-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  /*-------------------------------------
	## Contact
	---------------------------------------*/
  .contact-info {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .switcher {
    position: static;
    margin-top: 10px;
  }
  .switcher .selected a {
    padding: 5px 0px !important;
    font-size: 12px !important;
  }
  /*.tochatbe-input-wrapper {
		input {
		    font-size: 12px;
		}
	}
	.tochatbe-widget__body {
	    min-width: 280px !important;
	    max-width: 280px !important;    
	    margin-left: 0;
	}
	*/
  .banner-img-mobile img {
    height: 637px;
  }
  .tochatbe-widget {
    display: none !important;
  }
  .whatsapp-button-mobile a.tochatbe-whatsapp-button {
    margin-top: 5px;
    font-size: 12px !important;
    letter-spacing: 2px;
    font-family: 'avenir-medium';
    text-transform: uppercase;
    padding: 13px !important;
    border-radius: 100px !important;
    margin-bottom: 10px;
  }
  .excerpt-text-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  /*-------------------------------------
		## Collections, Bridal, Press
	---------------------------------------*/
  .featured-image {
    object-fit: cover;
    height: 394px;
    object-position: center;
  }
  .video-image {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .margin-gallery {
    margin: 50px 15px;
  }
  .margin-title {
    margin: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .switcher {
    top: -4px;
  }
  .switcher .selected a {
    font-size: 11px !important;
  }
  .switcher .option a {
    font-size: 11px !important;
  }
  .tochatbe-widget-close,
  .tochatbe-widget__body-header,
  .tochatbe-widget__trigger,
  .tochatbe-welcome-msg {
    font-size: 12px !important;
  }
  .tochatbe-widget {
    bottom: 180px !important;
  }
  .text-category {
    margin-left: 0;
    font-size: 26px;
  }
  .list {
    margin-left: 0;
  }
  .list li {
    font-size: 12px;
  }
  /*.banner-img-mobile {
		img {
	    	height: 455px;
		}
	}*/
  .site-footer .site-info ul {
    text-align: center;
  }
  .site-footer .site-info .social-media-container {
    text-align: center;
    margin-top: 10px;
  }
  .site-footer .site-info .copyright-container {
    text-align: center;
    margin-top: 10px;
  }
  .excerpt-text-desktop {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .content-area {
    margin-top: 95px;
  }
  /***** Homepage *****/
  /*	.top-title-space{
		margin-left: 10px;
	}*/
  /***** contact page *****/
  .contact-info {
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /***** contact page *****/
  .contact-info {
    margin-top: 0px;
  }
  .content-area {
    margin-top: 99px;
  }
  .margin-title {
    margin: 50px 0;
  }
  #banner {
    min-height: 420px;
  }
  .tochatbe-widget {
    bottom: 105px !important;
  }
  .excerpt-text-desktop {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tochatbe-widget {
    bottom: 100px !important;
  }
  .excerpt-text-desktop {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
  }
  /*.tochatbe-widget {
	    bottom: 55px !important; 
	}*/
}
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Avenir Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'avenir-light';
  src: url('fonts/Avenir/AvenirLTProLight.otf');
}
@font-face {
  font-family: 'avenir-medium';
  src: url('fonts/Avenir/AvenirLTProMedium.otf');
}
