/*
Theme Name: AvenueOne by FDGweb
Theme URI: http://www.avenueoneresidential.com/
Author: FDGweb
Author URI: http://www.fdgweb.com/
Description: A custom client theme designed by FDGweb.
Version: 3.1
*/

/* //////////////////////////////////////////////
ALL FONT DECLARATIONS SHOULD BE MADE WITHIN THE {theme}/fonts.php FOR EACH FONT.
THIS WAY FONTS CAN STILL BE CUSTOMIZED VIA THE ADMIN.
FONT OVERRIDES CAN BE MADE IN THIS FILE ON INDIVIDUAL SITE INSTALLATIONS
BUT SHOULD NOT BE MADE ON THE BOILERPLATE TEMPLATE INSTALL
////////////////////////////////////////////// */


/* =Basic structure
-------------------------------------------------------------- */

html {
	font-size: 87.5%;
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 1;
}

a, .entry-content a:visited,
.comment-content a:visited {
	outline: none;
	text-decoration: none;
}

body .site {
	padding: 20px 0 70px;
}

#site-container {
	min-height: 100%;
	position: relative;
}

.site-content {
	margin: 24px 0 0;
}

.widget-area {
	margin: 24px 0 0;
}

#header-spacer {
	position: relative;
	width: 100%;
	height: 117px;
}

.home #header-spacer {
	height: 0;
}

#header-spacer.nav-under {
	height: 145px;
}

#header-container {
	position: absolute;
	width: 100%;
	height: 117px;
	z-index: 1000;
	top: 0;
	left: 0;
}

#header-container.nav-under {
	height: 145px;
}

#header-container.hide {
	top: -145px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#header-container.scrolled {
	position: fixed;
	top: -145px;
	height: 117px;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	background: #FFF;
}

body.header-persist #header-container {
	position: fixed;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	background: #FFF;
	-webkit-transition: 0s all;
	-moz-transition: 0s all;
	-ms-transition: 0s all;
	transition: 0s all;
}

body.header-persist #header-container.scrolled {
	top: 0;
}

#header-container.nav-under.scrolled {
	height: 145px;
}

#header-container.show {
	top: 0px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.site-header {
	padding: 25px 0;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 0;
}

a.site-title {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 34px;
	letter-spacing: -0.04em;
	position: relative;
}

.site-header .site-title img {
	display: block;
	max-width: 270px;
	width: 100%;
}

.home .site-header .site-title:after {
    //content: '';
  //background: url(/wp-content/uploads/2021/02/avenuone-white-logo.png);
    width: 270px;
    height: 55px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
		left: 0;
}

.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

#mobile-nav-toggle {
	display: none;
	position: relative;
	top: 0;
	right: 0;
	width: 60px;
	height: 50px;
	cursor: pointer;
	z-index: 200;
	font-size: 22px;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
}

#mobile-nav-toggle div {
	width: 34px;
	height: 4px;
	position: absolute;
	top: 14px;
	left: 13px;
	border-radius: 3px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

#site-container-wrap {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}

#site-container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	-webkit-transition: 0.5s -webkit-transform;
	-moz-transition: 0.5s -webkit-transform;
	-ms-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
}

body.nav-active #site-container {
	-webkit-transform: translateX(30%);
	-moz-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
}

#mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	z-index: 80;
	min-height: 100%;
	background: #e9eae3;
	-webkit-transform: translateX(-102%);
	-moz-transform: translateX(-102%);
	-ms-transform: translateX(-102%);
	transform: translateX(-102%);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	display: none;
}

#mobile-nav .nav-menu {
	padding: 30px 0;
}

body.nav-active #mobile-nav {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

#mobile-nav-shad {
	width: 100%;
	min-width: 320px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
	display: none;
	z-index: 50;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

body.nav-active #mobile-nav-shad {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

body.nav-active #site-container-wrap {
	opacity: 0.5;
}

#mobile-nav-close {
	font-size: 16px;
	padding: 20px 20px;
	position: relative;
	margin: -40px 0 5px 0;
	text-align: center;
	cursor: pointer;
	opacity: 0.7;
}

#mobile-nav-close:after {
	content: ' ';
	width: 70%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	margin: 35px 15% 0 15%;
	left: 0;
}

#mobile-nav .menu-top-navigation-container {
	display: block;
	width: 70%;
	padding: 40px 0 0 0;
	z-index: 20;
	position: relative;
	background: #0D293E;
}

#mobile-nav ul#menu-main-navigation,
#mobile-nav ul#menu-main-navigation-1 {
	padding: 30px 0 0 0;
}

#mobile-nav > div > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.02em;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 15%;
    position: relative;
    color: #111;
    font-family: roboto, sans-serif !important;
}

#mobile-nav > div > ul > li > ul > li > a {
	text-decoration: none;
	opacity: 0.8;
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mobile-nav > div > ul > li {
	padding: 0 0 5px 0;
}

#mobile-nav ul.sub-menu {
	position: relative;
	z-index: 200;
}

.menu-toggle {
	display: none;
}

.nav-beside #site-search {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}

.nav-beside .menu-main-menu-container {
	display: inline-block;
	vertical-align: middle;
}

.nav-under #site-search {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
}

#site-search input[type="text"] {
	border: 0;
	border-radius: 0;
	background: transparent;
	height: 29px;
	width: 29px;
	padding: 3px 4px;
	outline: none;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	z-index: 10;
	text-indent: -99px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.nav-under #site-search input[type="text"] {
	height: 39px;
}

#site-search input[type="text"].active {
	width: 140px;
	text-indent: 0px;
	padding: 3px 34px 3px 14px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.upper-header {
	position: absolute;
	right: 0;
	z-index: 99;
	display: block;
	top: 16px;
}

.upper-header .location {
	font-size: 12px;
	display: inline-block;
}

.upper-header .location a {
	text-decoration: none;
	margin-left:5px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

#site-search input[type="submit"] {
	margin: 0 0 0 -4px;
	border-radius: 0;
	border: none;
	width: 35px;
	height: 35px;
	outline: none;
	box-shadow: none;
	background: url(images/header-mag.png) center center no-repeat;
	background-size: 32px;
	opacity: 0.75;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
	z-index: 50;
}

.nav-under #site-search input[type="submit"] {
	height: 45px;
}

#site-search input[type="submit"].active {
	display: block;
}

#header-mag {
	background: url(images/header-mag.png) center center no-repeat;
	background-size: 32px;
	opacity: 0.75;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	z-index: 20;
}

