
/*
Theme Name: Hello Elementor Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
html {
	font-size: 16px;
}

:focus-visible {
	outline: 4px dotted #d59500;
}

.page-content ul {
	margin-bottom: 1rem;
}

/* ------------- Header ------------- */
.header--default {
	transition: 200ms all ease-in-out;
	background: transparent;
	min-width: 100%;
}

.header--scroll {
	background: #2a393e !important;
}

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

/* ------------- Logo ------------- */
.logo {
	transition: opacity 200ms ease-in-out;
	max-width: 420px;
	-webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
}

.logo:hover {
	opacity: .9;
}

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

/* ------------- Navigation ------------- */
.elementor-nav-menu .sub-arrow {
	color: var(--e-global-color-primary);
	font-size: .875rem;
}

.elementor-nav-menu--dropdown a {
	color: #2a393e !important;
}

.elementor-nav-menu--dropdown a:hover, .elementor-nav-menu--dropdown a.highlighted, .elementor-nav-menu--dropdown .current_page_item > a {
	color: var(--e-global-color-secondary) !important;
	background: var(--e-global-color-accent);
}

.elementor-nav-menu--dropdown .elementor-sub-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-sub-item.highlighted, .elementor-nav-menu--dropdown .elementor-sub-item:focus, .elementor-nav-menu--dropdown .elementor-sub-item:hover {
	color: var(--e-global-color-secondary) !important;
	background: var(--e-global-color-accent) !important;
}

@media screen and (max-width: 1024px) {
	body .elementor-nav-menu .menu-item > a {
		overflow: hidden;
	}
	
	.menu-item *:focus {
		outline: none !important;
	}
	
	body .elementor-nav-menu .menu-item .sub-arrow {
		position: absolute;
		right: 0;
		padding: 1.25rem;
		z-index: 100;
		border-left: 1px solid rgba(73, 59, 27, .1);
		margin: 0;
	}
	
	body .elementor-nav-menu .menu-item .sub-arrow i {
		line-height: 0;
	}
	
	body .elementor-nav-menu .menu-item .highlighted .sub-arrow i {
		transform: rotate(45deg);
	}
	
	/* second-level */
	body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown {
		background: #ebe8e3;
	}
	
	body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .sub-arrow {
		color: rgba(42, 57, 62, .5) !important;
	}
	
	body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item.elementor-item-active, body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item.highlighted, body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item:focus, body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item:hover {
		color: var(--e-global-color-text) !important;
		background: #ebe8e3 !important;
	}
	
	/* third-level */
	body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .sub-menu.elementor-nav-menu--dropdown {
		background: #dad6cf;
	}
	
	body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item.elementor-item-active, body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item.highlighted, body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item:focus, body .elementor-nav-menu .menu-item .sub-menu.elementor-nav-menu--dropdown .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item:hover {
		color: var(--e-global-color-text) !important;
		background: #dad6cf !important;
	}
}

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

/* ------ Typography Catch-alls ------ */
* + h2, * + span.elementor-menu-anchor + h2, * + h3, * + span.elementor-menu-anchor + h3, * + h4, * + span.elementor-menu-anchor + h4 {
	margin-top: 2rem;
}

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

/* ------ Custom Table of Content Overrides ------ */

/* .clix-toc .elementor-toc__header {
  display: none;
} */

/* .clix-toc .elementor-toc__body {
  border-bottom: 1px solid #DFE1E2;
} */

/* .clix-toc .elementor-toc__body:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100px;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
  height: calc(100% - 1px);
  top: 0;
  bottom: 1px;
  pointer-events: none;
}
.clix-toc .elementor-toc__list-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  white-space: nowrap;
  scroll-snap-type: x;
  scroll-padding: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 0;
}
.clix-toc .elementor-toc__list-wrapper:hover,
.clix-toc .elementor-toc__list-item:hover {
  cursor:grab;
}
.clix-toc .elementor-toc__list-wrapper:active,
.clix-toc .elementor-toc__list-item:active {
  cursor:grabbing;
}

.clix-toc .elementor-toc__list-wrapper::-webkit-scrollbar {
  display: none;
}
.clix-toc .elementor-toc__list-item {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
  padding: 10px 0;
}
.clix-toc .elementor-toc__list-item-text-wrapper:before,
.clix-toc .elementor-toc__list-item-text-wrapper i {
  margin-right: 1rem;
}
.clix-toc .elementor-toc__list-wrapper li:first-child i {
  display: none;
}
.clix-toc .elementor-toc__list-wrapper li:last-child {
  margin-right: 100px;
}
.clix-toc .elementor-toc__list-item-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
} */

