/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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.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
*/

/* Add your custom styles here */

/*TEXT CHANGES*/

.light-grey-dash {
	color: #D8D8D8 !important;
}

/*TEXT CHANGES - END*/


/*LINKS*/

a.footer-link {
	color: #0DBDE6 !important;
	text-decoration: none;
	transition: all 0.3s !important;
}

a.footer-link:hover {
	text-decoration: underline;
}

a.lime-link {
	color: #B7CA79 !important;
	text-decoration: none;
	transition: all 0.3s !important;
}


a.lime-link:hover {
	color: #F6E8B1 !important;
	text-decoration: underline;
}

a.dark-green-link {
	color: #677E52 !important;
	text-decoration: none;
	transition: all 0.3s !important;
}

a.dark-green-link:hover {
	color: #B0CC99 !important;
	text-decoration: underline;
}

a.white-link {
	color: #FFF !important;
	text-decoration: none;
	transition: all 0.3s !important;
}

a.white-link:hover {
	color: #B0CC99 !important;
	text-decoration: underline !important;
}

.blog-content a {
	color: #B0CC99 !important;
	text-decoration: underline !important;
	transition: all 0.3s !important;
}

.blog-content a:hover {
	color: #677E52 !important;
}

a.navy-link { 
	color: #394A59 !important;
	text-decoration: none !important;
	transition: all 0.3s !important;
}


a.navy-link:hover { 
	color: #B0CC99 !important;
	text-decoration: underline !important;
}

a.gold-link {
	color: #bfa673 !important;
	text-decoration: none !important;
	transition: all 0.3s !important;
}

a.gold-link:hover {
	color: #bfa673 !important;
	text-decoration: underline !important;
}

/*LINKS - END*/


/*BUTTONS*/

/*Header Button*/
.header-button a {
	width: 260px;
	height: 40px !important;
	background-color: #677E52 !important;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.header-button a > span > span {
	font-family: 'Gloock' !important;
	font-size: 16px !important;
	color: #FFF;
	line-height: inherit;
	display: flex !important;
	align-items: center;
	transition: all 0.3s;
}

.header-button a > span > span:after {
	font-family: "Font Awesome 6 Pro";
	content: '\f138';
	font-weight: 300;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	padding-left: 7px;
	transform: translatex(0);
	transition: all 0.3s;
}

.header-button a:hover {
	background-color: #B0CC99 !important;
}

.header-button a:hover > span > span {
	color: #677E52 !important;
}

.header-button a:hover > span > span:after {
	color: #677E52 !important;
	transform: translatex(10px);
}



/*Standard Button*/

/*BUTTONS - END*/

.button a {
	height: 40px !important;
	background-color: transparent !important;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 0 !important;
	transition: all 0.3s;
}

.button a > span > span {
	font-family: 'Gloock' !important;
	font-size: 20px !important;
	color: #B0CC99;
	line-height: inherit;
	display: flex !important;
	align-items: center;
	transition: all 0.3s;
}

.button a > span > span:after {
	font-family: "Font Awesome 6 Pro";
	content: '\f138';
	font-weight: 300;
	color: #B0CC99;
	font-size: 35px;
	font-style: normal;
	padding-left: 20px;
	transform: translatex(0);
	transition: all 0.3s;
}

.button a:hover > span > span {
	color: #677E52 !important;
}

.button a:hover > span > span:after {
	color: #677E52 !important;
	transform: translatex(10px);
}

/*Dark Green Button*/

.dark-button a > span > span {
	color: #677E52 !important;
}

.dark-button a:hover > span > span {
	color: #B0CC99 !important;
}

.dark-button a > span > span:after {
	color: #677E52 !important;
}

.dark-button a:hover > span > span:after {
	color: #B0CC99 !important;	
}

/*Green Button / Yellow Hover*/

.green-button a > span > span {
	color: #B0CC99 !important;
}

.green-button a:hover > span > span {
	color: #F6E8B1 !important;
}

.green-button a > span > span:after {
	color: #B0CC99 !important;
}

.green-button a:hover > span > span:after {
	color: #F6E8B1 !important;	
}

/*White Button / Yellow Hover*/

.white-button a > span > span {
	color: #FFF !important;
}

.white-button a:hover > span > span {
	color: #F6E8B1 !important;
}