.home #header-mag {
	//background: url(images/header-mag-white.png) center center no-repeat;
	background-size: 32px;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	z-index: 20;
}

.nav-under #header-mag {
	height: 45px;
}

.footer-credits {
    display: inline-block;
    right: 0px;
    position: relative;
}

.footer-credits a {
    text-decoration: none;
	color:#111;
}

.footer-credits a:hover {
    opacity: 0.7;
		text-decoration: underline;
}

#site-copyright {
	position: relative;
	right: auto;
	text-align: center;
}

#site-copyright.left-align {
    display: inline-block;
}

.footer-credits {
    display: block;
    position: relative;
    text-align: left;
    color: #111;
    font-family: roboto, sans-serif;
    padding-left: 15px;
    font-size: 11px;
}

.footer-block.open-text h5 {
    font-size: 13px;
    color: #111;
    font-family: roboto, sans-serif;
    padding-top: 13px;
    font-weight: normal;
}

.section-rotator {
	position: relative;
	opacity: 0;
	-webkit-transition: 0.4s opacity, 0.8s max-height;
	-moz-transition: 0.4s opacity, 0.8s max-height;
	-ms-transition: 0.4s opacity, 0.8s max-height;
	transition: 0.4s opacity, 0.8s max-height;
}

body.loaded .section-rotator {
	opacity: 1;
}

img.rotator-background {
	width: 100%;
}

.home .rotator-title {
    /* text-shadow: 2px 2px 10px rgb(0 0 0 / 49%), 2px 2px 50px #00000057, 0 0 100px #000000eb; */
    margin: 80px auto 0;
}

a.rotator-slide-content-link:after {
    content: '';
    background: linear-gradient(90deg, transparent -28%, #00000073 50%, transparent 200%);
    width: 95%;
    height: 90%;
    position: ABSOLUTE;
    top: 0;
    left: 0;
    border-radius: 200px;
    filter: blur(15px);
}

.rotator-slide-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	text-decoration: none;
}

.rotator-slide-content-spacer {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.rotator-slide-content {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0 -100px 0 -4px;
}

.rotator-slide-content-inner {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.rotator-slide-content-width {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.section-rotator a {
	text-decoration: none;
}

.section-rotator button {
	border: none;
}

a.rotator-background-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.rotator-title,
body .entry-content .rotator-title h1 {
	font-size: 62px;
	font-family: 'Hind Siliguri', sans-serif !important;
	font-weight: 300 !important;
	line-height:1.15em;
	letter-spacing: -0.01em;
	position: relative;
	z-index: 10;
	margin-bottom:30px;
}

.rotator-subtitle {
	font-size: 23px;
	line-height: 1.7em;
	font-weight: 300;
	font-family: roboto, sans-serif !important;
	position: relative;
	z-index: 10;
	max-width:800px;
	margin:0 auto 25px;
}

.button {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
}

.section-rotator a.button {
	position: relative;
	z-index: 10;
}

.button-wrap a.button,
.button-wrap button.button {
	margin-right: 10px;
	border-radius: 30px;
	font-family: roboto, sans-serif;
	letter-spacing: 0.02em;
	padding: 13px 38px;
	transition: 0.2s;
}

.button-wrap a.button:last-child,
.button-wrap button.button:last-child {
	margin-right: 0;
}

a.button.primary:hover {
    box-shadow: inset 0 0px 0 3px #6e9f31;
    background: none;
    color: #6e9f31;
    transition: 0.2s;
}

.rotator-slide-content .button-wrap a.button.primary:hover {
	color:#fff;
	box-shadow: inset 0 0px 0 3px #fff;
}

.section-rotator .button {
	margin: 20px 0 0;
}

.rotator-prev, .rotator-next {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100px;
	display: none;
	z-index: 100;
}

.rotator-next {
	left: auto;
	right: 0;
}

.section-rotator.show-selectors .rotator-prev, .section-rotator.show-selectors .rotator-next {
	display: none;
}

[slides="1"] .rotator-prev, [slides="1"] .rotator-next, [slides="1"] .rotator-pagination {
	display: none;
}

span.swiper-pagination-bullet {
	background: #FFF;
	opacity: 0.4;
	width: 12px;
	height: 12px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.rotator-prev a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;
}

.rotator-next a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;
}

.prevnext-Black .rotator-prev a {
	background: url(images/prev.png) center center no-repeat;
}

.prevnext-Black .rotator-next a {
	background: url(images/next.png) center center no-repeat;
}

.prevnext-White .rotator-prev a {
	background: url(images/prev-white.png) center center no-repeat;
}

.prevnext-White .rotator-next a {
	background: url(images/next-white.png) center center no-repeat;
}

.rotator-prev a:hover, .rotator-next a:hover {
	opacity: 1;
}

.swiper-container .rotator-pagination {
	position: absolute;
	bottom: 40px !important;
	width: 100%;
	text-align: center;
	height: 0;
	z-index: 100;
}

.swiper-wrapper {
	margin: 0;
}

footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 45px;
	position: relative;
	min-height: 20px;
	box-sizing: border-box;
}

footer .menu li {
	display: inline-block;
}

footer .menu li a {
	opacity: 1;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 12px;
}

footer .menu li a:hover {
	opacity: 1;
}

#site-copyright {
	opacity: 0.8
	font-size: 11px;
}

.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}

.entry-header .entry-title a {
	text-decoration: none;
	font-size: 32px;
}

.entry-content h1 {
	font-size: 21px;
	line-height: 1.5;
}

.entry-content h2 {
	font-size: 18px;
	line-height: 1.6;
}

.entry-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}

.entry-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}

.entry-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}

.entry-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}

.entry-content p {
	margin: 0 0 24px;
	line-height: 1.714285714;
	font-family: roboto, sans-serif !important;
    font-weight: 300;
}

.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: disc outside;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content li {
	margin: 0 0 0 36px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}

.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

.site-header h1,
.site-header h2 {
	text-align: left;
}

.site-header h1 {
	font-size: 26px;
	line-height: 1.846153846;
	margin-bottom: 0;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	width: 100%;
}

.nav-under .nav-menu {
	text-align: left;
}

.nav-beside .nav-menu {
	text-align: right;
}

.main-navigation ul {
	margin: 0;
	text-indent: 0;
}

.main-navigation li a,
.main-navigation li {
	text-decoration: none;
}