/* Sticky Active */

/* .clix-toc.elementor-sticky--active .elementor-toc__body {
  box-shadow: 0 3px 16px rgba(42,57,62.1);
} */

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

/* ------ Table of Contents Anchor links ------ */
.elementor-menu-anchor {
	top: -50px;
	position: relative;
}

.elementor-heading-title a {
	font-weight: inherit !important;
}

.elementor-toc__list-item-text.elementor-item-active {
	font-weight: 600;
}

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

/* ------ Elementor Sidebar Widget ------ */
.sidebar-form .fsBody, .sidebar-form .fsBody .fsForm {
	padding: 0;
	margin: 0;
}

.sidebar-form .fsBody .fsLabel {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1;
	font-family: "Open Sans", sans-serif !important;
}

.sidebar-form .fsBody label {
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans", sans-serif !important;
}

.sidebar-form .fsBody p {
	color: #f5b111;
}

.sidebar-form .fsBody .fsLabel .fsRequiredMarker {
	font-size: 14px;
	font-weight: 700;
	color: var(--e-global-color-primary);
}

.sidebar-form .fsRowBody input[type=email], .sidebar-form .fsRowBody input[type=number], .sidebar-form .fsRowBody input[type=text], .sidebar-form .fsRowBody input[type=tel], .sidebar-form .fsForm select, .sidebar-form .fsForm textarea {
	font-size: 16px;
	line-height: 1;
	border: 0 none;
	border-radius: 3px;
	font-family: "Open Sans", sans-serif !important;
}

.sidebar-form .fsForm textarea {
	line-height: 1.3;
}

.sidebar-form .fsOptionLabel {
	margin-top: 10px;
}

.sidebar-form .fsRowBody input[type=radio], .sidebar-form .fsRowBody input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 24px;
	width: 24px;
	transition: all .15s ease-out 0s;
	background: #fff;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0 .5rem 0 0;
	outline: none;
	z-index: 1000;
}

.sidebar-form .fsRowBody input[type="checkbox"]:checked, .sidebar-form .fsRowBody input[type="radio"]:checked {
	background: var(--e-global-color-primary);
}

.sidebar-form .fsRowBody input[type="checkbox"]:before, .sidebar-form .fsRowBody input[type="radio"]:before, .sidebar-form .fsRowBody input[type="checkbox"]:checked:before, .sidebar-form .fsRowBody input[type="radio"]:checked:before {
	content: "";
	height: 24px;
	width: 24px;
	margin: 0;
	border: 0 none;
	background: transparent;
}

.sidebar-form .fsRowBody input[type="checkbox"]:checked:before, .sidebar-form .fsRowBody input[type="radio"]:checked:before {
	height: 24px;
	width: 24px;
	position: absolute;
	content: "✔";
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	border: 0 none;
}

.sidebar-form .fsRowBody input[type="radio"]:checked:before {
	content: "✔";
}

.sidebar-form .fsRowBody input[type="radio"], .sidebar-form .fsRowBody input[type="radio"]:after {
	border-radius: 50%;
}

.sidebar-form .fsRowBody input[type=email]:focus, .sidebar-form .fsRowBody input[type=number]:focus, .sidebar-form .fsRowBody input[type=text]:focus, .sidebar-form .fsRowBody input[type=tel]:focus, .sidebar-form .fsForm select:focus, .sidebar-form .fsForm textarea:focus, .sidebar-form .fsForm .fsSubmit input.fsSubmitButton:focus {
	border: 0 none;
	outline: 4px dotted var(--e-global-color-secondary) !important;
}

