/*!
Theme Name: Boudoir by Rebecca Lynn
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boudoir-by-rebecca-lynn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Boudoir by Rebecca Lynn is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {
  --black-nav: #4E4E4E;
	--black: #141414;
  --white: #fff;
	--dark-gold: #85683E;
	--brown: #9E6F6D;
	/*--old-brown: #8a3d32*/
  --light-brown: #B6756C;

	--dark-white: #F8F8F8;
	--dark-green: #00592E;
	--light-green: #579040;
	--line-light-green: #78B45F;
	--faq-line: #B8C3CC;

	--gray: #5B5B5B;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	/*margin: 0.67em 0;*/
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--gray);
	font-family: 'Montserrat', sans-serif!important;
	font-size: 16px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
}

h2, .h2 {
	font-size: 48px;
	color:var(--black);
	font-weight: 300!important;
	text-transform: capitalize;
  position: relative;
}

h3, .h3 {
	font-size: 48px;
	font-weight: 400;
	font-family: "Italiana", sans-serif;
	background:  linear-gradient(to bottom right, #D7B472, #965E09);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.h3 .elementor-heading-title {
    background:  linear-gradient(to bottom right, #D7B472, #965E09);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
p {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif!important;
	/*color: var(--gray);*/
}
p + p {
	margin-top: 10px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat', sans-serif!important;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Montserrat', sans-serif!important;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--white);
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
}
.elementor .elementor-widget-container > a {
  color:var(--brown);
  text-decoration: underline;
  font-weight: 500;
}
.elementor .elementor-widget-container > a:hover {
  color:var(--dark-gold);
}
.elementor .elementor-widget-container > p a {
  color:var(--brown);
  text-decoration: underline;
  font-weight: 500;
}
.elementor .elementor-widget-container > p a:hover {
  color:var(--dark-gold);
}
a:visited {
	/*color: #800080;*/
	color:inherit;
}

a:hover,
a:focus,
a:active {
	color: var(--dark-gold);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}*/

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* NAVIGATION */
@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .container-header {
    max-width: 100%;
  }
}

@media (min-width: 1500px){
  .container {
      max-width: 1440px;
  }
  .container-header {
    padding-left: 0;
    padding-right: 0;
  }
}
/*@media (min-width: 1570px){
  .container {
      max-width: 1540px;
  }
}*/

.navbar > .container, .navbar > .container-fluid {
	display: block;
}
#menu-main-menu {
	padding-top: 37px;
	margin-left: 0;
	margin-right: 20px
}

#mainNav {
	padding: 0;
	display: flex;
  flex-direction: column;
	background-color: var(--white);
	border-bottom: 1px solid var(--white);
}


#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
}

#mainNav .navbar-brand {
  color: #fed136;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 18px;
  font-weight: 500;
	font-family: "Josefin Sans";
  padding: 0px 10px 27px;
  color: var(--black);
  text-transform: uppercase;
}
#menu-main-menu > li + li {
	margin-left: 2px;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: var(--dark-gold);
}
#mainNav.navbar-shrink {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
	background-color: var(--white);
}

/*dropdown*/
#menu-main-menu.navbar-nav .dropdown-menu li + li {
  margin-left: 0;
}

#menu-main-menu li ul.dropdown-menu li a {
	font-weight: 400;
	color:var(--black-nav);
}
#menu-main-menu .dropdown-menu {
    right: auto;
    left: 0;
    margin-top: 0;
    border-radius: 0;
}
#menu-main-menu .dropdown-menu > li > a:hover, #menu-main-menu .dropdown-menu > li > a:focus {
	color: var(--light-green);
	background-color: var(--dark-white);
}
#menu-main-menu > .menu-item-has-children > a::after {
    content: '\f067';
    font-family: "FontAwesome";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display: inline-block;
    margin-top: -6px;
    margin-left: 4px;
		font-size: 11px;
		vertical-align: middle;
}
#menu-main-menu .menu-item-has-children > ul li.menu-item-has-children > a::after {
  content: '\f067';
  font-family: "FontAwesome";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 4px;
  font-size: 10px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .click-menu {
    display: none;
  }
  #menu-main-menu li:hover > ul.dropdown-menu {
      display: block;
      top: 30px;
      left: 10px;
  }
  #menu-main-menu li > ul.dropdown-menu > li:hover > ul.dropdown-menu {
      top: 0;
      left: 100%;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
    margin-top: 0;
  }
  #menu-main-menu.navbar-nav > li > .dropdown-menu {
    border-top: 3px solid var(--dark-green);
    padding: 0;
    border-radius: 0;
  }
  #menu-main-menu.navbar-nav > li > .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.click-menu {
  float: right;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.click-menu::before {
  position: absolute;
  left: 9px;
  top: 50%;
  font: 14px FontAwesome;
  color: var(--black-nav);
  content: '\f067';
}
.click-menu.clicked-menu-item::before {
  content: '\f068';
  top: 50%;
}

.relative {
	position: relative;
}
#mainNav .desktop-logo {
	position: absolute;
	top: 14px;
  left: 15px;
}
#mainNav .mobile-logo {
	display: none;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		/*height: 60px;*/
	}
}
.header-number-phone {
  position: absolute;
  right: 15px;
  top: 23px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #10633B;
}
.header-number-phone a:hover {
  text-decoration: none;
  color: #10633B;
}
.header-number-phone a:hover span {
  text-decoration: underline;
}
.header-number-phone a:hover span.hnp-call {
  text-decoration: none;
}