.main-navigation li a {
	display: inline-block;
	border-bottom: 0;
	padding: 10px 0px;
	line-height: 25px;
	font-size: 15px;
	font-family: roboto, sans-serif !important;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.main-navigation li a:hover {
    background: none !important;
    opacity: 1;
    color: #6e9f31;
}

.home .main-navigation li a {
	//color: #fff;
}

.main-navigation li {
	margin: 0 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	text-align: left;
	height: 0;
	overflow: hidden;
	top: 90%;
	max-width: 220px;
	text-align: left;
	font-size: 0;
	opacity: 0;
	box-shadow: 2px 10px 20px -5px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.main-navigation li ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}

.nav-menu > li > ul.sub-menu.pad {
	opacity: 1;
	padding: 15px 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.nav-menu > li > ul.sub-menu.active {
	top: 100%;
	height: auto;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.main-navigation li ul li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 30px;
	white-space: normal;
	width: 160px;
	height: 18px;
}

.main-navigation li ul li a:hover {
	opacity: 1;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 600;
}

#nav-container.nav-under {
	position: relative;
	box-shadow: 0 20px 30px -15px rgba(0,0,0,0.1);
	z-index: 1001;
	text-align: left;
	margin: -20px 0 0;
}

#nav-container.nav-under #site-navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1230px;
}

#nav-container.nav-beside {
	display: inline-block;
	vertical-align: middle;
	width: calc( 100% - 360px );
	text-align: right;
	padding: 0 0 0 40px;
}

#content-wrapper {
	font-size: 0;
	padding: 0 0 380px 0; /* footer height */
}

#footer-container {
	height: 380px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: none;
}

footer#colophon {
    border-top: 1px solid #222;
}

#content {
	width: 100%;
	font-size: 14px;
}

.entry-header .entry-title, .search-results h1.page-title {
	font-size: 42px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

header.entry-header {
	padding: 40px 0;
	margin: 0;
}

.archive article:first-child, .search article:first-child, .blog article:first-child {
	padding-top: 40px;
}

h1.entry-title {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
/*	padding: 0 30px;*/
}

.entry-header.left, .left {
	text-align: left;
}

.entry-header.center, .center {
	text-align: center;
}

.entry-header.right, .right {
	text-align: right;
}

.entry-header.background-image {
	background-size: 100% !important;
}

.section {
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.section-background {
	display: block;
	width: 100%;
}

.section.background-image .section-inner-wrap-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	font-size: 0;
}

.section.background-image .section-inner-wrap-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.section.background-image .section-inner-wrap-2 {
	display: inline-block;
	vertical-align: middle;
}

.section-inner-wrap-2 {
	width: 100%;
}

.section .section-inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	padding: 60px 0;
}

.section.title-banner .title {
	font-size: 58px !important;
	line-height: 75px;
	margin: 0;
	letter-spacing: -0.02em;
	font-weight: normal;
}

.section.title-banner .subtitle {
    line-height: 32px;
    font-weight: 300;
    opacity: 1;
    font-family: roboto, sans-serif !important;
    font-size: 21px !important;
    margin-top: 30px !important;
}

.section.align-left {
	text-align: left;
}

.section.align-center {
	text-align: center;
}

.section.align-right {
	text-align: right;
}

.section.background-image.tint-lighter .section-background,
.section.background-image.tint-lighter .mobile-background,
.section.background-image.tint-darker .section-background,
.section.background-image.tint-darker .mobile-background,
.section.background-image.tint-color .section-background,
.section.background-image.tint-color .mobile-background {
	opacity: 0.5;
}

.section .mobile-background {
	display: none;
}

.section .title {
	font-size: 48px;
    line-height: 1em;
    margin: 0 0 20px 0;
    font-family: 'Hind Siliguri', sans-serif !important;
    letter-spacing: -0.015em;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
}

.section .subtitle {
	line-height: 32px;
	    font-weight: 400;
	    opacity: 1;
	    font-family: roboto, sans-serif !important;
	    font-size: 21px !important;
	    margin-top: 30px !important;
}

.section .content p, .section .content li {
	font-size: 18px;
	line-height: 30px;
	font-family: roboto, sans-serif;
    font-weight: 400;
}

.content-wrap.align-center {
	text-align: center;
}

.content-wrap.align-left {
	text-align: left;
}

.content-wrap.align-right {
	text-align: right;
}

.section .section-inner.top-only {
	padding-bottom: 0;
}

.section .section-inner.bottom-only {
	padding-top: 0;
}

.section .section-inner.no-padding {
	padding: 0;
}

.content-block .featured-image.left.mobile {
	display: none;
}

.product-images li {
    max-width:30%;
    margin:0px;
}

.product-images {
    padding-top:15px;
    display: flex;
    justify-content: space-around;
}
.product-images li img {
	transition:.25s;
}
.product-images li img:not(.active) {
    opacity: .6;
}
.product-main-image {
    height: 400px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items:center;
    flex-direction: column;
}
.product-main-image img {
    max-height: 100%;
    max-width:100%;
    width:auto!important;
    align-self: center;
}
.content-block.featured-image-left .content-outer,
.content-block.featured-image-right .content-outer {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

.content-block.featured-image-left .featured-image,
.content-block.featured-image-right .featured-image {
	position: relative;
	display: inline-block;
	width: 40%;
}

.featured-image.valign-top { vertical-align: top; }
.featured-image.valign-middle { vertical-align: middle; }
.featured-image.valign-bottom { vertical-align: bottom; }

.content-block.featured-image-right .content-wrap {
	padding: 0 100px 0 0;
}

.content-block.featured-image-left .content-wrap {
	padding: 0 0 0 100px;
}

.content-block .featured-image {
	border-radius: 5px;
	overflow: hidden;
}

.content-block .featured-image label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	opacity: 0.8;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}

.side-by-side .featured-image {
	width: 50%;
	display: inline-block;
}

.side-by-side .featured-image img {
	display: block;
	margin: 0 0 -7px 0;
	width: 100%;
}

.side-by-side .content-outer {
	position: absolute;
	width: 50%;
	text-align: right;
	height: 100%;
	background: #FFF;
	font-size: 0;
}

.side-by-side.right {
	text-align: right;
}

.side-by-side .featured-image.mobile {
	display: none;
}