.sidebar-form .fsForm .fsSubmit {
	text-align: left;
	margin: 0;
	padding: 0;
}

.sidebar-form .fsForm .fsSubmit input.fsSubmitButton {
	border: 0 none;
	background: var(--e-global-color-primary) !important;
	color: var(--e-global-color-text) !important;
	border-radius: 5px !important;
	font-family: "Open Sans", sans-serif !important;
	transition: all 300ms ease-in-out;
}

.sidebar-form .fsForm .fsSubmit input.fsSubmitButton:hover {
	background: #fff !important;
	color: var(--e-global-color-text) !important;
}

@media (max-width: 40em) {
	.sidebar-form label.fsOptionLabel {
		background-color: #1f2a2e;
		border: 1px solid #46585e;
	}
}

.sidebar-form .field-auto-capture {
	padding: 0 !important;
}

.sidebar-form .field-auto-capture .field-auto-capture__message p {
	color: #2a393e;
	line-height: 1.6;
}

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

/* References */
#references a {
	word-break: break-all;
	line-height: 1.4;
}

/* --------- Custom Posts --------- */
.custom-posts .elementor-post__card .elementor-post__thumbnail__link {
	order: 1;
	margin-bottom: 0;
}

.custom-posts .elementor-post__card .elementor-post__meta-data {
	order: 2;
	border: 0 none;
	margin-top: 0 !important;
}

.custom-posts .elementor-post__card .elementor-post__meta-data .elementor-post-date {
	display: flex;
	align-items: center;
}

.custom-posts .elementor-post__card .elementor-post__meta-data .elementor-post-date:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'22.162\' height=\'22.225\' fill=\'%23f5b111\' viewBox=\'0 0 22.162 22.225\'%3E%3Cpath d=\'M.75,22.226a.75.75,0,0,1-.75-.75V1.9a.75.75,0,0,1,.75-.751H3.1V.75a.75.75,0,0,1,1.5,0v.4H6.2V.75a.75.75,0,0,1,1.5,0v.4h2.633V.75a.75.75,0,0,1,1.5,0v.4h2.632V.75a.75.75,0,0,1,1.5,0v.4h1.6V.75a.75.75,0,0,1,1.5,0v.4h2.349a.75.75,0,0,1,.75.751V21.476a.75.75,0,0,1-.75.75Zm.751-1.5H20.662V7.7H1.5ZM20.662,6.2V2.648h-1.6v.168a.75.75,0,0,1-1.5,0V2.648h-1.6v.168a.75.75,0,0,1-1.5,0V2.648H11.831v.168a.75.75,0,0,1-1.5,0V2.648H7.7v.168a.75.75,0,0,1-1.5,0V2.648H4.6v.168a.75.75,0,0,1-1.5,0V2.648H1.5V6.2ZM12.031,18.67V17.394a.75.75,0,0,1,.75-.75h1.275a.75.75,0,1,1,0,1.5h-.526v.526a.75.75,0,1,1-1.5,0Zm-4.677,0V17.394a.75.75,0,0,1,.75-.75H9.379a.75.75,0,1,1,0,1.5H8.854v.526a.75.75,0,0,1-1.5,0Zm-4.677,0V17.394a.75.75,0,0,1,.75-.75H4.7a.75.75,0,0,1,0,1.5H4.177v.526a.75.75,0,0,1-1.5,0Zm14.032-3.954V13.441a.75.75,0,0,1,.75-.75h1.275a.75.75,0,1,1,0,1.5h-.526v.526a.75.75,0,0,1-1.5,0Zm-4.677,0V13.441a.75.75,0,0,1,.75-.75h1.275a.75.75,0,1,1,0,1.5h-.526v.526a.75.75,0,0,1-1.5,0Zm-4.677,0V13.441a.75.75,0,0,1,.75-.75H9.379a.75.75,0,1,1,0,1.5H8.854v.526a.75.75,0,0,1-1.5,0Zm-4.677,0V13.441a.75.75,0,0,1,.75-.75H4.7a.75.75,0,0,1,0,1.5H4.177v.526a.75.75,0,0,1-1.5,0ZM16.708,10.7V9.423a.75.75,0,0,1,.75-.75h1.275a.75.75,0,1,1,0,1.5h-.526V10.7a.75.75,0,0,1-1.5,0Zm-4.677,0V9.423a.75.75,0,0,1,.75-.75h1.275a.75.75,0,1,1,0,1.5h-.526V10.7a.75.75,0,0,1-1.5,0Zm-4.677,0V9.423a.75.75,0,0,1,.75-.75H9.379a.75.75,0,1,1,0,1.5H8.854V10.7a.75.75,0,0,1-1.5,0Zm-4.677,0V9.423a.75.75,0,0,1,.75-.75H4.7a.75.75,0,0,1,0,1.5H4.177V10.7a.75.75,0,0,1-1.5,0Z\'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: relative;
	float: left;
	margin-right: 6px;
}

