/*
Theme Name: HSQ
Theme URI: http://www.cream.ie
Description: Heuston South Quarter
Author: Cream
Author URI: http://www.cream.ie
Version: 1.0

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/
@import url("lib/css/responsive.css");
@import url('lib/css/secondstyle.css');
@import url('lib/fonts/font.css');
@import url('lib/fonts/hsqicns.css');


/* GENERAL 
=======================*/
h1{
    text-transform: uppercase;
}
h1, h2{
    font-family: 'Archer light';
    font-style:   normal;
    font-weight:  200;
}
h3,h5,h6{
    font-family: 'Archer Book';
    font-style:   normal;
    font-weight:  200;
}
h4{
    font-family: 'Archer Medium';
    font-style:   normal;
    font-weight:  200;
}

h1 {
    color: #80b93f;
    font-size: 50px;
    margin-top: 0;
}
h2{
    color: #666096;
    font-size: 37px;
}
h3{
    color: #1393A5;
    font-size: 30px;
}


body {
}
.vc_row.vc_inner {
    margin: 0 auto;
}
.vc_row {
    margin: 0;
}
.page-header {
    margin: 75px 0 0;
    text-align: center;
}
.page-header h1 {
    margin-bottom: 0;
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

a{
    color: #91BE4F;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
a:hover{
    color: #759042;
    text-decoration: none;
}
input.gform_button{
 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.border-bottom-light {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.border-bottom-dark{
    border-bottom: 1px solid #818181;
    padding-bottom: 10px;
}


.grn-btn, .mc4wp-form input[type=submit] {
    background: #92BC56;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 27px;
    font-size: 1em;
    font-family: 'Archer Book';
    line-height: normal;
}
.grn-btn:hover, .mc4wp-form input[type=submit]:hover{
    background-color: #6F8733;
}
.bghtgrn-btn, input.gform_button {
    background: #61B939;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 27px;
    font-size: 1em;
    font-family: 'Archer Book';
    line-height: normal;
}
.bghtgrn-btn:hover, input.gform_button:hover{
    background-color: #309E1C;
}
.gry-btn{
    background: #6D6E71;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 27px;
    font-size: 1em;
    font-family: 'Archer Book';
    line-height: normal;
}
.gry-btn:hover{

}
.gry-btn{
    background: #DDDDDD;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 27px;
    font-size: 1em;
    font-family: 'Archer Book';
    line-height: normal;
}
.gry-btn:hover{

}
.blu-btn{
    background: #1693A5;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 27px;
    font-size: 1em;
    font-family: 'Archer Book';
    line-height: normal;
}
.blu-btn:hover{
    color: #fff;
    background: #128190;
}

.orng-btn{
    background: #FF8B00;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 27px;
    font-size: 1em;
    font-family: 'Archer Book';
    line-height: normal;
}
.orng-btn:hover{
    color: #fff;
    background: #D64B1A;
}
.orng-btn.sm {
    font-size: 13px;
    padding: 6px 14px;
}
.col-md-4 img {
  max-width: 100%;
  height: auto;
}

.form-container {
  width: 70%;
  margin: 0 auto;
}

.gform_wrapper .top_label .hide-label .gfield_label {
  display: none;
}

.gform_wrapper .hide-label span > label {
  display: none;
}

.form-container {
  margin-top: 50px;
}

.gform_wrapper .top_label .gfield_label {
  font-family: "Archer Medium";
  font-weight: normal !important;
  font-size: 18px !important;
}

/* Banner */
.hsqicon {
    font-size: 30px;
}
.hsqicon.icon-retail-tag {
    color: #666081;
    float: left;
}
.hsqicon.icon-office-tag {
    color: #FB911F;
    float: left;
}
.hsqicon.icon-residential-tag {
    color: #FF1868;
    float: left;
}
.hsqicon.icon-outdoor-tag {
    color: #1393A5;
    float: left;
}

#hsq-tag-list {
    display: table;
    margin: 0 auto;
    width: auto;
}
#hsq-tag-list .hsqicon {
    margin-left: -10px;
    position: relative;
}
#hsq-tag-list .hsqicon.icon-office-tag {
    margin-left: 0;
    z-index: 3;
}
#hsq-tag-list .hsqicon.icon-residential-tag {
    z-index: 2;
}
#hsq-tag-list .hsqicon.icon-retail-tag {
    z-index: 1;
}
#hsq-tag-list .hsqicon.icon-outdoor-tag {
    z-index: 0;
}