.side-by-side .featured-image {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.side-by-side.left .content-outer {
	left: 50%;
	top: 0;
	text-align: left;
}

.side-by-side .content-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.side-by-side.left .content-wrap {
	width: 505px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding: 0 0 0 80px;
}
.side-by-side.product-area {
	z-index:40;
}

.side-by-side.product-area .content-wrap {
	padding-top:50px!important;
}

.tabs-section-top {
    margin-top:15px;
    width:100%;
    font-size:15px;
}

.tabs-section-top .tab {
    display: inline-block;
    border-top:1px solid #afafaf;
    border-left:1px solid #afafaf;
    border-right:1px solid #afafaf;
    padding:5px 25px;
    cursor: pointer;
}

.tabs-section-top .tab.active {
    background-color:#fff;

}
.tabs-section-top .tab:not(.active) {
    z-index:400;
    position: relative;
    color:#999;
    background-color:#fff;
    border-top:1px solid #d3d3d3;
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
    padding:4px 25px;
}
.tabs-area {
    min-height:150px;
    border:1px solid #afafaf;
    background-color:#fff;
    z-index:401;
    margin-top:-1px;
}
.tab-content {
    font-size:15px;
    padding:15px;
}
.tab-content:not(.active) {
    display: none;
}
.side-by-side.right .content-wrap {
	width: 505px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding: 0 80px 0 0;
}

.side-by-side .featured-image img {
	display: block;
	margin: 0;
	width: 100%;
}

.section.side-by-side .title {
	margin: 0 0 20px 0;
}

.grid-block .grid-blocks {
	position: relative;
	font-size: 0;
	text-align: center;
	padding: 30px 0 0;
	margin: 0 0 -50px 0;
}

.single-grid-block {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
	margin: 0 0 50px 0;
}

.horizontal-image-row {
	opacity: 0;
}
.horizontal-image-row .section-inner {
    max-width:150%!important;
    width:150%;
    padding-left:0px!important;
}
.horizontal-image-row .title,.horizontal-image-row .subtitle {
    text-align: center;
    width:100vw
}
.news[row="1"] .news-post { width: 100%; }
.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post { width: 50%; }
.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post { width: 33%; }
.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post { width: 25%; }
.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post { width: 20%; }

.grid-blocks .single-grid-block:first-child:after,
.grid-blocks[row="2"] .single-grid-block:nth-child(2n+3):after,
.grid-blocks[row="3"] .single-grid-block:nth-child(3n+4):after,
.grid-blocks[row="4"] .single-grid-block:nth-child(4n+5):after,
.grid-blocks[row="5"] .single-grid-block:nth-child(5n+6):after {
	display: none;
}

.single-grid-block-inner {
	padding: 0 30px;
}

.grid-block .image {
	width: 75%;
	max-width: 240px;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	border-radius: 200px;
}

.single-grid-block img {
	display: block;
}

.single-grid-block .title {
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	padding: 15px 0 5px 0;
}

.grid-blocks .button-wrap {
	text-align: center;
}

a.single-grid-block {
	text-decoration: none;
}

.team-members {
	text-align: center;
}

.single-team-member {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	box-sizing: border-box;
}

.single-team-member-inner {
    background: #fff;
    padding: 30px 0 0 0;
    box-shadow: 0 2px 40px rgb(0 0 0 / 10%);
    margin: 0 10% 50px 10%;
    border-radius: 10px;
    min-height: 325px;
}

.single-team-member-inner img {
	display: block;
	vertical-align: top;
	border-radius: 75px;
	width: 160px;
	height: 160px;
	margin: 0 auto 10px;
}

.single-team-member-inner > .content {
	display: block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	text-align: center;
	padding: 0 12%;
}

.single-team-member .full-name {
	font-size: 26px;
	line-height: 34px;
}

.single-team-member .position {
	font-size: 16px;
}

.team-members .bio {
	text-align: center;
	padding: 6px 0 0;
}

.team-members .bio p {
	font-size: 18px;
	line-height: 26px;
}

.edit-link a {
	position: fixed;
	top: 140px;
	left: 0px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	padding: 10px 15px 10px 30px;
	border-radius: 0 5px 5px 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.edit-link a:hover {
	color: #FFF;
	padding: 10px 15px 10px 34px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.news-post-inner {
	margin: 15px 30px;
	display: block;
	text-decoration: none;
}

.news-post-thumbnail {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
}

.news-post-title {
	display: block;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
	padding: 10px 0 0;
}

.news-post-date {
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0.8;
}

.section.news .button-wrap {
	text-align: center;
}

.news-post {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-align: left;
	margin: 0;
}

.section.news .news-post-read-more {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	line-height: 222px;
	text-decoration: none;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	opacity: 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.section.news .news-post-read-more:before {
	content: 'Read More';
	z-index: 10;
	position: relative;
}

.section.news .news-post-read-more:after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.section.news .news-post-inner:hover .news-post-read-more:after {
	opacity: 0.5;
}

.section.news .news-post-inner:hover .news-post-read-more {
	line-height: 222px;
	opacity: 1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.section.news .title {
	padding: 0 0 15px 0;
}

.news-posts {
	text-align: center;
}

.news-post-thumbnail img {
	display: block;
}

label.gform-field-label {
    clip-path: none;
    clip: unset;
    width: 100%;
    height: auto;
    font-size: 14px;
    position: relative;
    overflow: auto;
    margin: 0;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-family: 'Montserrat', sans-serif !important;
}

.ginput_container input:focus,
.ginput_container textarea:focus {
    border-color: #6e9f32 !important;
}

.gform-footer.gform_footer.top_label {
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
}

.gform-footer input[type="submit"] {
    background: #6e9f32 !important;
	font-weight: 700 !important;
    font-size: 16px !important;
}

.gform_required_legend {
    font-size: 12px !important;
}

/*

.gform_wrapper form {
	text-align: center;
	margin: 0 -25px;
}

.gform_wrapper div.validation_error {
	text-shadow: 0 2px 0 #d85151;
	font-size: 18px;
	background: #f36969;
	border-radius: 3px;
	display: inline-block;
	width: auto;
	line-height: 20px;
	padding: 15px 25px;
	font-weight: 600;
	margin: -40px 0 40px;
}

.gform_body {
	text-align: left;
}

.entry-content ul.gform_fields {
	margin: 0;
	list-style: none;
}

li.gfield {
	position: relative;
	list-style: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 2% 50px 2%;
}

.gfield label.gfield_label {
	position: absolute;
	font-size: 18px;
	font-weight: 600;
	height: 52px;
	width: 100%;
	padding: 10px 18px;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 34px;
	cursor: pointer;

	top: 0;
	color: transparent;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="tel"] {
	font-size: 22px;
	font-weight: 600;
	border: 0;
	border-radius: 0;
	padding: 10px 18px;
	height: 52px;
	box-sizing: border-box;
	width: 100%;
	box-shadow: inset 0 0 0 2px #FFF;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	
}

.gform_wrapper .gfield.active input[type="text"], .gform_wrapper .gfield.active input[type="email"], .gform_wrapper .gfield.active input[type="number"], .gform_wrapper .gfield.active input[type="tel"] {
	background: transparent;
}

li.gform_validation_container {
	display: none;
}

.gform_wrapper .gfield.active label.gfield_label {
	top: -45px;
}

li#field_1_5 {
	width: 96%;
}

li.gfield.gfield_html {
	width: 100%;
	text-align: center;
	margin: 0 0 50px;
}

.gfield_html h2 {
	margin: 0;
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
}

.gform_wrapper textarea {
	font-size: 22px;
	font-weight: 600;
	border: 0;
	border-radius: 0;
	padding: 10px 18px;
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	box-shadow: inset 0 0 0 2px #FFF;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	
}

.gform_wrapper .gfield.active textarea {
	background: transparent;
}

.gform_footer {
	width: 100%;
}

.gfield_description.validation_message {
	font-size: 15px;
	padding: 0 20px;
}


.gform_footer input[type="submit"] {
	font-size: 22px;
	font-weight: 600;
	border: 0;
	border-radius: 0;
	padding: 10px 30px;
	line-height: 32px;
	height: 50px;
	background: #FFF;
	box-shadow: none;
}
	

.gform_confirmation_message {
	font-size: 22px;
}

.gform_ajax_spinner {
	display: none !important;
}

*/


.single .featured-image-wrap {
	/*height: 360px;*/
}

.single .featured-image {
	/*position: absolute;*/
	width: 100%;
	max-height: 1000px;
	overflow: hidden;
}

.single .featured-image img {
	display: block;
	width: 100%;
}
.single .featured-image-wrap.inline .featured-image {
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 0 20px 20px 0px;
}
.featured-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

.single h1.entry-title {
	padding: 0;
	font-size: 40px;
}

.single .entry-content {
	position: relative;
	font-size: 18px;
	border-radius: 5px;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
}

.single .post-meta {
	text-transform: uppercase;
	font-size: 14px;
	margin: -5px 0 20px 0;
}

.single .post-date {
	display: inline-block;
	vertical-align: top;
	opacity: 0.7;
	padding: 0 5px 0 0;
}

.single .post-categories {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 5px;
}

.single .post-categories a {
	text-decoration: none;
	opacity: 0.7;
	font-weight: 700;
}

.single header.entry-header {
	position: relative;
	padding: 0;
}

.single .post-sharing {
	position: absolute;
	top: 10px;
	right: 0;
}

.single .post-sharing a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 6px 12px;
	line-height: 14px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.single .post-sharing a:hover {
	opacity: 0.7;
}

a.share-email {
	background: #444;
}

a.share-facebook {
	background: #3b5998;
}

a.share-twitter {
	background: #1da1f2;
}

a.share-googleplus {
	background: #dd5044;
}

a.share-linkedin {
	background: #007bb6;
}

a.share-pinterest {
	background: #cb2027;
}

a.share-print {
	background: #DDD;
	color: #444;
}

.error404 .entry-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
}

.error404 .entry-title {
	text-align: center;
	font-size: 50px;
	padding: 150px 0 0 0;
}

.archive article,
.search article,
.blog article {
	font-size: 0;
}

.article-thumb {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	max-height: 240px;
	overflow: hidden;
}

.article-thumb img {
	display: block;
	max-width: 100%;
}

.article-content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0;
}

[thumb="true"] .article-content {
	width: 70%;
	padding: 0 40px 0 40px;
}

.archive article,
.search article,
.blog article {
	font-size: 0;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	padding: 30px;
	border-bottom: 1px solid #EEE;
}

.archive h1.entry-title,
.search h1.entry-title,
.blog h1.entry-title {
	padding: 0;
}

.archive h1.entry-title a,
.search h1.entry-title a,
.blog h1.entry-title a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 38px;
}

.archive .entry-summary,
.search .entry-summary,
.blog .entry-summary {
	margin: 0 0 15px 0;
}

.page-nav {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	text-align: center;
}

.page-nav .wp-pagenavi {
	padding: 40px 0;
}

.page-nav span.pages {
	display: none;
}

.page-nav span, .page-nav a {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 10px;
	text-decoration: none;
	min-width: 12px;
	text-align: center;
	background: #EEE;
	margin: 0 4px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.post.no-results header.entry-header {
	text-align: center;
	margin: 0;
}

.post.no-results .entry-content {
	font-size: 18px;
	text-align: center;
}

.site-search input[type="text"] {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 14px;
	border: 2px solid #EEE;
}

.site-search input[type="submit"] {
	opacity: 0.75;
	background: url(images/header-mag-white.png) center center no-repeat;
	background-size: 38px;
	width: 44px;
	height: 44px;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.site-search input[type="submit"]:hover {
	opacity: 1;
}

.sidebar-section {
	position: relative;
	width: 100%;
	font-size: 0;
}

.sidebar-section.site-wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

.sidebar-sections {
	width: 75%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.sidebar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 28px 35px;
	font-size: 16px;
}

.sidebar-section.left .sidebar-sections {
	left: 20%;
}

.sidebar-section.sidebar-left .sidebar {
	left: 0;
}

.sidebar-section.sidebar-right .sidebar {
	right: 0;
}

.sidebar-section.site-wrapper .sidebar-sections {
	width: 70%;
}

.sidebar-section.site-wrapper.sidebar-right .sidebar {
	width: 30%;
	padding: 50px 0 50px 75px;
}

.sidebar-section.site-wrapper.sidebar-left .sidebar {
	width: 30%;
	padding: 50px 75px 50px 0;
}

.sidebar-block {
	margin: 0 0 30px 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}

.sidebar-block.social-presence, .footer-block.social-presence {
	font-size: 0;
}

.sidebar-block.social-presence a, .footer-block.social-presence a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	background: url(images/social-icons-ext-color.webp) 0 0 no-repeat;
	background-size: auto 100%;
	width: 38px;
    height: 38px;
	margin: 0 6px 0 0;
	border-radius: 3px;
	cursor: pointer;
	/*filter: grayscale(100%) brightness(0);*/
}

.sidebar-block.social-presence .icon-facebook, .footer-block.social-presence .icon-facebook {
	background-position: 6px 0;
	margin-left:-15px;
	//background-color: #3b5998;
}

.sidebar-block.social-presence .icon-twitter, .footer-block.social-presence .icon-twitter {
	background-position: -31px 0;
	//background-color: #1da1f2;
}

.sidebar-block.social-presence .icon-googleplus, .footer-block.social-presence .icon-googleplus {
	background-position: -66px 0;
	background-color: #dd5044;
}

.sidebar-block.social-presence .icon-linkedin, .footer-block.social-presence .icon-linkedin {
	background-position: -95px 0px;
	//background-color: #007bb6;
}

.sidebar-block.social-presence .icon-pinterest, .footer-block.social-presence .icon-pinterest {
	background-position: -138px 0;
	background-color: #cb2027;
}

.sidebar-block.social-presence .icon-yelp, .footer-block.yelp .icon-yelp {

}

.sidebar-block.social-presence .icon-instagram, .footer-block.social-presence .icon-instagram {
	background: url(images/social-icons-ext-color.webp) 0 0 no-repeat;
	background-position: -195px 0px;
background-size: auto 105%;
}

.sidebar-block.social-presence .icon-youtube, .footer-block.youtube .icon-youtube {

}

.sidebar-block-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.sidebar-block.open-text p:last-child, .footer-block.open-text p:last-child {
	margin: 0;
}

.sidebar form.site-search, .footer-block form.site-search {
	font-size: 0;
}

.sidebar .site-search input[type="text"], .footer-block .site-search input[type="text"] {
	border: 0px;
	width: calc( 100% - 44px);
	box-sizing: border-box;
}

.site-search input[type="submit"] {
	width: 40px;
	height: 37px;
}

.sidebar .news-post, .footer-block .news-post {
	display: block;
}

.sidebar a.news-post-inner, .footer-block a.news-post-inner {
	margin: 0 0 15px 0;
}

.news-post-title {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	font-weight: 600;
}

.sidebar-block.recent-posts .sidebar-block-title,
.footer-block.recent-posts .sidebar-block-title {
	padding: 0 0 10px 0;
}

.sidebar .button-wrap, .footer-block .button-wrap {
	text-align: center;
}

.sidebar a.button, .footer-block a.button {
	padding: 6px 20px;
	font-size: 14px;
}

.sidebar-block.open-text p, .footer-block.open-text p {
    line-height: 1.7em;
    font-size: 13px;
    margin-bottom: 20px;
    color: #111;
    font-family: roboto, sans-serif;
}


/*

adjust
.single-post .sidebar-section.sidebar-right .sidebar { height }
body.post-template-default .post { min-height }
to correct single blog post issues

*/
.single-post .sidebar-section.sidebar-right .sidebar {
	margin: -60px 0 0 0;
	width: 25%;
	height: calc( 100% + 225px);
	padding: 62px 0 0 50px;
}

body.post-template-default .post {
	min-height: 635px;
}

.footer-columns {
	font-size: 0;
}

.footer-column {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 20px 15px;
}

.footer-columns[cols="1"] .footer-column {
	width: 100%;
}

.footer-columns[cols="2"] .footer-column {
	width: 50%;
}

.footer-columns[cols="3"] .footer-column {
	width: 33.3%;
}

.footer-columns[cols="4"] .footer-column {
	width: 25%;
}

.footer-block {
	padding: 0 0 15px 0;
}

#footer-container img {
	max-width: 250px;
	display: block;
}

.footer-block {
	color: #aaa;
}

.footer-block .sidebar-block-title {
	color: #ddd;
}

.footer-block .news-post-date {
	color: #aaa;
}

.social-presence a:last-child {
	margin: 0;
}

body.nav-active #footer-container {
	display: none;
}

.sidebar img {
	max-width: 100%;
}

.carousel a.item, .carousel .item {
	text-align: center;
	text-decoration: none;
}

.carousel .item .title {
	font-size: 22px;
	line-height: 40px;
}

.owl-prev {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	left: -30px;
	background: url(images/carousel-prev.png) center center no-repeat;
	background-size: 20px;
	opacity: 0.3;
	font-size: 0;
}

.owl-next {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	right: -30px;
	background: url(images/carousel-next.png) center center no-repeat;
	background-size: 20px;
	opacity: 0.3;
	font-size: 0;
}

.owl-prev:hover, .owl-next:hover {
	opacity: 0.5;
}

.carousel .section-inner {
	padding-left: 60px;
	padding-right: 60px;
}

.title-below .owl-prev, .title-below .owl-next {
	height: calc( 100% - 40px );
}

.title-above .owl-prev, .title-above .owl-next {
	height: calc( 100% - 40px );
	padding-top: 40px;
}

.assistive-text:focus {
    opacity: 1;
    color:#333;
    visibility: visible;
}
.assistive-text {
    z-index: 999;
}
.assistive-text:not(:focus) {
    opacity: 0;
}
.assistive-text, .site .screen-reader-text {
	clip:inherit;
}

.section.background-image.short-img img.section-background {
	position: absolute;
	height: 100%;
	max-width: none;
	width: auto;
}

.section.background-image.short-img .section-inner-wrap-1 {
	position: relative;
}

#custom-scripts {
	display: none;
}