.header-number-phone i {
  display: none;
}
@media (max-width: 991px) {
  .header-number-phone {
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: var(--yellow);
    width: 36px;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
  }
  .header-number-phone a {
    padding: 4px 9px;
  }
  .header-number-phone a i {
    display: inline-block;
    color:#fff;
  }
  .header-number-phone a span {
    display: none;
  }
}
/*NAVIGATION END*/

/*ADMIN BAR*/
.admin-bar .fixed-top {
  top:32px;
}
@media (max-width: 782px) {
  .admin-bar .fixed-top {
    top: 46px
  }
}
.elementor_library-template-default #content {
	margin-top: 130px;
}
.elementor-template-full-width #content {
  margin-top: 130px;
}
.general-hero-banner-section {
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
	background-color: var(--white);
}
.first-section-margin-top {
	margin-top: 162px;
}
.general-hero-banner-section h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: var(--white);
	font-size:48px;
	line-height: 60px;
	font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
}
.general-hero-banner-section .hb-tagline {
	font-size: 20px;
  line-height: 1.4;
	color: var(--white);
	font-weight: 500;
	margin-top: 0px;
  margin-bottom: 25px;
}
/*.general-hero-banner-section h1 {
	color:var(--white);
	font-size: 60px;
	line-height: 1.1;
	text-transform: uppercase;
}
.general-hero-banner-section .hb-tagline {
	color:var(--white);
	font-size: 36px;
	font-family: "Poppins";
	line-height: 1.1;

}*/
.container-fluid {
	padding-left: 100px;
	padding-right: 100px;
	max-width: 1903px;
}

/*ADMIN BAR END*/

/*ADDITIONAL TYPO STYLING*/
/*#content ul {
	margin: 0;
  padding: 20px 0 20px 30px;
  list-style: none;
  position: relative;
}
#content ul li {
	color:var(--gray);
	font-size: 16px;
	position: relative;
}
#content ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: var(--dark-gold);
	position: absolute;
	left: -15px;
	top: 9px;
}
#content ul li + li {
	margin-top: 10px;
}
#content ul.slick-dots {
	position: absolute;
}*/

.indent-40 {
	padding-left: 40px;
}
.row-narrow {
	margin-left: -5px;
	margin-right: -5px;
}
.col-narrow {
	padding-left: 5px;
	padding-right: 5px;
}
.relative {
	position: relative;
}
/*ADDITIONAL TYPO STYLING END*/

/*BUTTONS*/
a.btn-brown-big {
	font-size: 18px;
	font-weight: 500;
	font-family: "Montserrat";
  background-color: var(--brown);
	color: var(--white);
	display: inline-block;
	padding: 17px 25px;
	line-height: 1.2;
	text-align: center;
  /*border: 2px solid var(--yellow);*/
  border-radius: 28px;
}
a.btn-brown-big:hover, a.btn-brown-big:focus {
  text-decoration: none;
  background-color: var(--dark-gold);
  color:var(--white);
}

.elementor-shortcode .wplg_gallery_loadmore {
	font-size: 18px!important;
	font-weight: 500!important;
	font-family: "Montserrat"!important;
  background-color: var(--brown)!important;
	color: var(--white)!important;
	display: inline-block!important;
	padding: 17px 25px!important;
	line-height: 1.2!important;
	text-align: center!important;
  /*border: 2px solid var(--yellow);*/
  border-radius: 28px!important;
  height: 60px!important;
  cursor: pointer;
  margin-top: 30px!important;
}
.elementor-shortcode .wplg_gallery_loadmore label {
  margin: initial!important;;
  font-size: 18px!important;
  font-weight: 500!important;
  cursor: pointer;
}
.elementor-shortcode .wplg_gallery_loadmore:hover, .elementor-shortcode .wplg_gallery_loadmore:focus {
  text-decoration: none!important;
  background-color: var(--dark-gold)!important;
  color:var(--white)!important;
}

.header-schedule {
  padding-top: 4px;
}
.header-schedule a {
	font-size: 14px;
	font-weight: 500;
	font-family: "Montserrat";
  background-color: var(--brown);
	color: var(--white);
	display: inline-block;
	padding: 10px 15px;
	line-height: 1.2;
	text-align: center;
  text-align: center;
  /*border: 2px solid var(--yellow);*/
  border-radius: 28px;
}
.header-schedule a:hover, .header-schedule a:focus {
  text-decoration: none;
	background-color: var(--dark-gold);
	color:var(--white);
}
.header-schedule a + a {
	margin-left: 10px;
}

/*BUTTON END*/

/*Gallery Widget*/
/*.my_gallery .gallery-icon img{
    width: 100%; padding: 7px;
}
#gallery-1{
    column-count: 4;
    column-gap: 0;
}
.my_gallery .gallery-icon a{
    display: block
}
@media all and (max-width:767px){
  #gallery-1{
    column-count: 2;

}
}*/
#masonry1 #gallery-1  {
  /*height: 100vh;*/
	height: 200px;
	overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#masonry1 #gallery-1 .gallery-item {
  /*background:purple;
  border:2px solid #fff;*/
	padding-left: 15px;
	padding-right: 15px;
  box-sizing:border-box;
  width:calc(100% / 3);
}
#masonry1 #gallery-1 .gallery-item {
  flex:1 1 100%;
}
#masonry1 #gallery-1 .gallery-item:nth-child(2),
#masonry1 #gallery-1 .gallery-item:nth-child(3) {
  flex:1 1 47%;
}
#masonry1 #gallery-1 .gallery-item img {
width: 100%;
}