.hsqstyle-res{

}
.hsqstyle-res h2 {
    color: #ff1868;
}
.hsqstyle-res h3 {
    color: #6d6e71;
    margin-top: 0;
}
.hsqstyle-ofc{

}
.hsqstyle-ret{

}
.hsqstyle-out{

}

.wpb_gmaps_widget.hsq-embedmap .wpb_wrapper {
    padding: 0;
}
.allink-grn {
    font-family: "Archer medium";
    font-size: 1.15em;
    text-transform: uppercase;
}
.allink-grn:before{
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
    margin-right: 6px;
}


/* HEADER 
=======================*/
/* Top Bar */
#topnav {
    margin: 0;
}
.navbar .top-bar .nav.top-nav {
    display: table;
    float: right;
    width: auto;
}
.navbar .top-bar .nav.top-nav li {
    float: left;
}
.navbar .top-bar a {
    color: #0e0000;
    float: left;
    font-family: "Archer Medium";
    text-transform: uppercase;
}
.navbar .top-bar a:hover{
    background: none;
    color: #6B6C6E;
}

/* Main Menu */
#mainnav {
    background: none repeat scroll 0 0 rgba(102, 132, 46, 0.9);
    z-index: 99;
    margin: 0;
    width: 100%;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#mainnav.navbar.navbar.affix{
    top: 0;
}
#nav-wrapper {
    position: relative;
    z-index: 999;
}
#mainnav.navbar .main-nav .hsqnav-left a{
    text-align: center; 
}
#mainnav.navbar .main-nav .hsqnav-right a{
    text-align: center;
}
#mainnav.navbar .main-nav a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 15px;
    font-family: 'Archer Book';
    background: none;
}
#mainnav.navbar .main-nav a:hover, #mainnav.navbar .main-nav .nav .open a:focus, #mainnav.navbar .main-nav .nav .open a:active{
    background: none;
    color: #92BC56;
}
#mainnav.navbar .main-nav ul{
    width: 100%;
}
#mainnav.navbar .main-nav ul.dropdown-menu{
    background: none repeat scroll 0 0 #e1e1e1;
}
#mainnav.navbar .main-nav ul.dropdown-menu li {
    border-bottom: 1px solid #cacbcb;
    margin: 0 auto;
    width: 80%;
}
#mainnav.navbar .main-nav ul.dropdown-menu li:last-child{
    border-bottom: none;
}
#mainnav.navbar .main-nav ul.dropdown-menu li a {
    color: #91be4f;
    font-family: "Archer Medium";
    text-align: center;
}
#mainnav.navbar .nav li {
    max-height: 50px;
    text-align: center;
    width: 14%;
}
#mainnav.navbar .nav li.hsqnav-bannertag a {
    background: url("lib/img/logo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: table !important;
    height: 170px;
    position: relative;
    top: -55px;
    width: 150px;
    text-indent: -9999px;
}
#mainnav.navbar.navbar.affix .nav li.hsqnav-bannertag a{
    top: -75px
}
.navbar-toggle.collapsed {
    background: none repeat scroll 0 0 rgba(132, 161, 68, 0.45);
    border-color: #84a144;
}
.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #e4f3c4;
}
#mainnav.navbar .main-nav ul.dropdown-menu #menu-item-245 a {
    color: #D51567;
}
#mainnav.navbar .main-nav ul.dropdown-menu #menu-item-245 a:hover {
    color: #B70D46;
}
#mainnav.navbar .main-nav ul.dropdown-menu #menu-item-246 a {
    color: #FA901F;
}
#mainnav.navbar .main-nav ul.dropdown-menu #menu-item-246 a:hover {
    color: #F07019;
}
#mainnav.navbar .main-nav ul.dropdown-menu #menu-item-247 a {
    color: #666094;
}
#mainnav.navbar .main-nav ul.dropdown-menu #menu-item-247 a:hover {
    color: #454075;
}

