/*
Theme Name: University Park Center
Theme URI: 
Author: LojoMarketing
Author URI: http://lojomarketing.com/
Description: Hi, I am the ultra minimal starter theme _tl, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */

body {
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

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


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tl_pagination und _tl_link_pages */
nav form.tl-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

/*====Site CSS
=======================*/
/*font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;*/
a{transition: all 0.4s ease-in-out;}
a:hover{text-decoration: none; transition: all 0.4s ease-in-out;}
.site-header{padding-bottom: 4px;}
.site-navigation {box-shadow: 0 0 6px #ccc;}
.site-navigation .container{padding-bottom: 0px;}
.site-navigation .navbar{margin-bottom: 0px; border: 0px; background: none;}
.site-navigation .navbar-brand{width: 112px; height: auto; padding: 0px; margin: 9px 0 6px;}
.site-navigation .navbar-brand img{max-height: 100%;}
.site-navigation .navbar-collapse.collapse{float: right;}
.login-here-btn{float: right; width: 110px; height: 36px; border: 2px solid #84c341; text-align: center; font-size: 14px; font-weight: bold; 
color: #84c341; text-align: center; line-height: 28px; margin: 12px 0 0;}
.login-here-btn:hover, .login-here-btn:focus{background: #84c341; color: #fff;} 
.site-navigation .nav > li > a { padding: 21px 15px !important; color: #525252; font-size: 16px; position: relative;}
.site-navigation .navbar-default .navbar-nav > .active > a, .site-navigation .navbar-default .navbar-nav > .active > a:focus, .site-navigation .navbar-default .navbar-nav > .active > a:hover {
    color: #84c341;
    background:none;
}
.site-navigation .navbar-default .navbar-nav > .active > a::after, .site-navigation .navbar-default .navbar-nav > .active > a:focus::after, .site-navigation .navbar-default .navbar-nav > .active > a:hover::after, .site-navigation .nav > li > a:hover::after {height: 5px; width: 100%; position: absolute; bottom: 0px; left:0px; content: ""; background:#84c341;}

.home-banner{background-size:cover !important;/* height: 720px;*/ position: relative;}
.home-middle-box-content{position: absolute; /*top: 50%;*/ top: auto; bottom:100px; left:50%; /*transform: translate(-50%,-45%);*/  transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -o-transform: translate(-50%,0%); -ms-transform: translate(-50%,0%); text-align: center; padding: 0 15px;}
.home-middle-box-content h1{font-family: 'Montserrat', sans-serif; font-size: 41px; text-transform: uppercase; font-weight: 300; color: #fff; margin-bottom: 6px;}
.home-middle-box-content p{color: #fff; font-size: 14px;}
.learn-more-btn{display: inline-block; width: 126px; height: 45px; border: 2px solid #fff; text-align: center; font-size: 14px; font-weight: bold; 
color: #fff; text-align: center; line-height: 41px; margin: 24px 0 0;}
.learn-more-btn:hover, .learn-more-btn:focus{background: #fff; color: #525252;} 
.main-content {
    min-height: 530px;
}
/*footer*/
.site-footer{
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.site-footer > .container{padding-bottom: 0px;}
body:not(.home) .site-footer {
	position: static;
	background: #525252;
}

.site-footer-nav ul li a{color: #fff;}
.site-footer-nav ul li.active a, .site-footer-nav ul li.active a:hover, .site-footer-nav ul li.active a:focus, .site-footer-nav ul li a:focus, .site-footer-nav ul li a:hover{background: none; color: #84c341;}

/*.page-link-line{text-align: right; margin-bottom: 0px; margin-top: 20px;}
.page-link-line li{display: inline-block; vertical-align: top;}
.page-link-line li.active a{background:#84c341;}
.page-link-line li a{width: 26px; height: 5px; background: #fff; display: block;}*/

.contact-heading{position: relative;}
.home-banner-slider .carousel-indicators{
	position: absolute;
	left: 50%;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: -50%;
	text-align: right;
	list-style: none;
	max-width: 1254px;
	bottom: 14px;
}
.home-banner-slider .carousel-indicators li{width: 26px; height: 5px; background: #fff; border: 0px; border-radius: 0; vertical-align: top; margin: 0px;}
.home-banner-slider .carousel-indicators li.active{background: #84c341; border: 0px; border-radius: 0;}

.contact-heading::after {
    background:#84c341;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}
.contact-footer .wpcf7-form label { 
    display: block;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact-footer .wpcf7-form-control {
    background-color: #ffff;
    border: 1px solid #bcbec0;
    color: #000;
    font-size: 14px;
    height: 36px;
    margin: 4px 0 6px;
    padding: 0 10px;
    width: 100%;
}
.contact-footer textarea.wpcf7-form-control {
    height: 80px;
}
.wpcf7-form-control.wpcf7-submit {
	font-size: 21px;
	text-transform: uppercase;
	color: #fff;
	width:141px;
	height: 49px;
	line-height: 47px;
	background: #84c341;
	transition: all 0.4s ease-in-out;
	text-align: center;
	display:block;
	border: 0px;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: #525252;
    color: #fff;
    text-decoration: none;
}
.add-phone, .add-fax, .add-email, .add-address {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
}
.add-phone a, .add-fax a, .add-email a, .add-address a {
    color: #000;
    font-size: 22px;
    font-weight: normal;
}
.phone-label, .fax-label, .email-label, .address-label {
    color: #000;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 30px;
}
.phone-label::before {
    color: #84c341;
    content: "ï„‹";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.add-address .address-label {
    float: left;
    height: 60px;
}
.fax-label::before {
    color: #84c341;
    content: "ï†¬";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.add-email::before {
    color: #84c341;
    content: "ïƒ ";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.address-label::before {
    color: #84c341;
    content: "ï€•";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.contact-map { margin: 0 0 0px;}
.page-not-found{text-align: center;}
.error-404.not-found .page-content{text-align: center; padding-bottom: 20px;}
.search-form input[type="search"].search-field{height: 34px; padding: 0 10px; border: 1px solid #000;}	
.search-submit{font-size: 16px; text-transform: uppercase; color: #fff; height: 34px; line-height: 30px; background: #84c341; transition: all 0.4s ease-in-out; text-align: center; display: inline-block; letter-spacing: 0.5px; border: 0px; border-radius: 0px;}
.search-submit:hover{transition: all 0.4s ease-in-out; background: #525252; color: #fff;}
.search-image i {
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #84c341;
    display: inline-block;
    font-size: 8em;
    margin: 4% 0;
    padding: 5%;
    text-align: center;
}
.no-results.not-found {
    text-align: center;
}
/*==sidebar start===*/
.sidebar .sidebar-padder {
    padding: 24px 0 0;
}
.widget.widget_search .search-form label {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widget.widget_search .search-form input {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 10px;
}
.widget.widget_search, .widget.widget_recent_entries, .widget.widget_recent_comments, .widget.widget_archive, .widget.widget_categories, .widget.widget_meta {
    border: 1px solid #4e4e4e;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-style: normal;
    margin: 0 0 10px;
}
.post-content {
    border: 1px solid #84c341;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 26px 0 0;
    padding: 15px 20px 0;
}
.post-content .page-title {
    font-size: 30px;
    line-height: 40px;
}
.sidebar h3 {
    background: #84c341;
    border-bottom: 1px solid #84c341;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    position: relative;
}
.sidebar .nav > li > a {
    border-bottom: 1px solid #84c341;
    color: #000;
    font-size: 18px;
}
.sidebar .nav > li:last-child a {
    border: 0 none;
}
.comment-author-link a, .comment-author-link, .recentcomments, .recentcomments a{ color: #000;}
.page-title a{color: #000;}
.page-title{
	font-family: 'Montserrat', sans-serif;
	font-size: 41px;
	text-transform: uppercase;
	font-weight: 300;
}
.entry-meta a{color: #84c341;}
.post .page-title {
    font-size: 24px;
    font-family: inherit;
	font-weight: inherit;
}
/*==sidebar end===*/

.conference-room-outer{/*padding: 24px 0;*/ padding: 0px 0 24px;} 
.conference-room-image-footer h2, .conference-room-image-footer h2 a{color: #84c341;}
.conference-room-image-info h3 a, .conference-room-image-info h4 a, .conference-room-image-info h2 a{color: #84c341;}
.conference-room-widget {
    box-shadow: 0 0 5px #ccc;
}
.conference-room-image-footer {
    padding: 0 20px 20px;
}
.conference-room-image-footer .manage-btn{display: block;}
button.manage-btn{border: 0px; float: none;}
.manage-btn{
	font-size: 21px;
	text-transform: uppercase;
	color: #fff;
	height: 49px;
	line-height: 47px;
	background: #84c341;
	transition: all 0.4s ease-in-out;
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	margin: 0px 0 0;
	/*float: right;*/
}
.manage-btn:hover {
    background: #525252;
    color: #fff;
    text-decoration: none;
}
.conference-room-outer .nav-tabs li a{color: #84c341;}
.conference-room-outer .tab-content{margin: 0 0 14px;}
.conference-room-outer .tab-content > .tab-pane.active {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 0 15px 20px;
}
.tab-pane .conference-room-image{margin: 34px 0 0;}
.conference-room-image-details{} 
.conference-room-image-details h2{/*margin-top: -4px;*/}
.mb-10{margin-bottom: 10px;}
.mt-10{margin-top: 10px;}
.conference-room-outer form strong{line-height: 34px; float: left;}
.conference-room-image-details h3{/*margin-top: -4px;*/}
.conference-room-image-details h3 a{color: #84c341;}

.conference-room-facilities{
    list-style: none;
    padding: 10px 0;
}
.conference-room-facilities li {
    padding-left: 1.3em;
    margin-bottom: 15px;
}
.conference-room-facilities li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #84c341;
}
.conference-form{padding: 15px; box-shadow: 0 0 5px #ccc;}

.about-image-row{list-style-type: none; margin: 20px 0; padding: 0px; padding: 1px 10px 10px; border: 1px solid #f2f2f2;}
.about-image-row::after, .about-image-row::before{content: ""; clear: both; display: table;}
.about-image-row li{float: left; width: 50%;}
.about-image-row li img{height: 50px;}
.normal-link{color: #84c341;}
.leasing-image{display: inline-block; margin: 10px 0 0;}

.contact-address-block {
    margin-bottom: 20px;
    padding: 10px;
    background: #f2f2f2;
}
.contact-address-block h3{margin-top: 0px;}
.contact-address-block .add-phone, .contact-address-block .add-email, .contact-address-block .add-address{margin-bottom: 0px;}
.site-logo-link{display: inline-block; margin-bottom: 10px;}
.branchContainer {
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
    padding: 15px !important;
    width: 100% !important;
    min-height: 160px;
    background-size: contain;
}
.branchLinks .map a{
    font-size: 21px;
    text-transform: uppercase;
    color: #fff !important;
    width: 180px;
    height: 49px;
    line-height: 47px;
    background: #84c341;
    transition: all 0.4s ease-in-out;
    text-align: center;
    display: block;
    border: 0px;
    margin: 20px 0 0;
}
.branchLinks .map a:hover{background: #525252;}
.branchContainer .branchTitle {
    font-size: 24px;
    font-weight: normal;
}
.branchContainer .branchAddress, .branchContainer .branchLinks{
    padding-left: 0px !important;
}
.branchRoomsContainer {
    margin-bottom: 25px;
    padding: 15px !important;
    width: 100% !important;
    background: #f2f2f2;
}

.branchRoomsContainer .branchRoom {
    width: 100% !important;
    padding: 0 0 15px !important;
    margin: 0 0 15px !important;
    border-bottom: 1px solid #dddd !important;
}
.branchRoomsContainer .branchRoom:last-child{margin: 0 0 0px !important; border-bottom: 0 !important;}
.reservelink {
    display: inline-block;
    width: 100%;
    height: 45px;
    border: 2px solid #84c341;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #84c341;
    text-align: center;
    line-height: 41px;
}
.reservelink:hover {
	background: #84c341;
	color: #fff;
}
#branch-1{color: #84c341 !important;}
#topRow .col, #botRow .col1{
	border-radius: 0 !important;
	border: thin solid #ccc !important;
}
#topRow .instructions {
    background: #eee !important;
    border: 0px !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
}
#topRow .selectedItem{padding-left: 0px !important;}
#botRow {border-spacing: 0px !important;}
#botRow .instructions{
	border-radius: 0 !important;
	border:0 !important;
}
#botRow .col2 {
    border: thin solid #ccc !important;
    border-radius: 0px !important;
}
#hoursTable tr:nth-child(1) .calCheckBox {
    border-radius: 0px 0 0 0 !important;
}
#hoursTable tr:nth-child(1) .calStatus{
    border-radius: 0px 0 0 0 !important;
}
#hoursTable tr td{padding: 8px !important; border-bottom: 1px solid #ccc !important;}
#hoursTable tr:nth-last-child(1) .calCheckBox {
    border-radius: 0 0 0 0px !important;
}
#hoursTable tr:nth-last-child(1) .calStatus {
    border-radius: 0 0 0px 0 !important;
}
#hoursForm #resetHours, #hoursForm #submitHours{
	display: inline-block;
    max-width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 0px;
    border: 2px solid #84c341;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #84c341;
    text-align: center;
    line-height: 41px;
    box-shadow: none;
    margin: 10px 0 5px;
}
#hoursForm #resetHours:hover, #hoursForm #submitHours:hover{background: #84c341; color:#fff; }

.calNav .prevMonth {
    text-align: left;
}
.calNav .nextMonth a, .calNav .prevMonth a{
	display: inline-block;
    max-width: 100%;
    height: 35px;
    padding: 0 20px;
    border-radius: 0px;
    border: 2px solid #84c341;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #84c341;
    text-align: center;
    line-height: 34px;
}
.calNav .nextMonth a:hover, .calNav .prevMonth a:hover{
	background: #84c341; color:#fff;
}
#calDisplay .calContent a, #calDisplay .calToday a{color: #000; display: block !important;}
#calDisplay .calSelectedDay {
    background-color: #84c341 !important;
    line-height: 32px;
}
#calDisplay .calSelectedDay a{color: #fff !important;}
#calDisplay .calContent, #calDisplay .calToday{ line-height: 32px;}

#calForm #submitCal, #calForm #calYear, #calForm #calMonth{
    color: #84c341 !important;
    height: 30px !important;
    margin: 1px !important;
    border: 2px solid #84c341 !important;
}
.calNav .prevMonth {padding: 10px;}
.calNav .nextMonth { padding: 10px 20px 10px 0;}
#topRow .normalItem {
    padding-left: 0px !important;
}
#topRow .itemDesc {
    padding-left: 0px !important;
}

/*========responsive CSS===================*/
@media (max-width: 1280px){
	.home-banner-slider .carousel-indicators{max-width: 1140px; bottom: 0px;}
}
@media (max-width: 1199px){
	.home-banner-slider .carousel-indicators{max-width: 970px;}
	.site-footer-nav ul li a{padding: 15px 5px;}
}
@media (max-width: 991px){
	.home-banner-slider .carousel-indicators{max-width: 750px;}
	.conference-room-image-big{margin-bottom: 14px;}
	.conference-room-outer form strong{float: none;}
	.conference-select{padding-left: 0px !important;}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.site-navigation .nav > li > a {padding: 21px 10px !important; font-size: 12px;}
}
@media (max-width: 767px){
	.site-navigation .navbar{position: relative;}
	.login-here-btn{position: absolute; top: 0px; right: 50px;}
	.navbar-toggle{margin-top: 12px; margin-right: 0px;}
	.navbar-default .navbar-toggle .icon-bar{background-color: #84c341;}
	.navbar-nav {margin: 0px -15px;}
	.site-navigation .navbar-collapse.collapse {float: none;}
	.site-navigation .nav > li > a {}
	.site-navigation .nav > li{border-bottom: 1px solid #84c341;}
	.site-navigation .navbar-default .navbar-nav > .active > a::after, .site-navigation .navbar-default .navbar-nav > .active > a:focus::after, .site-navigation .navbar-default .navbar-nav > .active > a:hover::after, .site-navigation .nav > li > a:hover::afte{content: none; color: #fff; background: #84c341;}
	.page-title{font-size: 32px;}
	.contact-heading{margin-top: 0px;}
	.home-banner-slider .carousel-indicators{text-align: center;}
	.home-middle-box-content h1{font-size: 32px;}
	.site-footer-nav .collapse {display: block; text-align: center;}
	.site-footer-nav .navbar-collapse{box-shadow: none;}
	.site-footer-nav .nav > li {display: inline-block;}
	.home-banner-slider .carousel-indicators{bottom: 40px;}
	.home-middle-box-content {top: 40%;}
	.site-navigation .nav > li > a {padding: 15px 15px !important;}
	
}
@media screen and (max-width: 767px) and (min-width: 481px) {
	.home-middle-box-content { width: 100%;}
}
@media (max-width: 525px){
	.conference-room-outer .nav-tabs>li>a {margin-right: 0px; border: 1px solid #ddd; border-bottom-color: transparent; border-radius: 0;}
	.conference-room-outer .nav-tabs>li.active>a, .conference-room-outer .nav-tabs>li.active>a:focus, .conference-room-outer .nav-tabs>li.active>a:hover{background: #eee;}
	.conference-room-outer .nav-tabs>li {float: none; margin-bottom: 0px; }
}
@media (max-width: 370px){
	.add-phone, .add-fax, .add-email, .add-address{font-size: 16px;}
	.phone-label, .fax-label, .email-label, .address-label{font-size: 16px;}
}
@media (max-width: 340px){
	.site-footer-nav ul li a {font-size: 12px;}
}

/*************** Conference Room - 04/04/2018 - Start ***************/

.page-id-67 #post-67 .instructions { height:unset; }
.page-id-67 h2, .page-id-67 .ZebraDialog, .ZebraDialogOverlay { display: none; }
.conf-login a { vertical-align: top; max-width: 200px; margin-right: 10px;}
#topRow .col:first-child .options .header, #topRow .col:first-child .instructions p{
	display: none;
}
.login-submit #wppb-submit { 
	vertical-align: top;
	max-width: 200px; 
	margin-right: 10px; 
	width: 100%;
	height: 45px;
    border: 2px solid #84c341;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #84c341;
    text-align: center;
    line-height: 41px;
    background: #fff;
}
.login-submit #wppb-submit:hover{
    background: #84c341;
    color: #fff;
}
.wppb-register-user #register {
	vertical-align: top;
	max-width: 200px; 
	margin-right: 10px; 
	width: 100%;
	height: 45px;
    border: 2px solid #84c341;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #84c341;
    text-align: center;
    line-height: 41px;
    background: #fff;
}
.wppb-register-user #register:hover{
    background: #84c341;
    color: #fff;
}
#loginform .input, .text-input {
    color: #000;
    font-size: 14px;
    height: 36px;
    margin: 4px 0 6px;
    padding: 0 10px;
    width: 100%;
}
#wppb-login-wrap.wppb-user-forms{
	max-width: 360px;
    background: #efefef;
    padding: 20px;
    box-shadow: 0 0 10px #bbb;
    margin: 80px auto;
}
#wppb-login-wrap.wppb-user-forms label{width: 100% !important; float: none !important;}
#wppb-login-wrap.wppb-user-forms input[type="text"], #wppb-login-wrap.wppb-user-forms input[type="password"]{width: 100% !important;}
#wppb-login-wrap.wppb-user-forms .login-submit #wppb-submit{max-width: 100%; text-transform: uppercase;}

.wppb-user-forms ul li::after, .wppb-user-forms ul li::before{content: ""; clear: both; display: table;}
.upc-reg{
	max-width: 480px;
    background: #efefef;
    padding: 20px;
    box-shadow: 0 0 10px #bbb;
    margin: 40px auto;
}
#wppb-register-user h4{
	border-bottom: 1px solid #555;
    padding-bottom: 5px;
    margin: 0px;
}
@media (max-width: 400px){
	#wppb-login-wrap.wppb-user-forms{margin: 30px auto;}
}
@media (min-width: 401px){
	li.wppb-form-field.wppb-send-credentials-checkbox {padding-left: 30%;}
	#wppb-register-user p.form-submit {padding-left: 30%;}
}
@media (max-width: 400px){
	#wppb-register-user input[type="text"], #wppb-register-user input[type="number"], #wppb-register-user input[type="email"], #wppb-register-user input[type="url"], #wppb-register-user input[type="password"], #wppb-register-user input[type="search"]{width: 100% !important;}
	.wppb-register-user #register{max-width: 100% !important;}
}
/*************** Conference Room - 04/04/2018 - End ***************/


#topRow .instructionsSmooth{border-radius:0 !important; border: 0 !important;}
#formRow .question{border-radius:0 !important; border: 1px solid #ccc !important;}
#formRow .formInput{border-radius:0 !important; border: 1px solid #ccc !important;}
#formRow input, #formRow textarea, #formRow file, #formRow select {
    background-color: #FFF;
    border: thin solid #ccc;
    border-radius: 0px;
    color: #000;
    margin: 0px;
    box-shadow: none;
    height: 34px;
}
#formRow textarea{width: 100%;}
#formRow input[type="radio"], #formRow input[type="checkbox"] {
    height: inherit;
}
#formRow .formDiv{box-shadow: none;}

#formRow input[type=submit]{
	font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    width: 141px;
    height: 49px;
    line-height: 47px;
    background: #84c341;
    transition: all 0.4s ease-in-out;
    text-align: center;
    display: block;
    border: 0px;
}
#formRow input[type=submit]:hover { background: #222;}

.upc-reg ul .wppb-form-field > h4 {
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
    margin: 0px;
}

/*************** Conference Room - 06/04/2018 - Start ***************/
.logOutbtn{
    background-color: #84c341;
    width: 110px; 
    height: 36px; 
    border: 2px solid #84c341; 
    text-align: center; 
    font-size: 14px; 
    font-weight: bold; 
    display: block; 
    line-height: 32px; 
    color: #fff;
}
.logOutDropdown {
    position: relative;
    float: right; 
    margin-top: 12px;
    padding-bottom: 14px;
}
.logOutDropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 158px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
    z-index: 1;
    color: #000;
    margin-top: 14px;
}
.logOutDropdown-content a {
    color: #000; 
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #848484;
}
.logOutDropdown-content a:hover {background-color: #ddd}
.logOutDropdown:hover .logOutDropdown-content {
    display: block;
}
.logOutDropdown:hover .logOutbtn {
    background-color: #fff;
    color: #84c341;
}

.header-facebook{
	float: right;
	width: 36px;
	height: 36px;
	border: 2px solid #84c341;
	background: #84c341;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 32px;
	margin: 12px 0 0 12px;
}
.header-facebook:hover, .header-facebook:focus{background: #fff; color: #84c341;}
.logOutDropdown-content ul{margin: 0px; padding: 0px; list-style-type: none;}
/*************** Conference Room - 06/04/2018 - End ***************/

/*============ 07/04/2018 - Start ***************/
html{height: 100%; }
body:not(.home){padding-bottom: 2rem; min-height:100%; position: relative;}
body:not(.home) .site-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.upc-reg .form-submit{text-align: center;}
.upc-reg .form-submit #edit_profile {
	vertical-align: top;
	max-width: 200px; 
	margin-right: 10px; 
	width: 100%;
	height: 45px;
    border: 2px solid #84c341;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #84c341;
    text-align: center;
    line-height: 41px;
    background: #fff;
}
.upc-reg .form-submit #edit_profile:hover{
    background: #84c341;
    color: #fff;
}
.no-padding{padding: 0px;}

@media (max-width: 767px){
	.site-navigation-inner .navbar-collapse{position: absolute; width: 100%; background: #fff; z-index: 2; top: 100%;}
	.site-navigation .no-padding{padding-right: 15px; padding-left: 15px;}
	.site-header{position: relative;}
	.site-navigation-two {position: absolute; right: 0px; bottom: 0px; width: 100%;  box-shadow: none;}
	.site-navigation-two .navbar-toggle{ margin-right: 170px; margin-bottom: 20px;}
	.header-facebook{position: relative;z-index: 9999;}
	.site-navigation-two .navbar-collapse.collapse{top: 93%;}
}
.blog .entry-content-thumbnail {
    float: left;
    margin: 0 20px 0 0;
}
.blog .entry-content-info {
    width: 100% !important;
}
.blog-now-btn{
	vertical-align: top;
	max-width: 200px; 
	margin-right: 10px; 
	width: 100%;
	height: 45px;
    border: 2px solid #84c341;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #84c341;
    text-align: center;
    line-height: 41px;
    background: #fff;
    display: inline-block;
}
.blog-now-btn:hover{
    background: #84c341;
    color: #fff;
}
.blog .entry-content-info .entry-meta {
    clear: none;
}
.single .entry-content .entry-content-thumbnail {
    margin-bottom: 10px;
    max-height: 500px;
    overflow: hidden;
}
.posted-on{font-size:0;}
.posted-on a {
    font-size: 20px;
    color: #84c341;
}
.single .entry-content .entry-content-thumbnail img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.blog .entry-content-thumbnail{max-width: 300px; max-height: 280px; overflow: hidden; width: 100%;}
.blog .entry-content-thumbnail img{width: 100%;}
/*============ 07/04/2018 - End ***************/

/*--------8-5-18-------------*/
.home-middle-box-content h1{text-shadow: 1px 1px 1px #000;}
.about-image-row li img {
    height: auto;
    width: auto;
    max-height: 80px;
}
.about-image-row li {
    float: none;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.about-image-row{ font-size: 0;}

.home-banner::after{
	content:"";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
}
.home-middle-box-content{z-index: 4;}

/*--------22-5-18-------------*/

#html5-watermark a {
	display: none;
}

.page-template-template-about  #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn {
	background: #84c341;
    border: 2px solid #84c341;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    text-shadow: none;
    border-radius: 0px;
    height: 48px;
}
.page-template-template-about  #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn:hover {
	background: #FFF;
	color: #84c341;
}
.about-gallery {
	padding-top:20px;
}
a.logOutbtn.upc-userlogin {
    width: auto;
    display: inline-block;
    padding: 4px 30px;
    height: auto;
    margin-right: 5px;
}

a.logOutbtn.upc-userlogin:hover{  
	background-color: #fff;
    color: #84c341;
}
a.logOutbtn.upc-userlogin:focus{  
	text-decoration: none;
}
a.logOutbtn:focus{  
	text-decoration: none;
}

/*7-5-20 start*/
.available-space-list-table {
    width: 100%;
    border: 1px solid #ccc;
}
.available-space-list-table th {
    background: #666;
    color: #EEE;
    font-weight: bold;
    padding: 8px 10px;
}
.available-space-list-table td {
    padding: 8px 10px;
}
.available-space-list-table tr{
	border-bottom: 1px solid #ccc;
}
.available-space-list-table tr:nth-child(2n) {
    background: #FFF;
}
.available-space-list-table td a {
	color: #84c341;
}
/*7-5-20 end*/

.page-template-template-leasing .inner-page-banner img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-leasing .normal-link {
    color: #006400;
    font-weight: bold;
}
.page-template-template-leasing .strong-link {font-size: 18px;}

.page-template-template-amenities .above-content .normal-link {
    color: #006400;
    font-weight: bold;
}

/*-------7-20-2020-------*/
.home-middle-box-content h1 {
    margin-top: 100px;
}
.about-image-row{
    border: 0;
}
.page-template-template-about #wonderplugingridgallery-1 .wonderplugin-gridgallery-item-text {
    padding: 0;
}
.page-template-template-about #wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title {
    display: none;
}