.custom-posts .elementor-post__card .elementor-post__text {
	order: 3;
}

.custom-posts .elementor-post__card .elementor-post__excerpt {
	border-bottom: 1px solid rgba(124, 121, 141, .31);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.custom-posts .elementor-post__card .elementor-post__read-more {
	font-size: .875rem;
	font-weight: 600;
	transition: all 200ms ease-in-out;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.custom-posts .elementor-post__card .elementor-post__read-more:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'6.3\' height=\'11\' viewBox=\'0 0 6.3 11\'%3E%3Cpath d=\'M6.3,5.5a1.4,1.4,0,0,1-.2.6L1.3,10.8a.7.7,0,0,1-1.1-.1.9.9,0,0,1,0-1L4.4,5.5.2,1.3A.8.8,0,0,1,.2.2.8.8,0,0,1,1.3.2h0L6.1,5A.8.8,0,0,1,6.3,5.5Z\'%3E%3C/path%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	position: relative;
	float: right;
	top: 2px;
	margin-left: 10px;
}

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

/* --------- Blog Feed --------- */
.blog-feed .elementor-post__thumbnail {
	height: 100% !important;
	padding: 0 !important;
}

.blog-feed .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
	height: 100%;
	width: auto;
	object-fit: cover;
	position: relative;
	transform: none;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.blog-feed .elementor-post {
		flex-wrap: wrap;
	}
	
	.blog-feed .elementor-post__thumbnail__link {
		height: 200px;
	}
}

/* --------- Google Review Widget --------- */
.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-reviews-container-wrapper {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(3, 1fr)) !important;
	grid-gap: 2.875em;
}

.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item {
	flex: 0 1 auto !important;
	max-width: none !important;
}

.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-review-item .ti-inner {
	border-radius: 20px !important;
	padding: 16px 29px !important;
	box-shadow: 1px 2px 60px rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
}

.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-review-header {
	margin-top: -2rem;
	margin-bottom: 1rem;
	align-items: flex-end;
}

.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-profile-img img {
	width: 64px !important;
	height: 64px !important;
	border: 2px solid var(--e-global-color-primary);
	padding: 5px !important;
	border-radius: 36px;
}

.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-review-content {
	font-size: .875rem;
	line-height: 1.6 !important;
	color: #777;
	margin-bottom: 1rem;
}

.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-stars {
	border-bottom: 1px solid #e5e5e7;
	padding-bottom: .5rem;
	margin-bottom: 0;
	height: auto !important;
}

.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-star {
	width: 24px;
	height: 24px;
	margin-right: 7px;
}

@media screen and (min-width: 769px) {
	.elementor-shortcode .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-reviews-container .ti-reviews-container-wrapper {
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	}
}

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

/* --------- Elementor Icon List Styles --------- */
.services-list .elementor-icon-list-item a:hover .elementor-icon-list-icon {
	fill: var(--e-global-color-secondary);
}

.services-list .elementor-icon-list-item .elementor-icon-list-text {
	transition: all 300ms ease-in-out;
}

.services-list .elementor-icon-list-item a:hover .elementor-icon-list-text {
	color: var(--e-global-color-primary) !important;
}