#masonry2 #gallery-2  {
  /*height: 100vh;*/
	height: 200px;
	overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#masonry2 #gallery-2 .gallery-item {
  /*background:purple;
  border:2px solid #fff;*/
	padding-left: 15px;
	padding-right: 15px;
  box-sizing:border-box;
  width:calc(100% / 4);
	flex:1 1 100%;
}
#masonry2 #gallery-2 .gallery-item:nth-child(1) {
	width:calc(100% / 2);
}
#masonry2 #gallery-2 .gallery-item:nth-child(2),
#masonry2 #gallery-2 .gallery-item:nth-child(3) {
  flex:1 1 47%;
}
#masonry2 #gallery-2 .gallery-item img {
width: 100%;
}

#masonryhp #gallery-1  {
  /*height: 100vh;*/
	height: 200px;
	overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#masonryhp #gallery-1 .gallery-item {
  /*background:purple;
  border:2px solid #fff;*/
	padding-left: 15px;
	padding-right: 15px;
  box-sizing:border-box;
  width:calc(100% / 4);
	flex:1 1 100%;
}
#masonryhp #gallery-1 .gallery-item:nth-child(1) {
	width:calc(100% / 2);
}
#masonryhp #gallery-1 .gallery-item:nth-child(2),
#masonryhp #gallery-1 .gallery-item:nth-child(3) {
  flex:1 1 47%;
}
#masonryhp #gallery-1 .gallery-item img {
width: 100%;
}
/*Gallery Widget End*/

.whats-included-list ul {
	list-style: none;
  position: relative;
	margin: 0;
	padding: 0;
}
.whats-included-list li {
	position: relative;
	padding-left: 45px;
	border-bottom: 1px solid #C1A268;
	padding-bottom: 9px;
	text-transform: uppercase;
}
.whats-included-list li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: var(--white);
	position: absolute;
	left: 30px;
	top: 9px;
}
.whats-included-list li + li {
	margin-top: 10px;
}

.faq-accordion h2 {
	font-size:20px!important;
}
.faq-accordion .elementor-accordion-item ul {
	margin:0;
	padding: 10px 0 10px 25px;
}

.faq-accordion .elementor-accordion-item + .elementor-accordion-item {
	margin-top: 24px;
}

.mw-1200 {
	max-width: 1200px!important;
	margin: 0 auto;
}

.city-page-image-on-the-left .elementor-widget-text-editor ul {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
.city-page-image-on-the-left .elementor-widget-text-editor ul li {
	position: relative;
	padding-left: 15px;
}
.city-page-image-on-the-left .elementor-widget-text-editor li:before {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 50px;
	background-color: var(--black);
	position: absolute;
	left: 4px;
	top: 11px;
}
.city-page-image-on-the-left .elementor-widget-text-editor li + li {
	margin-top: 15px;
}

.golden-text-color  h2, .golden-text-color  h3 {
	background:  linear-gradient(to bottom right, #D7B472, #965E09);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact-us-form-wrap {

}
.contact-us-form-wrap form {
	text-align: center;
}
.contact-us-form-wrap form span {
	display: inline-block;
  margin: 7px;
}
.contact-us-form-wrap form span + span {
	/*margin-top: 15px;*/
}
.contact-us-form-wrap form input[type="text"], .contact-us-form-wrap form input[type="email"], .contact-us-form-wrap form input[type="tel"]  {
	border-radius: 4px;
  border: 1px solid var(--gray);
  padding: 10px 10px 10px 40px;
	color:var(--gray);
	max-width: 375px;
	background-color: transparent;
  width:100%;
}
.contact-us-form-wrap form input[type="text"]::placeholder, .contact-us-form-wrap form input[type="email"]::placeholder, .contact-us-form-wrap form input[type="tel"]::placeholder {
	color:var(--gray);
}

.contact-us-form-wrap form .s1c-name-cf-7 {
	position: relative;
}
.contact-us-form-wrap form .s1c-name-cf-7::before {
	content: "";
  position: absolute;
  background-image: url(img/pen.png);
  display: block;
  width: 28px;
  height: 20px;
  z-index: 1;
  left: 20px;
  top: 20px;
}

.contact-us-form-wrap form .s1c-surname-cf-7 {
	position: relative;
}
.contact-us-form-wrap form .s1c-surname-cf-7::before {
	content: "";
  position: absolute;
  background-image: url(img/pen.png);
  display: block;
  width: 28px;
  height: 20px;
  z-index: 1;
  left: 20px;
  top: 20px;
}

.contact-us-form-wrap form .s1c-email-cf-7 {
	position: relative;
}
.contact-us-form-wrap form .s1c-email-cf-7::before {
	content: "";
  position: absolute;
  background-image: url(img/email.png);
  display: block;
  width: 28px;
  height: 20px;
  z-index: 1;
  left: 20px;
  top: 20px;
}

.contact-us-form-wrap form .s1c-phone-cf-7 {
	position: relative;
}
.contact-us-form-wrap form .s1c-phone-cf-7::before {
	content: "";
  position: absolute;
  background-image: url(img/phone.png);
  display: block;
  width: 28px;
  height: 20px;
  z-index: 1;
  left: 20px;
  top: 20px;
}

.contact-us-form-wrap form .s1c-info-cf-7 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-us-form-wrap form .s1c-submit-cf-7 {
	font-size: 18px;
	font-weight: 500;
	color:#260D09;
	background-color: transparent;
	border-radius: 28px;
	border:	1px solid var(--light-brown);
	padding: 18px 20px;
}
.contact-us-form-wrap form .s1c-submit-cf-7:hover, .contact-us-form-wrap form .s1c-submit-cf-7:focus {
	background-color: var(--light-brown);
	color:#fff;
}
.contact-us-form-wrap form .s1c-submit-cf-7 i {
	font-family: "Font Awesome 5 Free";
}

/* the slides */
.slick-slider-testimonials {
  padding-bottom: 100px;
      margin: 0 27px;
}
.slick-slider-testimonials .slick-list {
  margin: 0 -27px;
}
.slick-slider-testimonials .slick-slide {
 margin: 0 27px;
}
.slick-slider-testimonials .slick-track {

}
.slick-slider-testimonials .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
  margin-left: -45px;
}
.slick-slider-testimonials .slick-next {
  right: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
  margin-right: -90px;
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color:var(--brown);
}
.slick-prev:before, .slick-next:before {
  content: "";
  /*opacity: 1;*/
  font-size: 48px;
}
.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    color: var(--dark-gold);
    margin-right: 3px;
    font-weight: 900;
    -webkit-text-stroke: #eeebe8 0.09em;
}
.slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: var(--dark-gold);
    margin-left: 3px;
    font-weight: 900;
    -webkit-text-stroke: #eeebe8 0.09em;
}