/* FOOTER 
=======================*/
#inner-footer {
    background: none repeat scroll 0 0 #6B6C6E;
    color: #fff;
    padding: 20px 0 50px;
}
#footer-bar {
    background: none repeat scroll 0 0 #049ebd;
    color: #fff;
    padding: 13px 0;
}

#menu-footer-menu {
    list-style: none;
    padding: 0;
}
#menu-footer-menu a{
    color: #ffffff;
}

.hsqfoot-map {
    bottom: -11px;
}
.hsqfoot-map .vc_col-sm-12 {
    padding: 0;
}
.hsqfoot-map .wpb_gmaps_widget .wpb_wrapper {
    background-color: #ffffff;
    padding: 0;
}
a.footer-savills-logo {
    border: 5px solid #fff;
    display: table;
    margin-top: 15px;
}
.footer-savills-logo > img {
  width: 80px;
}

#mc4wp_email {
  color: #666;
}



/* HOME 
=======================*/
.hsqrow-slide .rev_slider {
    z-index: 0;
}

.hsqrow-res-signup .wpb_wrapper h3 {
    color: #fff;
    font-size: 2em;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
}
.hsqrow-intro h2, #hsqreg-wrap h2 {
    color: #80b43f;
    font-size: 4em;
    padding-top: .75em;
    line-height: 1.1em;
    text-transform: none;
}
.hsqrow-intro h3 {
    font-size: 1.4em;
    color: #000000;
    text-transform: none;
}

.hsqrow-intro .gform_wrapper .top_label .hide-label label, #hsqreg-wrap .gform_wrapper .top_label .hide-label label  {
    display: none;
}
.hsqrow-intro .gform_wrapper {
    margin: 1em 0 0;
}
.hsqrow-intro .gform_wrapper .ginput_complex.ginput_container span, .hsqrow-intro .gform_wrapper .user-reg-email .ginput_container input, .hsqrow-intro .gform_wrapper .gform_footer, .hsqres-login .wpb_wrapper p, #hsqreg-wrap .gform_wrapper .ginput_complex.ginput_container span, #hsqreg-wrap .gform_wrapper .user-reg-email .ginput_container input, #hsqreg-wrap .gform_wrapper .gform_footer, .hsqres-login .wpb_wrapper p {
    float: none !important;
    margin: 0 auto 5px;
    width: 90% !important;
    display: table;
}
.hsqrow-intro .gform_wrapper .ginput_complex input, .hsqrow-intro .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_first input[type="text"], .hsqrow-intro .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"], #hsqreg-wrap .gform_wrapper .ginput_complex input, #hsqreg-wrap .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_first input[type="text"], #hsqreg-wrap .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
    width: 100% !important;
}
.hsqrow-intro .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, #hsqreg-wrap .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
    display: table;
    margin-right: 5% !important;
}
.hsqrow-intro input.gform_button, #hsqreg-wrap input.gform_button{
    float: right;
}
.hsqrow-intro .gform_footer.top_label, #hsqreg-wrap .gform_footer.top_label{
    display: table;
    margin-top: 0;
    width: 100%;
}
.user-reg-email {
  clear: none !important;
  float: right;
  width: 70%;
}
.user-reg-email .medium {
  margin-right: 7.3% !important;
}
.user-reg-apt {
  float: left;
  width: 30%;
  clear: none;
}
.user-reg-apt .small {
  margin-left: 16.6%;
  width: 85% !important;
}
.wpb_wrapper .wpb_content_element.hsqres-register, .hsqres-register  {
    border-bottom: 1px solid #808184;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.hsqres-login .wpb_wrapper p, .hsqres-login p  {
    font-family: "Archer book";
    font-size: 1.3em;
}
.hsqres-login .wpb_wrapper a, .hsqres-login a {
    float: right;
    font-size: .8em;
}
.hsqres-login {
    padding-bottom: 25px;
}

.hsqrow-events{

}