.single .featured-image-wrap.full-width .featured-image {
	width: 100%;
	float: none;
}

.single .featured-image-wrap.full-width {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.single .featured-image-wrap.hero .featured-image {
	position: relative;
	max-height: 400px;
}

.single .featured-image-wrap.hero header.entry-header {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.featured-image-wrap.hero .featured-image-overlay {
	box-shadow: inset 0 -230px 100px -100px rgb(248, 248, 248);
}

#single-header-inner {
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
}

.single-post #content-wrapper.image-hero .sidebar-section.sidebar-right .sidebar {
	margin: 0;
	padding: 0 0 28px 35px;
	background: transparent;
}

.single #content-wrapper.image-hero .entry-content {
	padding-top: 0;
}

/* LANDING PAGE SPECIFIC STYLES */
.page-template-landing #footer-container {
	height: 64px;
}

.page-template-landing footer {
	padding: 20px 0;
}

.section-rotator .button-wrap {
	position: relative;
	z-index: 10;
}

a.rotator-slide-content-link {
	display: block;
}

.post-content {
	font-size: 18px;
}

#home-services-grid .content-wrap .title, #page-cards .content-wrap .title{
    font-family: roboto, sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#home-services-grid .image, #page-cards .image{
    max-width: 65px;
    border-radius: 0;
    width: 100%;
	min-height:65px;
}