.services-list .elementor-icon-list-item a:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'22.49\' height=\'22.49\' viewBox=\'0 0 22.49 22.49\'%3E%3Cpath id=\'Path_338\' data-name=\'Path 338\' d=\'M28.041-12.681H18.375v9.642H15.193v-9.642H5.551v-3.206h9.642v-9.642h3.182v9.642h9.666Z\' transform=\'translate(-5.551 25.529)\' fill=\'%23f5b111\'/%3E%3C/svg%3E%0A");
	position: absolute;
	right: 0;
	top: 6px;
	width: 22.5px;
	height: 22.5px;
	pointer-events: none;
}

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

/* --------- Elementor Toggle Styles --------- */
.faq .elementor-toggle .elementor-toggle-item {
	border-radius: 5px;
	overflow: hidden;
}

.faq .elementor-toggle .elementor-tab-title {
	line-height: 1.3 !important;
}

.faq .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
	background: var(--e-global-color-text);
}

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

/* Chat Feature */

/* #chatbutton {
  max-width: 200px;
  max-height: 200px;
}
#chatbutton * {
  opacity: 0;
}
#chatbutton:after {
  content: '';
  display: block;
  width: 71px;
  height: 71px;
  border-radius: 36px;
  background-color: var(--e-global-color-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.237' height='31.707' viewBox='0 0 36.237 31.707'%3E%3Cpath id='comment-dots-solid' d='M18.118,32C8.111,32,0,38.589,0,46.721a13.066,13.066,0,0,0,4.034,9.25,18.005,18.005,0,0,1-3.878,6.78.563.563,0,0,0-.106.616.554.554,0,0,0,.517.34,16.186,16.186,0,0,0,9.951-3.638,21.585,21.585,0,0,0,7.6,1.373c10.008,0,18.118-6.589,18.118-14.721S28.126,32,18.118,32ZM9.059,48.986a2.265,2.265,0,1,1,2.265-2.265A2.262,2.262,0,0,1,9.059,48.986Zm9.059,0a2.265,2.265,0,1,1,2.265-2.265A2.262,2.262,0,0,1,18.118,48.986Zm9.059,0a2.265,2.265,0,1,1,2.265-2.265A2.262,2.262,0,0,1,27.177,48.986Z' transform='translate(0 -32)' fill='%232a2b3e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 35px;
  right: 20px;
  pointer-events: none;
} */

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

/* --------- Media Queries --------- */

/* --------------------------------- */
.elementor-nav-menu .sub-menu .elementor-sub-item {
	border-left: none;
}

/* First Breakpoint + Larger */
@media screen and (min-width: 768px) {}

/* Second Breakpoint + Larger */
@media screen and (min-width: 1024px) {
	/* Navigation */
	body .elementor .header--default.elementor-element .elementor-nav-menu {
		width: 100%;
		justify-content: flex-end;
		margin-left: 24px;
	}
	
	.elementor-nav-menu .sub-arrow {
		font-size: .75rem;
		padding: 10px 0 10px 5px;
	}
	
	body .elementor .header--default.elementor-element .elementor-nav-menu .elementor-item {
		/* font-size: calc(.6rem + .27vw); */
		padding: 13px 0 24px;
		transition: all 100ms;
		margin-right: 36px;
	}
	
	body .elementor .header--default.elementor-element .elementor-nav-menu li:last-child .elementor-item {
		margin-right: 0;
	}
}

@media screen and (min-width: 1280px) {
	body .elementor .header--default.elementor-element .elementor-nav-menu .elementor-item {
		/* font-size: calc(.65rem + .35vw); */
		padding: 13px 0 24px;
	}
}

@media screen and (min-width: 1440px) {
	/* Navigation */
	.elementor-nav-menu .sub-arrow {
		font-size: .875rem;
	}
}

@media screen and (min-width: 1920px) {
	body .elementor .header--default.elementor-element .elementor-nav-menu .elementor-item {
		font-size: 18px;
		margin-right: 48px;
	}
}

/* Mobile Only */
@media screen and (max-width: 768px) {
	#ramoslogo {
		position: relative;
		top: 5px;
	}
}