.hsqrow-events .rsContent {
    position: relative;
}
#eventslide-wrap {
    background: none repeat scroll 0 0 #1393a5;
    bottom: 5%;
    margin: 0 5%;
    padding: 1% 5%;
    position: absolute;
    width: 90%;
}
#eventslide-wrap h3 {
  color: #ffffff;
  float: left;
  font-size: 40px;
  margin: 10px 0 10px;
  text-transform: uppercase;
  width: 100%;
}
#eventslide-wrap p {
    color: #fff;
    float: left;
    width: 83%;
}
#eventslide-wrap p img {
    display: none;
}
#eventslide-wrap > p > a {
  position: relative;
}
#eventslide-wrap a h4{
    margin: 0;
}
#eventslide-wrap a {
    bottom: 10px;
    color: #ffffff;
    margin: 0 0 10px !important;
    position: absolute;
    right: 0;
    width: 15%;
}
#eventslide-wrap a:hover{
    color: #B2C8DB;
}
.hsqrow-proplist h2 {
    border-bottom: 1px solid #b0afaf;
    padding-bottom: 5px;
}
.hsqrow-proplist .vc_col-sm-4 p {
    float: left;
    line-height: 29px;
    padding-left: 11px;
}
.hsqrow-proplist .vc_separator.wpb_content_element {
    margin-top: 17px;
    margin-bottom: 20px;
    width: 82%;
}
.hsqrow-proplist .vc_separator.wpb_content_element .vc_sep_line{
    border-color: #B0AFAF;
}

.hsqrow-map .mapplic-sidebar{
    margin-right: 3%;
    width: 47%;
}
.hsqrow-map{

}

#hsqmaptxt{

}
.hsqrow-map h2 {
    color: #92bc56;
    font-size: 45px;
    line-height: 49px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 60%;
}
.hsqrow-map h3 {
    color: #000000;
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase;
}
.mapplic-sidebar #hsqmaptxt, .mapplic-sidebar .mapplic-search-form, .mapplic-sidebar .mapplic-list-container {
    display: table;
    float: right !important;
    width: 80%;
    position: relative;
}
.mapplic-sidebar .mapplic-search-form {
    padding: 20px 0;
}
.hsqrow-map .mapplic-list-container {
    padding-top: 0;
}
li.mapplic-list-location span {
    display: none;
}
.hsqrow-proplist .wpb_single_image {
    margin-bottom: 13px;
    text-align: center;
}
.legend-bar {
    color: #fff;
    float: left;
    height: 30px;
    line-height: 32px;
    padding: 0 10px;
    text-transform: uppercase;
    width: 25%;
    font-size: 13px;
}
.legend-bar.ofc{
    background-color: #DD813E;
}
.legend-bar.res{
    background-color: #D11164;
}
.legend-bar.ret{
    background-color: #645F8E;
}
.legend-bar.out{
    background-color: #0082A7;
}

.keyten-intro h2 {
    font-family: "Archer Medium";
    line-height: 0.95em;
    margin: 0 0 8px;
}
/*.vc_col-sm-2.keyten-intro {
    width: 20%;
}*/
.vc_col-sm-2.keyten-blank {
    padding: 0;
    width: 0;
}
.vc_col-sm-2.keyten-aol {
    border-right: 1px solid #6d7073;
    min-height: 110px;
    padding: 0;
    width: 15%;
}
.keyten-aol img {
    max-height: 90px;
    width: auto;
}
.vc_col-sm-2.keyten-supervalu {
    border-right: 1px solid #6d7073;
    min-height: 110px;
    padding: 0 30px;
    width: 20%;
}
.keyten-supervalu img {
    padding: 10px 0;
    width: auto;
}
.vc_col-sm-2.keyten-subway {
    border-right: 1px solid #6d7073;
    min-height: 110px;
    padding: 0 30px;
    width: 20%;
}
.keyten-subway img {
    padding: 5px 0;
    width: auto;
}
.vc_col-sm-2.keyten-eircom{
    width: 20%;
    min-height: 110px;
}
.keyten-eircom img {
    margin: 10px 0;
    max-height: 85px;
    width: auto;
}

/* ESTATE MAP 
=======================*/
.hsqrow-map .mapplic-element,.hsqrow-map .mapplic-search-form,.hsqrow-map .mapplic-container, .hsqrow-map .mapplic-sidebar, .hsqrow-map .mapplic-list-container, .hsqrow-map .mapplic-list-container ol{
    background:none;
}

#hsqmap-map img{
    width: 100%;
    height: auto;
}

#hsqmap-txt {
    width: 50%;
    float: right;
    margin-right: 13%;
}