#home-services-grid, #page-cards {
    z-index: 1;
    position: relative;
    display: flex;
    top: -100px;
    background: none;
}

#home-services-grid .single-grid-block.Full.Content, #page-cards .single-grid-block.Full.Content{
    background: #fff;
    padding: 30px 0;
    box-shadow: 0 2px 40px rgb(0 0 0 / 10%);
    width: 31%;
    margin: 0 1% 50px 1%;
    border-radius: 10px;
}

#home-services-grid .content p, #page-cards .content p {
    font-size: 18px;
}

#page-cards .grid-blocks {
	display: inline-block;
	flex-direction: row;
	justify-content: center;
}

#home-services-grid .grid-blocks,
#home-services-grid .grid-blocks .single-grid-block {
    display: flex;
	justify-content: center;
}

#home-services-grid .grid-blocks .single-grid-block-inner {
	display: flex;
	flex-direction: column;
	height:100%;
}

#home-services-grid .single-grid-block-inner .content-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#home-services-grid .grid-blocks .button-wrap {
    margin-top: auto !important;
}




.footer-block.open-text img {
    max-width: 90px !important;
}

/*
#gform_wrapper_1 {
    display: block !important;
}
*/

#contact-form h2 {
    font-family: 'Hind Siliguri', sans-serif !important;
    text-transform: inherit;
    font-weight: 300;
    letter-spacing: -0.01em;
    font-size: 48px;
}