.white-button a > span > span:after {
	color: #FFF !important;
}

.white-button a:hover > span > span:after {
	color: #F6E8B1 !important;	
}

/*Yellow Button / White Hover*/

.yellow-button a > span > span {
	color: #F6E8B1 !important;
}

.yellow-button a:hover > span > span {
	color: #FFF !important;
}

.yellow-button a > span > span:after {
	color: #F6E8B1 !important;
}

.yellow-button a:hover > span > span:after {
	color: #FFF !important;	
}


/*HEADER*/

/*Layout*/
.header-logo-cont {
	max-width: 398px;
}

.header-menu .sub-arrow {
	display: none !important;
}

/*Menu*/

/*Sub Menu Styling*/

.header-menu nav > ul > li > ul > li {
	background-color: transparent !important;
	margin-bottom: 5px;
}

.header-menu nav > ul > li > ul {
	background-color: transparent !important;
}

.header-menu nav > ul > li > ul > li > a {
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 16px !important; 
	font-weight: 400 !important;
	text-transform: uppercase !important;
	color: #394A59 !important;
	background-color: #B0CC99 !important;
	border: none !important;
	padding: 10px 0 10px 10px !important;
	min-width: 190px;
	height: 40px;
	transition: all 0.3s;
}

.header-menu nav > ul > li > ul > li:hover > a {
	background-color: #677E52 !important;
	color: #FFFFFF !important;
	border: none !important;
	padding: 10px 0 10px 20px !important;
}

/*Media Queries*/

@media only screen and (min-width:1671px) and (max-width:1890px) {
	.header-menu nav > ul > li:not(:last-child, :first-child) > a {
		margin-inline-start: 15px !important;
		margin-inline-end: 15px !important;
	}
	
	.header-menu nav > ul > li:last-child > a {
		margin-inline-start: 15px !important;
		margin-inline-end: 0 !important;
	}
	
	.header-menu nav > ul > li:first-child > a {
		margin-inline-start: 0 !important;
		margin-inline-end: 15px !important;
	}
	
	.header-logo-cont {
		max-width: 350px;
	}
}


@media only screen and (min-width:1441px) and (max-width:1720px) {
	.header-menu nav > ul > li:not(:last-child, :first-child) > a {
		margin-inline-start: 10px !important;
		margin-inline-end: 10px !important;
	}
	
	.header-menu nav > ul > li:last-child > a {
		margin-inline-start: 10px !important;
		margin-inline-end: 0 !important;
	}
	
	.header-menu nav > ul > li:first-child > a {
		margin-inline-start: 0 !important;
		margin-inline-end: 10px !important;
	}
	
	.header-logo-cont {
		max-width: 300px;
	}
}

@media only screen and (min-width:1441px) and (max-width:1620px) {
	.header-menu nav > ul > li > a {
		font-size: 14px !important;
	}
}

@media only screen and (max-width:1510px) {
	.header-logo-cont {
		max-width: 250px;
	}
}

@media only screen and (max-width: 1480px) {
	.header-menu nav > ul > li > a {
		font-size: 14px !important;
	}
}

/*Mobile Icon*/ 

/* @media only screen and (max-width: 830px) {
	.header-icon a {
		color: #FFF !important;
	}
	
	.header-icon a:hover {
		color: #B0CC99 !important;
	}
} */


/*HEADER - END*/




/*FOOTER*/

.footer-sign-up-text-cont {
	max-width: 535px;
}

/*Newsletter Form*/

.footer-form form {
	display: flex;
	justify-content: flex-end;
	column-gap: 60px;
}

.footer-form .gform-body {
	width: 100%;
}

.footer-form .gform-body > div {
	row-gap: 15px !important;
}


.footer-form .gform-footer {
	width: 100px;
	min-width: 100px;
	margin-top: 0 !important;
}

.footer-form .gform-body input {
	height: 50px !important;
	border: 1px solid #FFF !important;
	border-radius: 25px !important;
	background-color: #677E52 !important;
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 16px !important;
	color: #B0CC99 !important;
	padding-left: 30px !important;
}

/*Submit Button*/

.footer-form .gform-footer input[type=submit] {
	font-family: 'Gloock' !important;
	font-size: 20px !important; 
	font-weight: 400 !important;
	color: #F6E8B1 !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	transition: all 0.3s;
}