/* ESTATE MAP 
=======================*/
/* Services */
#supervalu polygon, #hsq_pharmacy polygon, #subway polygon, #unit_2 polygon, #under_offer_1 polygon, #under_offer_2 polygon, #unit_1 polygon, #unit_5 polygon {
    fill: #AEAB90;
    stroke: #6D6E71;

    -webkit-transition: fill 0.6s;
    -moz-transition: fill 0.6s;
    transition: fill 0.6s;
}
#supervalu:hover polygon, #hsq_pharmacy:hover polygon, #subway:hover polygon, #unit_2:hover polygon, #under_offer_1:hover polygon, #under_offer_2:hover polygon#unit_1:hover polygon, #unit_5:hover polygon {
    fill: #989683;    
}

/* Available Units */
#unit_7_x2F_8 polygon, #unit_6 polygon, #unit8 polygon{
    fill: #049EBD;
    stroke: #6D6E71;

    -webkit-transition: fill 0.6s;
    -moz-transition: fill 0.6s;
    transition: fill 0.6s;
}
#unit_7_x2F_8:hover polygon, #unit_6:hover polygon, #unit8:hover polygon{
    fill: #026e84;    
}
#pin15 circle, #pin16 circle {
  fill: #645f8e;
}

/* Management */
#managment_suite polygon{
    fill: #989683;
    stroke: #6D6E71;

    -webkit-transition: fill 0.6s;
    -moz-transition: fill 0.6s;
    transition: fill 0.6s;
}
#managment_suite:hover polygon{
    fill: #858373;    
}


/* Under Offer */
#unit_1b rect, #unit7 polygon, #unit_4 polygon {
  fill: #b4084e;
} {
    fill: #c8819e;

    -webkit-transition: fill 0.6s;
    -moz-transition: fill 0.6s;
    transition: fill 0.6s;
}
#unit_1b:hover rect, #unit7:hover polygon, #unit_4:hover polygon {
    fill: #b4084e;
}