#contact-form label.gfield_label {
    font-family: roboto, sans-serif;
    text-transform: inherit;
    font-size: 16px;
}

/*
.gform_wrapper input[type="text"], .gform_wrapper textarea {
	box-shadow:inset 0 0 0 1px #222 !important;
}
	*/

#testimonials-carousel .text-area p {
    font-size: 14px;
}

#testimonials h2.title {
    text-align: center;
    margin-bottom: 35px;
    display: block;
}


#testimonials-carousel .text-area {
    max-width: 860px;
    margin: 0 auto;
}

#connect-with-us .content p img {
    max-width: 180px;
    margin-right: 25px;
}

#connect-with-us .content p a {
    font-size: 12px;
    color: #1b6fc3;
}

.footer-block.menu .sidebar-block-title {
    display: none;
}

.footer-block.menu ul#menu-footer-menu-1 li,
.footer-block.menu ul#menu-footer-menu-2 li {
    display: block;
}

.footer-block.menu ul#menu-footer-menu-1 li a,
.footer-block.menu ul#menu-footer-menu-2 li a {
	font-family: roboto, sans-serif;
	font-size: 14px;
	color:#111;
	padding-left:0;
}

.footer-block.menu ul#menu-footer-menu-1 li a:hover,
.footer-block.menu ul#menu-footer-menu-2 li a:hover {
    text-decoration: underline;
}

.footer-block p {
    font-family: roboto, sans-serif;
    font-size: 14px;
    color: #111;
    line-height: 1.75em !important;
}

.footer-column .sidebar-block-title {
    display: none;
}

/*
.gform_wrapper input#gform_submit_button_1 {
    border-radius: 25px;
    font-family: roboto, sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 0px 60px;
}
*/

/*
.home div#gform_wrapper_1 {
    max-width: 1100px;
    margin: 0 auto;
}
	*/
/*

.gform_wrapper input, .gform_wrapper textarea {
    font-family: roboto, sans-serif !important;
    font-size: 16px !important;
}
*/

.entry-meta {
	margin-top:  20vh;
}
#forLeaseIframe {
	width: 60%;
	margin-left: 20%;
	margin-bottom: 10px;

}

#serviceSideBySide .content p {
    font-size: 16px;
    line-height: 1.8em;
}

#serviceSideBySide .content-wrap .title {
	font-size: 40px;
}

#pageHeader {
	width: 80%;
	margin: 0 auto;
}

#pageHeader .title {
	font-size: 42px;
	line-height: 1;
}

#pageHeader .subtitle {
	width: 80%;
	margin: 10px auto;
	font-size: 18px;
}

#forms-grid {
	width: 80%;
	text-align: center;
}

#forms-grid .title {
	font-size: 18px;
}

#forms-grid  {
	margin: 0 auto;
}

.team-members .single-team-member-inner .bio p {
    font-family: roboto, sans-serif;
    font-weight: normal;
}
.team-members .content .position {
    font-family: roboto, sans-serif;
		line-height: 1.4em;
}
.team-members .content .full-name {
    font-family: 'Hind', sans-serif !important;
	font-weight:300 !important;
}

.main-navigation li a:focus {
    background: none;
    color: #6e9f31;
}

.affiliate-logos img {
    width: 30%;
    display: inline-block !important;
    margin: 15px 30px 0 0;
}

.section-inner .content h3 {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 28px;
}

.page-id-1033 .side-by-side .content-wrap {
    width: 77% !important;
}

.page-id-1033 .side-by-side .content p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 15px;
}

#contact-form .section-inner.full-padding {
    max-width: 1080px;
}

.password-form-wrap form p {
    font-size: 16px;
}
.password-form-wrap {
    max-width: 1200px;
    margin: 49px auto;
}

.page-id-1109 h3 {
    margin-bottom: 0;
    margin-top: 50px;
}

.main-listings-page .all-listings {
	display: grid;
	flex-flow: row wrap;
	/* justify-content: space-between; */
}

.main-listings-page .listing-item {
	display: flex;
	flex-flow: column nowrap;
	min-height: unset;
	float: unset;
}

.details {
	flex: 1 1 0px;
}

.main-listings-page .listing-item .btns a {
	font-size: 12px;
}

.apfl-prmry-btn {
	color:#fff !important;
	font-size: 14px;
}

/*
#gform_wrapper_1 .gform_validation_errors {
    text-align: center;
    margin: -30px auto 50px;
    padding: 0 !important;
    display: block;
    width: 70%;
    border-radius: 30px;
}
#gform_wrapper_1 h2.gform_submission_error {
    font-size: 18px !important;
    font-family: roboto, sans-serif !important;
    padding: 0 !important;
    margin: 12px 0;
}
	*/