.slick-slider-testimonials p {
    color:var(--gray);
    font-size: 16px;
    font-style: italic;
    text-align: center;
    line-height: 1.8;
}
.slick-slider-testimonials span {
  display: block;
  text-align: center;
  color:var(--gray);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 30px auto 0;
}
.slick-slider-testimonials-img {
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 50px;
}
.slick-slider-testimonials-wrap {
  position: relative;
}
.slick-slider-testimonials-quotes {
  position: absolute;
  background-image: url(img/quotes.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 59px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 145px;
}
/*BLACK CONTACT FORM*/
.black-form-wrap {

}
.black-form-wrap form {
	text-align: center;
}
.black-form-wrap form span {
	display: inline-block;
  margin: 7px;
}
.black-form-wrap form span + span {

}
.black-form-wrap form input[type="text"], .black-form-wrap form input[type="email"], .black-form-wrap form input[type="tel"]  {
	border-radius: 4px;
  border: 1px solid var(--white);
  padding: 10px 10px 10px 40px;
	color:var(--white);
	max-width: 375px;
	background-color: transparent;
  width: 100%;
}
.black-form-wrap form input[type="text"]::placeholder, .black-form-wrap form input[type="email"]::placeholder, .black-form-wrap form input[type="tel"]::placeholder {
	color:var(--white);
}

.black-form-wrap form .s1c-name-cf-7 {
	position: relative;
}
.black-form-wrap form .s1c-name-cf-7::before {
	content: "";
  position: absolute;
  background-image: url(img/pen-white.png);
  display: block;
  width: 17px;
  height: 16px;
  z-index: 1;
  left: 22px;
  top: 22px;
}

.black-form-wrap form .s1c-surname-cf-7 {
	position: relative;
}
.black-form-wrap form .s1c-surname-cf-7::before {
	content: "";
  position: absolute;
  background-image: url(img/pen-white.png);
  display: block;
  width: 17px;
  height: 16px;
  z-index: 1;
  left: 22px;
  top: 22px;
}

.black-form-wrap form .s1c-email-cf-7 {
	position: relative;
}
.black-form-wrap form .s1c-email-cf-7::before {
	content: "";
  position: absolute;
  background-image: url(img/email-white.png);
  display: block;
  width: 16px;
  height: 12px;
  z-index: 1;
  left: 23px;
  top: 24px;
}

.black-form-wrap form .s1c-phone-cf-7 {
	position: relative;
}
.black-form-wrap form .s1c-phone-cf-7::before {
	content: "";
  position: absolute;
  background-image: url(img/phone-white.png);
  display: block;
  width: 17px;
  height: 16px;
  z-index: 1;
  left: 22px;
  top: 22px;
}

.black-form-wrap form .s1c-info-cf-7 {
	font-size: 14px;
  font-weight: 300;
	margin-top: 13px;
	margin-bottom: 20px;
  color:var(--white);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.black-form-wrap form .s1c-submit-cf-7 {
	font-size: 18px;
	font-weight: 500;
	color: var(--brown);
	background-color: var(--white);
	border-radius: 28px;
	border:	1px solid transparent;
	padding: 18px 20px;
}
.black-form-wrap form .s1c-submit-cf-7:hover, .black-form-wrap form .s1c-submit-cf-7:focus {
	background-color: var(--dark-gold);
	color:var(--white);
}
.black-form-wrap form .s1c-submit-cf-7 i {
	font-family: "Font Awesome 5 Free";
}

/*BLACK CONTACT FORM END*/
/*FOOTER*/
#footer {
  background-image: url('img/footer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 80px;
  color:var(--white);
}
@media (min-width: 992px) {
  #footer .container {
    max-width: 100%;
  }
}

@media (min-width: 1511px){
  #footer .container {
      max-width: 1440px;
  }
  #footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .site-footer-row  {
    margin-left: -27px;
    margin-right: -27px;
  }
  #footer .site-footer-row .col-lg-4 {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.footer-middle-p {
  font-family: "Montserrat";
  font-weight: 300;
}
#menu-footer-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#menu-footer-menu li {

}
#menu-footer-menu li a {
  text-decoration: underline;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
}
#menu-footer-menu li a i {
  margin-left: 10px;
}
#menu-footer-menu li + li {
  margin-top: 15px;
}
.footer-contact-area-info a {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 500;
}
.footer-contact-area-info-email a {
  word-break: break-all;	
}
.footer-contact-area-info p {
	position:relative;
	padding-left:25px;
}
.footer-contact-area-info p i {
  position:absolute;
	left:0;
	top:6px;
  width: 20px;
  color:var(--light-brown);
}
.footer-social ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-top: 30px;
  margin-left: 0;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a {
  font-size: 27px;
}
.footer-social ul li + li {
  margin-left: 30px;
}
.footer-vip {
  margin-top: 50px;
}
.footer-vip p {

}
.footer-vip p a {
  font-family: "Josefin Sans";
  font-size: 18px;
  font-weight: 500;
  background:  linear-gradient(to bottom right, #D7B472, #965E09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*FOOTER END*/
.investment-list ul {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
.investment-list ul li {
	position: relative;
	padding-left: 15px;
}
.investment-list li:before {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 50px;
	background-color: var(--black);
	position: absolute;
	left: 4px;
	top: 11px;
}
.investment-list li + li {
	margin-top: 15px;
}
/*BLOG*/
.blog-hero-banner-section {
  background-color: transparent;
  background-image: linear-gradient(60deg, #D7B472 0%, #965E09 100%);
  margin-top: 130px;
  padding: 100px 0;
}
.blog-hero-banner-section h1 {
  font-family: "Josefin Sans", Sans-serif;
  font-size: 48px;
  font-weight: 300;
  color:var(--black);
  text-transform: capitalize;
  text-align: center;
}
.blog-hero-banner-section p {
  text-align: center;
  color: var(--white);
  font-family: "Josefin Sans", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.blog-content-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1500px){
  .blog-content-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-content-area-row {
  position: relative;
  background-color:#EEEBE8;
  margin-bottom: 50px;
}
.blog-content-area-row::before {
  content:"";
  height: 100%;
  width: 15px;
  background-color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
}
.blog-content-area-row::after {
  content:"";
  height: 100%;
  width: 15px;
  background-color: var(--white);
  right: 0;
  top: 0;
}
@media (max-width: 991px){
  .blog-content-area-row {
    background-color:transparent;
  }
  .blog-content-area-row::before {
    display: none;
  }
  .blog-content-area-row::after {
    display: none;
  }
  .single-blog-content-wrap {
    background-color:#EEEBE8;
    padding: 20px;
  }
}

.small-blog-image-bckgrnd {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 435px;
}
.small-blog-date {
  font-size: 18px;
  font-family: "Josefin Sans", Sans-serif;
  font-weight: 500;
  color:var(--light-brown);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.single-blog-content-wrap h2 {
  font-family: "Josefin Sans", Sans-serif;
  font-size: 48px;
  color:var(--black);
  line-height: 1;
  margin-bottom: 10px;
}
.small-blog-date-z {
  font-size: 16px;
  font-family: "Josefin Sans", Sans-serif;
  font-weight: 500;
  color:#B68B6C;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
a.btn-blog {
	font-size: 14px;
	font-weight: 500;
	font-family: "Montserrat";
  background-color: transparent;
	color: var(--black);
	display: inline-block;
	padding: 9px 20px;
	line-height: 1.2;
	text-align: center;
  border:	1px solid var(--light-brown);
  border-radius: 28px;
  margin-top: 30px;
}
a.btn-blog:hover, a.btn-blog:focus {
  text-decoration: none;
  background-color: var(--light-brown);
  color:var(--white);
}

.small-blog-image-bckgrnd-other {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 290px;
}
.single-blog-content-wrap-other h2 {
  font-size: 20px;
  font-family: "Josefin Sans", Sans-serif;
  font-weight: 500!important;
  color: var(--black);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.btn-blog-other {
  color: var(--brown);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 15px;
  display: inline-block;
}
.btn-blog-other span {
  display: inline-block;
  text-decoration: underline;
  margin-right: 5px;
}
.btn-blog-other:hover, .btn-blog-other:focus {
  text-decoration: none;
  color:var(--dark-gold);
}
.single-blog-content-wrap-other-content {
  background-color:#EEEBE8;
  padding: 20px;
	height:100%;
}
.single-blog-content-wrap-other {
	overflow:hidden;
}

.pagination-on-blog-page .page-numbers {
  display: none;
}
.pagination-on-blog-page .next.page-numbers, .pagination-on-blog-page .prev.page-numbers {
  display: inline-block;
}
.pagination-on-blog-page .prev.page-numbers {
  margin-right: auto !important;
  color: var(--brown);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 15px;
  display: inline-block;
}
.pagination-on-blog-page .next.page-numbers {
  margin-left: auto !important;
  color: var(--brown);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 15px;
  display: inline-block;
}
.pagination-on-blog-page .prev.page-numbers span {
  display: inline-block;
  text-decoration: underline;
  margin-left: 5px;
}
.pagination-on-blog-page .next.page-numbers span {
  display: inline-block;
  text-decoration: underline;
  margin-right: 5px;
}
.pagination-on-blog-page .next.page-numbers:hover, .pagination-on-blog-page .prev.page-numbers:hover {
  text-decoration: none;
  color:var(--dark-gold);
}

.custom-pdf-section {
	padding-top:0!important;
}
@media (min-width: 1260px){
  .custom-pdf-section .container {
    width: 1200px;
  }
}
.custom-pdf-section h3 {
  font-size: 20px;
}
.custom-pdf-section p {
  font-size: 48px;
  font-family: "Josefin Sans", sans-serif!important;
  font-weight: 300;
  line-height: 1.2
}

.single-post #content {
  margin-top: 130px;
}
@media (min-width: 1500px){
  .custom-single-post-main-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.custom-content-single-section {
  color:var(--black);

}
/*BLOG END*/
.book-your-shoot-list p {
  font-size: 16px;
}
.book-your-shoot-list p + p {
  margin-top: 20px;
}
.book-your-shoot-list span {
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: var(--black);
  display: block;
  font-weight: 500;
}
.book-your-session-videos .elementor-open-inline {
  height:330px;
  --video-aspect-ratio: auto!important;
}

.privacy-policy-wrap h2 {
  margin-bottom: 10px;
}
.privacy-policy-wrap p + h2 {
  margin-top: 25px;
}

/*SILO*/
#silo {
	padding-top:0px;
	padding-bottom:50px;
}
#silo ul {
	padding-left:0;
}
#silo ul li:before {
	display:none;
}
#silo .fa {
  cursor: pointer;
  background-color: var(--light-brown);
  color: var(--white);
  border-radius: 100%;
  /*box-shadow: 0px 10px 16px -8px rgba(0, 0, 0, 0.25);*/
  width: 60px;
  height: 60px;
  padding: 18px;
  font-size: 25px;
}
#silo h3 {
  font-size: 17px;
  text-transform: inherit;
  margin-bottom: 0;
}
#content #menu-silo-menu {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
    margin: 0;
    padding: 20px 10px 0;
}

#content #menu-silo-menu > li {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dark-gold);
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  min-width: 200px;
}
#content #menu-silo-menu > li > a {
  color: var(--black);
}
#content #menu-silo-menu > li > a:hover, #content #menu-silo-menu > li > a:focus {
  color: var(--dark-gold);
}
#content #menu-silo-menu > li .sub-menu li {
  font-weight: 400;
}
#content #menu-silo-menu > li .sub-menu li a {
	color: var(--gray);
}
#content #menu-silo-menu li + li {
  margin-top: 0;
}
#content #menu-silo-menu > li .sub-menu li + li {
  margin-top: 5px;
}
#menu-silo-menu .click-menu {
  display: none!important;
}
/*SILO END*/
.header-black-strip {
	background-color: var(--black);
	color: var(--white);
	font-size:15px;
	font-family: "Montserat";
	width: 100%;
    text-align: center;
    padding: 7px 10px;
}
.header-black-strip a:hover, .header-black-strip:focus {
	color:#D7B472;
	text-decoration:none;
}