/* Resident Area
=======================*/
/* Public Facing */
#hsqreg-wrap {
    background: none repeat scroll 0 0 #f0efee;
}
#hsqreg-wrap .hsqres-register h4 {
    display: table;
    margin: 20px auto;
    text-align: center;
    width: 89%;
}
.panel-title > a.hsqlogin-title {
    background: none repeat scroll 0 0 #91be4f;
    color: #ffffff;
    display: table;
    font-size: 2em;
    height: 5px;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.panel-title > a.hsqreg-title {
    background: none repeat scroll 0 0 #e23478;
    color: #fff;
    font-size: 1.5em;
    height: 50px;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: table;
}

.panel-body.hsqloginpanel  .login-tnc {
    float: left;
}
.panel-body.hsqres-register{
    border: none;
    margin: 0
}
.panel-body.hsqloginpanel {
    padding: 0;
}
.panel-body.hsqloginpanel input.btn {
    float: right;
    background: none repeat scroll 0 0 #61b939;
    border: medium none;
    color: #fff;
    font-family: "Archer Book";
    font-size: 1em;
    line-height: normal;
    padding: 7px 27px;
    text-transform: uppercase;
}

/* General */
.page-template-template-intranet-landing .container-fluid{
    padding: 0;
}
/* Banner */
.hsq-landwelc {
    background: #91BE4F;
    color: #fff;
    margin-bottom: 30px;
}
.hsq-landwelc h2{
    color: #ffffff;
}
.hsq-landwelc .hsqrolink {
    color: #e1f2c8;
    font-size: 1.15em;
    line-height: 4em;
}
.hsq-landwelc .hsqrolink:hover{
    color: #ffffff;
    text-decoration: none;
}

/* Contact Form */
.gform_wrapper .top_label .no-label label {
    display: none;
}

/* Warning */
.panel-danger .panel-heading {
    background: none repeat scroll 0 0 #EF5350;
    color: #fff;
}
.panel-danger .panel-heading .panel-title{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.panel-danger .panel-body {
    background: none repeat scroll 0 0 #FFEBEE;
    color: #F44336;
}

/* Content */
.hsqland-content {
    line-height: 1.75em;
    margin-bottom: 29px;
}

/* News */
.hsqland-news .sc-hsqnews-wrp {
    display: table;
    list-style: outside none none;
    padding: 0;
}
.sc-hsqnews-wrp .sc-hsqnews-li{

}
.sc-hsqnews-property-wrp .sc-hsqnewsloop-img {
    float: left;
    margin-right: 5%;
    max-width: 25%;
}
.sc-hsqnewsloop-img .thumbnail {
    margin-bottom: 0;
}
.sc-hsqnews-property-wrp .sc-hsqnewsloop-desc{
    float: left;
    max-width: 70%;
}
.sc-hsqnewsloop-title h4 {
    color: #759042;
    font-size: 20px;
    margin-bottom: 4px;
}
.cpbtn-grn.sm {
    background: none repeat scroll 0 0 #91be4f;
    color: #ffffff;
    float: left;
    padding: 1px 16px;
}
.cpbtn-grn.sm:hover{
    background: none repeat scroll 0 0 #759042;
    text-decoration: none;
}
.sc-hsqnews-wrp .sc-hsqnews-li {
    border-top: 1px solid #dddddd;
    display: table;
    padding: 15px 0;
}
/* Contacts */
.hsqland-contact .list-group-item{
    display: table;
    width: 100%;
}
.contact-dets {
    float: left;
    width: 55%;
}
.contact-dets small {
    color: #759042;
}
.contact-meta{
    float: left;
    width: 45%;
}
.contact-meta .condiv {
    border-bottom: 1px solid #eee;
    margin-bottom: 4px;
    padding-bottom: 5px;
    width: 100%;
}


/* AMENITIES
=======================*/
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {

    padding: 0 0 0 90px !important;
}


.wpb_tour.wpb_content_element {
    margin: 0 auto;
    margin-top: 35px;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active.ui-state-active, .wpb_tour .wpb_tabs_nav li.ui-state-default.ui-state-hover {
    background: none;
}
.wpb_tour .wpb_tabs_nav a.ui-tabs-anchor {
    background: none;
    color: #6d6e72;
    font-family: "Archer Book";
    font-size: 19px;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active.ui-state-active .ui-tabs-anchor,.wpb_tour .wpb_tabs_nav a.ui-tabs-anchor:hover{
    background: none;
  font-family: 'Archer Semibold';
  color: #1F191A;
}
.wpb_tour .wpb_tabs_nav li.ui-state-default {
    border-bottom: 1px solid #6D6E72;
}
.wpb_tour .wpb_tabs_nav li.ui-state-default:last-child {
    border-bottom: none;
}
.wpb_tour .wpb_tour_next_prev_nav{
    display: none;
}
.wpb_tour .blu-btn {
    margin-top: 23px;
    display: table;
}


/* LIVING
=======================*/
/* General */
#content .vc_row .hsq-living-wrap .wpb_wrapper h3 {
    color: #ff1868;
    margin-bottom: 16px;
    text-transform: uppercase;
}


/* Tabs */
.wpb_tabs .wpb_tabs_nav.ui-tabs-nav {
    border-bottom: 2px solid #FF1868;
}
.wpb_tabs .wpb_tabs_nav.ui-tabs-nav li {
    width: 33%;
    text-align: center;
}
.wpb_tabs .wpb_tabs_nav.ui-tabs-nav li:nth-child(2) a {
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}
.wpb_tabs .wpb_tabs_nav.ui-tabs-nav li a.ui-tabs-anchor {
    padding: 0 1em;
    margin: 0.5em 0;
}
.wpb_tabs .wpb_tabs_nav a.ui-tabs-anchor {
    background: none;
    color: #6d6e72;
    font-family: "Archer Book";
    font-size: 25px;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active.ui-state-active .ui-tabs-anchor,.wpb_tabs .wpb_tabs_nav a.ui-tabs-anchor:hover{
    background: none;
  font-family: 'Archer Semibold';
  color: #1F191A;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active.ui-state-active, .wpb_tabs .wpb_tabs_nav li.ui-state-default.ui-state-hover {
    background: none;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active.ui-state-active:after{

}
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* Form */
.hsq-living-wrap .gform_wrapper, .single-listing .gform_wrapper {
    background: none repeat scroll 0 0 #d9d9da;
    padding: 7px 13px;
}
.hsq-living-wrap .gform_wrapper form, .single-listing .gform_wrapper form {
    margin: 0;
}
#content .vc_row .hsq-living-wrap .gform_wrapper .gform_title, .single-listing .gform_wrapper .gform_title {
    color: #231f20;
    font-size: 1.7em;
    font-weight: normal;
    margin: 0.15em 0 0.2em;
    text-transform: uppercase;
}
.hsq-living-wrap .gform_wrapper .gform_footer.top_label, .single-listing .gform_wrapper .gform_footer.top_label {
    text-align: right;
    margin: 0;
}
.hsq-living-wrap .gform_wrapper .top_label input.medium, .hsq-living-wrap .gform_wrapper .top_label textarea.medium, .single-listing .gform_wrapper .top_label input.medium, .single-listing .gform_wrapper .top_label textarea.medium{
    width: 100%;
    border: none;
    padding: 10px;
    background: #B4B5B6;
    font-weight: bold;
}


/* RETAIL
=======================*/
.hsqret-opp h2 {
    color: #61b939;
    text-transform: uppercase;
}
.hsqret-opp h3 {
    color: #000;
    font-family: "Archer Medium";
    font-size: 37px;
    margin: 0 0 10px;
}
.hsqret-opp h4 {
    font-size: 23px;
    margin-bottom: 0;
}
.hsqretail-dets .wpb_wrapper {
    display: table;
    margin: 0 auto;
    width: 80%;
}
.hsqretail-dets {
    margin-bottom: 10px;
}
.hsqretail-dets .col-md-6 > h2 {
    margin: 0;
}
.hsqret-stats .hsqretail-dets {
    margin-bottom: 10px;
}
.hsqret-stats h2 {
    float: left;
    font-family: "Archer Medium";
    font-size: 50px;
}
.hsqret-stats .small h2 {
    font-family: "Archer light";
    font-size: 20px;
    line-height: 3.4;
    margin-top: 20px;
}
.hsqretail-dets .col-md-6{
    text-align: right;
}
.hsqretail-dets .col-md-6 h2 {
    float: right;
}
.hsqretail-dets .col-md-6.dets-label {
    padding: 0;
    text-align: left;
}
.hsqretail-dets .col-md-6.dets-label h4 {
    margin: 0;
    text-transform: uppercase;
}
.col-md-6.dets-label.singl-line {
    padding: 25px 0 0;
}
.hsqret-stats .hsq-brochure-dwnld {
    margin: 40px 0;
}
.hsqret-stats .hsq-brochure-dwnld img {
    display: table;
    margin: 0 auto;
    width: 80%;
}
.hsqret-opp .wpb_single_image {
    padding-bottom: 25px;
}
.hsqret-stats .purphead {
    color: #666096;
    text-transform: uppercase;
}
.hsq-contactwrap {
    margin-bottom: 15px;
}
.hsq-contactwrap img {
    height: auto;
    max-width: 100px;
}
.hsqofc-stats .orng-btn{

}

/* OFFICE
=======================*/
.hsqofc-row h1{
}
.hsqofc-row h2{
    color: #FF8B00;
    text-transform: uppercase;
}
.hsqofc-row h3{
    color: #FF8B00;
    text-transform: uppercase;
}
.hsqofc-row h4{
    color: #FF8B00;
    text-transform: uppercase;
}
.hsqofc-keyten .wpb_wrapper {
    margin: 0 auto;
    max-width: 180px;
}
.hsqofc-stats.vc_col-sm-4 {
    padding: 0 35px;
}
.hsqofc-stats.vc_col-sm-4 h3{
    text-align: center;
}
.hsqofc-stats.vc_col-sm-4 .wpb_single_image img {
    width: 75%;
}

.border-bottom-light.hsqofc-row {
    margin-bottom: 30px;
    padding-bottom: 25px;
}


/* EVENTS
=======================*/
/* EVENTS LOOP */
.eventlist-wrap {
    border-bottom: 1px solid #efefef;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.eventlist-wrap .event-image {
    float: left;
    margin-right: 20px;
    vertical-align: middle;
}

.eventlist-wrap .event-info {
    vertical-align: middle;
}
.eventlist-wrap .event-meta {
    color: #759042;
    display: table;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 2px;
}
.eventlist-wrap .event-meta > a {
    font-family: "Archer medium";
    font-size: 25px;
    color: #000000;
}
.eventlist-wrap .event-excerpt {
    margin-bottom: 5px;
}



/* EVENTS SINGLE */
.single-event .page-header {
    margin-bottom: 35px;
}
#eventsingle-wrap {
    margin-bottom: 50px;
}
#eventsingle-wrap .featured{
    width: 100%;
}
#eventsingle-wrap .featured > img {
    display: table;
    margin: 0 auto;
    max-width: 790px;
    width: 100%;
}



/* LISTINGS
=======================*/
/* LISTING LOOP */


/* LISTING SINGLE */
.page-subheader h2 {
    color: #ff8b00;
    text-transform: uppercase;
    text-align: center;
}
.single-listing h3 {
    color: #ff8b00;
    font-size: 1.5em;
    margin: 10px 0;
    text-transform: uppercase;
}
.hsqlst-title > h3 {
    margin: 10px 0 20px;
}
.keyfact-propmeta > h4 {
    margin: 5px 0 0;
}
.hsqlst-type {
    display: table;
    width: 100%;
}
.hsqlst-sidebar .listing-contactinfo {
    margin-bottom: 11px;
}
.hsqlst-sidebar .gform_wrapper {
    margin-top: 40px;
}
.hsqlistatch-wrp {
    display: table;
    width: 100%;
}
.hsqlistatch-wrp h3 {
    margin-top: 25px;
    padding-bottom: 5px;
}
.hsqlistatch-wrp ul {
    list-style: outside none none;
    padding: 0;
}
.hsqlistatch-wrp li {
    display: table;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.hsqlistatch-wrp li:nth-child(2n+1) {
}
.hsqlistatch-wrp li:nth-child(2n) {
}
.hsqlistatch-wrp .list-group-item {
    display: table;
    width: 100%;
}
.hsqlistatch-wrp .media-body {
    float: left;
}
.hsqlistatch-wrp .pull-left {
    margin-right: 15px;
}
.hsqlistatch-wrp .pull-left img {
    height: 30px;
    width: auto;
}
.hsqlistatch-wrp .badge {
    background: none repeat scroll 0 0 #91BE4F;
    font-size: 11px;
    font-weight: normal;
}
.hsqlistatch-wrp .badge.cpatch-dwn {
}
.hsqlistatch-wrp h4.list-group-item-heading {
    font-size: 1.15em;
    line-height: 19px;
    margin-bottom: 0.15em;
}
.hsqlistatch-wrp .cpatch-dwn {
    bottom: 10px;
    color: #91BE4F;
    position: absolute;
    right: 13px;
}


/* LISTING SHORTCODE */
.hsqlstsc-wrp {
    background: none repeat scroll 0 0 #fff9f2;
    margin-bottom: 50px;
}
.hsqlstsc-wrp h3{
    background: none repeat scroll 0 0 #ff8b00;
    color: #fff;
    font-size: 1.45em;
    padding: 13px 0 5px;
    margin-bottom: 0;
    text-align: center;
}
ul.sc-hsqlist-wrp {
    list-style: outside none none;
    padding: 0;
}
.sc-hsqlist-li {
    display: table;
    width: 100%;
}
.sc-hsqlistloop-link {
    display: table;
    float: right;
    margin-top: -1px;
}
.sc-hsqlistloop-img {
    float: left;
    height: auto;
    width: 100%;
}
.sc-hsqlistloop-img img {
    height: auto;
    width: 100%;
}
.sc-hsqlistloop-desc {
    display: table;
    height: auto;
    padding: 10px 10px 20px;
    width: 100%;
}
.sc-hsqlistloop-title h4 {
    color: #333;
    font-size: 1.05em;
    margin: 0;
}
.sc-hsqlist-property-wrp {
    display: table;
}
.sc-hsqlistloop-meta {
    float: left;
    color: #888;
}

/* CONTACT
=======================*/

.emergency h4.head {
  background-color: #e23478;
  color: #ffffff;
  padding: 8px 0;
  margin-bottom: 15px;
}
.emergency {
  background-color: #F0EFEE;
  padding-bottom: 20px;
}
.emergency .wpb_wrapper h4:last-of-type {
  border-top: 1px solid #808184;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.emergency .wpb_wrapper > p {
  font-size: 16px;
}
.emergency.management h4.head {
  margin: 0 0 10px 0;
  border-top: 0;
}