#page-cards .content-wrap .content p strong {
    font-weight: 500;
    letter-spacing: -0.02em;
}

.listing-filters {
    background: #f3f4ed !important;
}

.listing-item h3.address {
    font-family: roboto, sans-serif;
    font-weight: bold;
    font-size: 19px;
	margin: 2rem auto .6rem auto;
}

.listing-item .details {
	background: #f3f4ed !important;
}

.listing-item span.rent-price {
    background: #6e9f31;
	font-family: roboto, sans-serif;
    letter-spacing: 0;
}

.main-listings-page .listing-item .btns a {
    color: #fff;
    background: #6e9f31 !important;
    font-family: roboto, sans-serif;
    letter-spacing: 0 !important;
    border-radius: 20px;
}

.main-listings-page .listing-item .list-img img {
    width: auto !important;
    height: 290px !important;
    text-align: center;
    margin: 0 auto;
    display: block;
	object-fit: cover;
}

.main-listings-page div#googlemap {
    margin: 10px auto;
    height: 440px;
}

.listing-filters input[type="submit"] {
    background: #6e9f31 !important;
    border: none;
    border-radius: 20px;
    font-family: roboto, sans-serif;
    letter-spacing: 0;
    box-shadow: none;
}

.listing-sec.section_wrapper.mcb-section-inner {
    display: flex;
}

.apfl-prmry-btn {
	background: #6e9f31 !important;
	position: relative;
    top: 5px;
	letter-spacing: 0 !important;
	border-radius: 20px;
	font-family: roboto, sans-serif;
}

.main-listings-page .listing-item .btns a:nth-child(2) {
    display: none;
}

.page-id-1109 .content p {
    font-size: 15px;
    line-height: 1.8em;
}

.page-id-909 #page-cards .single-grid-block.Full.Content {
    width: 450px;
}

/*
#gform_1 #field_1_8 label.gfield_label {
    display: none;
}

#gform_1 li#field_1_8 div {
    text-align: center;
    margin: 0 auto;
}
#gform_1 li#field_1_8 {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
}
*/

.listing-sec .apfl-column .row .imgcolumn img.demo {
    height: 70px;
}

.details-right p.rent-hdng {
    color: #6e9f31;
    font-size: 32px;
    font-weight: 600;
}

.details-right #avail-txt {
    color: #6e9f31;
}

#resource-tabs {
	margin: -60px 0 0;
	
	.tab-controls {
		display: flex;
		justify-content: center;
		
		.tab-control {
			position: relative;
			font-size: 16px;
			font-weight: 600;
			text-transform: uppercase;
			text-decoration: none;
			border-radius: 30px;
			padding: 0;
			font-family: roboto, sans-serif;
			letter-spacing: 0.02em;
			background-color: #6e9f31;
			color: #FFFFFF;
			border: 0;
			margin: 0 10px;
			z-index: 2;
			transition: 0.2s;
			
			.tab-control-inner {
				position: relative;
				padding: 13px 38px;
				z-index: 2;
				border-radius: 30px;
				background: #6e9f31;
				transition: 0.2s;
			}
			
			.arrow {
				position: absolute;
				top: 34px;
				left: calc(50% - 10px);
				border: 10px solid transparent;
				border-top-color: #6e9f31;
				transition: 0.5s all;
				z-index: -1;
			}
			
			&:hover,
			&:active,
			&.active,
			&:focus {
				.tab-control-inner {
					box-shadow: inset 0 0px 0 3px #6e9f31;
					background: #FFF;
					color: #6e9f31;
				}
			}
			
			&.active {
				.tab-control-inner {
					background: #FFF;
				}
				
				.arrow {
					transform: translateY(10px);
				}
			}
		}
	}

	.tabs-lower {
		max-width: 800px;
		width: 100%;
		margin: -22px auto 0;
		background: #fff;
		padding: 20px 10px 10px;
		box-shadow: 0 2px 40px rgb(0 0 0 / 10%);
		border-radius: 10px;
		box-sizing: border-box;
		
		@media (min-width: 768px) {
			padding: 50px 40px 30px;
		}
		
		.tab-content {
			
			&.content {
				columns: 1;
				
				@media (min-width: 768px) {
					columns: 2;
				}
				
				p {
					margin: 0 0 5px;
					
					a {
						&:hover {
							color: #000;
						}
					}
				}
			}
			
			&.accordion {
				
				.accordion-item {
					position: relative;
					
					&:last-child {
						.accordion-question {
							border-bottom: 0px;
							
							&:hover,
							&:active,
							&:focus {
								border-bottom: 0px;
							}
						}
					}
					
					.accordion-question {
						position: relative;
						display: block;
						width: 100%;
						text-align: left;
						font-size: 16px;
						font-weight: 600;
						line-height: 1.3em;
						padding: 15px 60px 15px 0px;
						background: transparent;
						border: 0;
						border-bottom: 1px solid #CCC;
						border-radius: 0;
						
						@media (min-width: 768px) {
							font-size: 20px;
						}
						
						&:hover,
						&:active,
						&:focus {
							border-bottom: 1px solid #AAA;
							background: transparent;
							box-shadow: none;
						}
						
						.accordion-toggle {
							position: absolute;
							top: 12px;
							right: 4px;
							width: 16px;
							height: 16px;
							box-shadow: 2.5px 2.5px 0 #6e9f31;
							transform: rotate(45deg);
						}
					}

					.accordion-answer-height {
						position: absolute;
						width: 100%;
						padding: 30px 0 31px 0;
						font-size: 17px;
						line-height: 1.6;
						opacity: 0;
						z-index: -1;
						
						p {
							&:last-child {
								margin-bottom: 0;
							}
						}
					}
					
					.accordion-answer {
						padding: 0;
						font-size: 15px;
						line-height: 1.4;
						overflow: hidden;
						height: 0;
						opacity: 0;
						transition: 0.5s;
						
						@media (min-width: 768px) {
							font-size: 17px;
							line-height: 1.6;
						}
						
						p {
							&:last-child {
								margin-bottom: 0;
							}
						}
					}
					
					&.active {
						.accordion-question {
							.accordion-toggle {
								top: 30px;
								transform: scaleY(-1) rotate(45deg);
							}
						}
						
						.accordion-answer {
							opacity: 1;
							padding: 20px 0;
							border-bottom: 1px solid #CCC;
							height:auto !important;
						}
					}
				}
			}
		}
	}
}