.header-black-strip-gold-span {
	background:  linear-gradient(to bottom right, #D7B472, #965E09);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
}

.areas-we-serve-wrap ul {
	margin: 0;
	padding: 0px 0px 0px 20px;
}
.areas-we-serve-wrap ul li {
	font-size:20px;
	font-weight:400;
}
.areas-we-serve-wrap ul li a {
	text-decoration:underline;
}
.areas-we-serve-wrap ul li + li {
	margin-top:15px;
}

.tc-content-wrap p + h2 {
	margin-top: 25px;
}

/*Gallery shortcode*/
.slick-slider-gallery {
	cursor: -webkit-grab;
	cursor: grab;	
}
.slick-slider-gallery-wrap {
	
}
.slick-slider-gallery-img {
	/*height:500px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;*/
}
.slick-slider-gallery .slick-prev {
  left: 0px;
  z-index:1;
}
.slick-slider-gallery .slick-next {
  right: 0px;
}
.simple-steps .line-before{
	position: relative;
}
.simple-steps .line-before:before{
	position: absolute;
	width: 150px;
	content: "";
	height: 1px;
	left: -25%;
	top: 50px;
	background-image: linear-gradient(to right, #D7B472 , #965E09);
}
.prices-section .grid-wrapper .item-box{
	background: #fff;
	border: 1px solid #D7B472;
	padding: 40px 20px;
}
.prices-section .grid-wrapper .item-box h3{
	color: #141414;
	-webkit-text-fill-color: initial;
}
.prices-section .grid-wrapper .item-box h4{
	font-size: 38px;
	margin-top: 20px;
	font-family: "Josefin Sans", sans-serif;
	background: linear-gradient(to bottom right, #D7B472, #965E09);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.prices-section .grid-wrapper .item-box p{
	color: #141414;
	font-weight: 400;
}
.prices-section .grid-wrapper .item-box.inverse-box{
	background: #141414;
}
.prices-section .grid-wrapper .item-box.inverse-box h3, .prices-section .grid-wrapper .item-box.inverse-box p{
	color: #fff;
}
.table-section .subtitle h4{
	font-size: 20px;
	background: linear-gradient(to bottom right, #D7B472, #965E09);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.table-section .table-default table{
	color: #141414;
	line-height: 45px;
}
.table-section .table-default table tr td:nth-child(2){
	text-align: right;
}
.table-section .digital-collections h4{
	margin-top: 24px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 45px;
	color: #fff;
}
.table-section .digital-collections p{
	font-size: 18px;
	text-transform: uppercase;
	color: #D7B472;
}
.let-us-know-form .two-column{
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}
.let-us-know-form .one-column{
	margin-bottom: 24px;
}
.let-us-know-form label{
	display: block;
	color: #fff;
}
.let-us-know-form input, .let-us-know-form select{
	width: 100%;
	background: #141414;
	padding: 10px;
	color: #fff;
}
.let-us-know-form input::placeholder, .let-us-know-form input:focus, .let-us-know-form .description-box, .color-white h2{
	color: #fff;
}
.let-us-know-form .description-box{
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.let-us-know-form .action-box{
	text-align: center;
}
.let-us-know-form .action-box button{
	color: #8A3D32;
	padding: 15px 28px;
	border-radius: 100px;
	background: #FEFBF;
	border: none;
	font-weight: 500;
	font-size: 18px;
	margin-top: 30px;
}












/*  Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}

/*  Large devices (desktops, 992px and up)  */
@media (max-width: 992px) {
	.simple-steps .line-before:before{
		width: 120px;
	}
	.let-us-know-form .two-column{
		flex-direction: column;
	}
	.let-us-know-form form{
		padding: 0 15px;
	}
}

/*  Medium devices (tablets, 768px and up)  */
@media (max-width: 768px) {
	.simple-steps .line-before:before{
		display: none;
	}
}

/*  Small devices (landscape phones, 576px and up)  */
@media (max-width: 576px) {

}

@media (max-width: 480px) {

}

@media (max-width: 400px) {

}

@media (max-width: 360px) {

}

@media (min-width: 1200px) {

}

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

}
.bwg-a.bwg_load_btn_0.bwg_load_btn {
  font-size: 18px !important;
  background-color: var(--brown) !important;
  color: var(--white) !important;
  padding: 20px 25px !important;
  margin-top: 31px !important;
  border-radius: 28px !important;
  font-weight: 500 !important;
  font-family: "Montserrat" !important;
}
.bwg_nav_cont_0 {
  padding: 25px;
}

/* Wrapper background and padding */
.custom-form-wrapper {
  background: #C7974F;
  padding: 30px;
  border-radius: 8px;
  color: #000;
  font-family: inherit;
  box-shadow: 0 12px 25px #C7974F; /* <-- Drop shadow added */
}

/* Labels */
.custom-form-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Inputs */
.custom-form-wrapper input[type="text"],
.custom-form-wrapper input[type="tel"],
.custom-form-wrapper input[type="email"],
.custom-form-wrapper textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 15px;
  background: #fff;
}

/* 2-column first row */
.custom-form-wrapper .double {
  display: flex;
  gap: 15px;
}
.custom-form-wrapper .double label {
  flex: 1;
}

/* Terms checkbox line */
.custom-form-wrapper .cf7-terms {
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}
.custom-form-wrapper .cf7-terms input {
  margin-top: 4px;
}

/* Submit button */
.custom-form-wrapper input[type="submit"] {
  width: 100%;
  padding: 24px;
  border: none;
  background: #141414;
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.2s ease;
}

.custom-form-wrapper input[type="submit"]:hover {
  opacity: 0.85;
}

/* RESPONSIVE FIX for mobile */
@media (max-width: 600px) {
  .custom-form-wrapper .double {
    flex-direction: column;
  }
}
@media (min-width: 767px) {
    /* Parent grid container */
.grid-center {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important; /* centers last row */
  gap: 30px; /* adjust spacing */
}

/* Each child item (5 total) */
.grid-center > .elementor-element {
  flex: 0 0 calc(33.333% - 30px) !important; /* 3 per row on desktop */
}

/* Tablet: 2 per row */
@media (max-width: 1024px) {
  .grid-center > .elementor-element {
    flex: 0 0 calc(50% - 30px);
  }
}
}


/* Mobile: 1 per row */
@media (max-width: 600px) {
  .grid-center > .elementor-element {
    flex: 0 0 100%;
  }
}

.slick-slider-testimonials-landing .slick-slider-testimonials-info-wrap img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
}

.slick-slider-testimonials-landing .slick-slider-testimonials-info-wrap span {
    font-size: 16px;
    color: #fff;
    margin-left: 16px;
}

.slick-slider-testimonials-landing .slick-slider-testimonials-info-wrap {
    margin-top: 48px;
}

.slick-slider-testimonials-landing .testimonials-copy {
    width: 70%;
    margin: 0 auto;
    font-size: 24px;
    text-decoration: italic;
    line-height: 170%;
    color: #ffffff;
}
@media (max-width: 768px) {
  .slick-slider-testimonials-landing .testimonials-copy {
    width: 100%;
}  
}


.slick-slider-testimonials-landing .slick-prev,
.slick-slider-testimonials-landing .slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
  transition: all 0.3s ease;
}

.slick-slider-testimonials-landing .slick-prev {
  left: 30px;
}

.slick-slider-testimonials-landing .slick-next {
  right: 30px;
}

/* Hide default arrows and use custom ones */
.slick-slider-testimonials-landing .slick-prev:before,
.slick-slider-testimonials-landing .slick-next:before {
  content: '';
  display: none;
}

.slick-slider-testimonials-landing .slick-prev:after,
.slick-slider-testimonials-landing .slick-next:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  border-right: 3px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.slick-slider-testimonials-landing .slick-prev:after {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.slick-slider-testimonials-landing .slick-next:after {
  transform: translate(-70%, -50%) rotate(45deg);
}
@media (max-width: 768px) {
  /* Make slider position relative for absolute arrow positioning */
  .slick-slider-testimonials-landing.slick-slider {
    position: relative;
    padding-bottom: 80px; /* Space for arrows below */
  }
  
  .slick-slider-testimonials-landing .slick-prev,
  .slick-slider-testimonials-landing .slick-next {
    width: 40px;
    height: 40px;
    top: auto; /* Position relative to slide height */
    margin-top: 20px; /* Gap between slide and arrows */
    bottom: 20px;
    transform: translateY(0) !important; /* Reset any default transforms */
  }
  
  /* Position arrows centered below the slide */
  .slick-slider-testimonials-landing .slick-prev {
    left: calc(50% - 50px) !important; /* Center minus half gap and arrow width */
    right: auto !important;
  }
  
  .slick-slider-testimonials-landing .slick-next {
    right: auto !important;
    left: calc(50% + 10px) !important; /* Center plus half gap */
  }
  
  .slick-slider-testimonials-landing .slick-prev:after,
  .slick-slider-testimonials-landing .slick-next:after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  
  /* Adjust hover effects */
  .slick-slider-testimonials-landing .slick-prev:hover,
  .slick-slider-testimonials-landing .slick-next:hover {
    transform: translateY(0) scale(1.1) !important;
  }
}

.special-offer-form {
    background: #F7F5F3;
    box-shadow: none;
}
.special-offer-form input[type="submit"] {
    color: #C7974F;
}

.strip {
    width: 100%;
    position: relative;
    display: flex;
}

.strip h4 {
    white-space: nowrap;
    flex-shrink: 0;
    animation: scroll 20s linear infinite;
    font-size: 48px;
    color: #141414;
    font-family: 'Italiana', serif;
}

.strip h4:nth-child(1) {
    animation: scroll 20s linear infinite;
}

.strip h4:nth-child(2) {
    animation: scroll 20s linear infinite;
    animation-delay: -20s;
}
.strip h4:nth-child(2) {
    animation: scroll 20s linear infinite;
    animation-delay: -40s;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.slick-slider-gallery-landing-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.slick-slider-gallery-landing {
    width: 100%;
}

.slick-slider-gallery-landing .slick-list {
    transition: height 0.6s ease;
}

.slick-slider-gallery-landing .slick-track {
    display: flex;
    align-items: center;
}

.slick-slider-gallery-landing .slick-slide {
    display: flex;
    align-items: center;
    height: auto;
}

.slick-slider-gallery-landing-wrap {
    padding: 0 15px;
    transition: all 0.3s ease;
    width: 100%;
}

.slick-slider-gallery-landing-wrap img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

/* Side slides - reduced opacity and scale */
.slick-slider-gallery-landing .slick-slide {
    opacity: 0.4;
    transform: scale(0.85);
    transition: all 0.3s ease;
}

/* Center/active slide - full opacity and scale */
.slick-slider-gallery-landing .slick-slide.slick-center {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

/* Side slides - constrain height and center */
.slick-slider-gallery-landing .slick-slide:not(.slick-center) .slick-slider-gallery-landing-wrap {
    max-height: 640px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slick-slider-gallery-landing .slick-slide:not(.slick-center) img {
    object-fit: cover;
    height: 640px;
}

/* Arrow styling */

.slick-slider-gallery-landing .slick-prev,
.slick-slider-gallery-landing .slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
  transition: all 0.3s ease;
}

.slick-slider-gallery-landing .slick-prev {
  left: 130px;
}

.slick-slider-gallery-landing .slick-next {
  right: 130px;
}

/* Hide default arrows and use custom ones */
.slick-slider-gallery-landing .slick-prev:before,
.slick-slider-gallery-landing .slick-next:before {
  content: '';
  display: none;
}

.slick-slider-gallery-landing .slick-prev:after,
.slick-slider-gallery-landing .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  border-right: 3px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.slick-slider-gallery-landing .slick-prev:after {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.slick-slider-gallery-landing .slick-next:after {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* Dots styling */
.slick-slider-gallery-landing .slick-dots {
    bottom: -30px;
}

.slick-slider-gallery-landing .slick-dots li button:before {
    font-size: 12px;
    color: #000;
}

.slick-slider-gallery-landing .slick-dots li.slick-active button:before {
    color: #000;
}

/* Remove side slide effects on mobile */
@media (max-width: 767px) {
    .slick-slider-gallery-landing .slick-slide {
        opacity: 1 !important;
        transform: scale(1) !important;
    }
    
    .slick-slider-gallery-landing .slick-slide:not(.slick-center) .slick-slider-gallery-landing-wrap {
        max-height: none;
    }
    
    .slick-slider-gallery-landing .slick-slide:not(.slick-center) img {
        height: auto;
        object-fit: contain;
    }
}
@font-face {
    font-family: 'Brittany Signature';
    src: url('assets/fonts/BrittanySignature.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.landing-image-relative .elementor-element-2438b37 {
    position: relative !important;
}
body, html {
    overflow-x: hidden;
overflow-y: visible;
}
.ty-container a {
    text-decoration: none !important;
}
@media (min-width: 768px) {
.list-center.elementor-widget-text-editor ul {
    padding-left: 0;
    list-style-position: inside;
    text-align: center;
}

.list-center.elementor-widget-text-editor ul li {
    margin-left: 0;
    padding-left: 0;
}
}

@media (max-width: 768px) {
.list-center.elementor-widget-text-editor ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
    text-align: center;
}

.list-center.elementor-widget-text-editor ul li {
    margin-left: 0;
    padding-left: 0;
}
}