.footer-form .gform-footer input[type=submit]:hover {
	color: #FFF !important;
}

/*Confirmation message*/
.footer-form .gform_confirmation_message {
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	color: #FFF !important;
}

/*Media Quieries*/

@media only screen and (max-width: 850px) {
	.footer-form form {
		flex-direction: column;
		row-gap: 30px;
	}
}


/*FOOTER - END*/


/*HOME*/

/*Quick Links Section*/

.hp-ql-hover {
	opacity: 0 !important;
	transition: all 0.3s !important;
}

.hp-ql-outer-cont {
	background-color: #FFF !important;
	transition: all 0.3s !important;
}

.hp-ql-title h2 {
	color: #677E52 !important;
	transition: all 0.3s !important;
}

.hp-ql-text {
	color: #394A59 !important;
	transition: all 0.3s !important;
}

.hp-ql-text-cont {
	transform: translatey(0);
	transition: all 0.3s !important;
}

/*Quick Link Hover States*/

.hp-ql-outer-cont:hover .hp-ql-hover {
	opacity: 1 !important;
}

.hp-ql-outer-cont:hover {
	background-color: #677E52 !important;
}

.hp-ql-outer-cont:hover .hp-ql-title h2 {
	color: #F6E8B1 !important;
}

.hp-ql-outer-cont:hover .hp-ql-text {
	color: #FFFFFF !important;
}

.hp-ql-outer-cont:hover .hp-ql-text-cont {
	transform: translatey(-15px);
}

/*Business Community Loop*/

.hp-business-hover-cont {
	opacity: 0 !important;
	transition: all 0.3s;
}

.hp-business-hover-cont:hover {
	opacity: 1 !important;
}

/*Blog Loop*/

.hp-news-hover-img {
	opacity: 0;
	transition: all 0.3s !important;
}

.hp-news-title h2{
	color: #677E52 !important;
	transition: all 0.3s;
}


.hp-news-text {
	color: #536473 !important;
	transition: all 0.3s;
}


.hp-news-loop-cont:hover .hp-news-hover-img {
	opacity: 70% !important;
}

.hp-news-loop-cont:hover .hp-news-title h2{
	color: #394A59 !important;
}


.hp-news-loop-cont:hover .hp-news-text {
	color: #677E52 !important;
}

/*HOME - END*/


/*Contact us*/

/*Contact form*/

.contact-us-form .gform-body > div {
	gap: 20px 15px !important;
}

.contact-us-form .gfield--type-textarea {
	margin-bottom: 60px !important;
}

.contact-us-form input:not([type=submit], [type=checkbox]),
.contact-us-form textarea {
	background-color: #FFF !important;
	border: 1px solid #B0CC99 !important;
	border-radius: 30px !important;
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #3B5159 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.contact-us-form input:not([type=submit], [type=checkbox]) {
	height: 60px !important;
}

.contact-us-form textarea {
	padding-top: 20px !important;	
}

/*Date Picker Styling*/
.contact-us-form .datepicker {
	width: 49% !important;
}

/*Text Form Styling*/
.contact-us-form .gfield_html {
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #FFF !important;
}

/*Checkboxes*/
.contact-us-form .form-checkboxes > div {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 100% !important;
}

.contact-us-form input[type=checkbox] {
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #B7CA79 !important;
	border-radius: 0 !important;
}

.contact-us-form .gfield_checkbox label {
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 18px !important;
	color: #FFF !important;
}

.contact-us-form input[type=checkbox]::before {
	color: #677E52 !important;
	font-size: 22px !important;
}

/*Submit Button*/

.contact-us-form input[type=submit] {
	min-width: 260px !important;
	width: 260px !important;
	height: 60px !important;
	background-color: #B0CC99 !important;
	border: 1px solid #B0CC99 !important;
	border-radius: 30px !important;
	font-family: 'Gloock' !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: inherit !important;
	color: #FFF !important;
	transition: all 0.3s !important;
}

.contact-us-form input[type=submit]:hover {
	background-color: #F6E8B1 !important;
	border: 1px solid #F6E8B1 !important;
	color: #677E52 !important;
}

/*Lower Layout*/
.contact-us-form .form-text {
	grid-column: span 5 !important
}

.contact-us-form #field_submit {
	grid-column: span 3 !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

/*Confirmation message*/
.contact-us-form .gform_confirmation_message {
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	color: #FFF !important;
}

@media only screen and (max-width: 1100px) {
	.contact-us-form #field_submit {
		grid-column: 12 span !important;
		justify-content: flex-start !important;
		margin-top: 50px !important;
	}
	
	.contact-us-form .form-text,
	.contact-us-form .form-checkboxes {
		grid-column: span 6 !important
	}
}

@media only screen and (max-width: 850px) {
	.contact-us-form .form-text,
	.contact-us-form .form-checkboxes {
		grid-column: span 12 !important
	}
}

@media only screen and (max-width: 639px) {
	.contact-us-form .datepicker {
		width: 100% !important;
	}
	
	.contact-us-form .form-checkboxes > div,
	.contact-us-form .gfield_checkbox label {
		justify-content: flex-start !important;
	}
	
}

/*Contact us - END*/



/*Image Map Styles*/

.map-name {
	font-family: 'Gloock' !important;
	font-size: 26px !important;
	font-weight: 400 !important;
	color: #FFF;
	padding: 0 !important;
}

.map-small-name {
	font-size: 22px !important;
}

.map-location {
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #FFF !important;
	padding: 0 !important;
	margin-top: 10px !important;
}

.map-button {
	height: 40px !important;
	background-color: transparent !important;
	border-radius: 0;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	font-family: 'Gloock' !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #B0CC99 !important;
	line-height: inherit !important;
	transition: all 0.3s;
}

.map-button:after {
	font-family: "Font Awesome 6 Pro";
	content: '\f138';
	font-weight: 300;
	color: #B0CC99;
	font-size: 35px;
	font-style: normal;
	padding-left: 20px;
	transform: translatex(0);
	transition: all 0.3s;
}

.map-button:hover {
	color: #FFF !important;
	cursor: pointer !important;
}

.map-button:hover::after {
	color: #FFF !important;
	transform: translatex(10px);
}

/*OFFICE SPACE*/

.office-tabs > div > div > .e-n-tab-title {
	height: 100px !important;
	min-width: 260px !important;
}

@media only screen and (max-width: 1100px){
	
	.office-tabs > div > div > .e-n-tab-title {
		height: 75px !important;
		min-width: 200px !important;
	}	
	
}

@media only screen and (max-width: 830px){
	
	.office-tabs > div > div > .e-n-tab-title {
		height: 50px !important;
		min-width: 150px !important;
	}	
	
}

/*Loop*/

.office-loop-image-cont {
	max-width: 400px !important;
}

/*Map Tabs*/

.office-sub-tabs > div > div > button:first-child {
	border-right: 1px solid #89725B;
	padding-right: 20px;
}

.office-sub-tabs > div > div > button:last-child {
	padding-left: 20px;
}


.map-shortcode-container {
	overflow-x: scroll;
}
.map-shortcode {
	min-width: 950px !important;
}

/*A-Z List*/

.az-list-map {
	font-size: 14px !important;
	color: #677E52;
}

/*OFFICE SPACE - END*/


/*Web Law*/
/*Cookie Law Table*/

.cookie-table {
	overflow-x: auto;
}

.cookie-table th {
	font-family: "Plus Jakarta Sans" !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #394A59 !important;
	padding: 5px 10px !important;
}

.cookie-table td {
	font-family: "Plus Jakarta Sans" !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #394A59 !important;
	padding: 5px 10px !important;
}

.cookie-policy-table {
	border: 1px solid #A8AAA9 !important;
	border-spacing: 0px !important;
}

.cookie-policy-table tr,
.cookie-policy-table tbody,
.cookie-policy-table td,
.cookie-policy-table th {
	border: 1px solid #A8AAA9 !important;
}

/*Wellbeing Page*/
/*Tenant Item*/

.wellbeing-loop-item .wellbeing-hover-img {
	opacity: 1;
	transition: all 0.5s;
}


.wellbeing-loop-item:hover .wellbeing-hover-img {
	opacity: 0;
}


/*Blog Template*/

.blog-navigation .elementor-post-navigation__separator-wrapper {
	margin: 0 50px !important;
}