/***********************************
        TABLE OF CONTENTS

1. Global Variables
    A. Colors

2. Global Styles
    A. Typeography
    B. Layout
        a. Navigtion
            - Desktop Navigation
            - Mobile Navigation
        b. Forms
    C. Elements
        a. Buttons
    D. Animations    

3. Individual Styles
    a. Hero Image

4. Media Queries
    A. Laptop
    B. Tablet
    C. Mobile

***********************************/
.gallery-thumbs > span > div {

    width: 33%;
    display: inline-block;
    padding: 5px;

}
@font-face{
    font-family:"Alegreya";
    src:url("//cdn2.hubspot.net/hubfs/97965/Alegreya-Regular.otf");
}

@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700italic,700);

@import url(http://fonts.googleapis.com/css?family=Martel+Sans:300,400,600,700);

.social-icon-white{
    font-size:20px;
    color:#fff;
}

.social-icon-white:hover{
    color:;
    text-decoration:none;
}

.social-icon-blue{
    font-size:20px;
    color:#2696a1 !important;
}

/*************

    GLOBAL VARIABLES

*************/

/** colors  **/








.orange{
   background:#fe7702 !important;
   color:#fff !important;
}


/*************

    GLOBAL Styles

*************/

/** typeography **/

body{
    color:#666;
    line-height:2;
    font-family: 'Martel Sans', sans-serif;
    font-weight:300;
}

a:hover{
    text-decoration:none;
}

p{
    color:#666;
    line-height:2;
    font-family: 'Martel Sans', sans-serif;
    font-weight:300;
}

h1,h2{
    font-family:Alegreya;
}



.view-all-link{
    font-size:18px;
    color:#2697a1;
    float:right;
    margin-bottom:20px;
}

.view-all-link:hover{
    text-decoration:none;
}

.lora-text{
    /*font-family: 'Lora', serif; */
   font-size:14px;
}

.really-strong{
    text-transform:uppercase;
    font-size:18px;
}


/** layout **/

html, body{
    overflow-x:hidden;
}

.card{
    max-width:400px;
}

.large-card{
    max-width:none;
}

.container-fluid{
    padding:0px;
}

.crossings-hero-image img{
    margin-top:-450px;
    z-index:-50;
    width:100% !important;
}

.crossings-left-text{
    padding:0px 50px;
}


/* navigation */

#header-social{
    background-color:#fbfaf5;
    margin-right:250px;
}

#header-social a{
    color:#2696a1;
    float:right;
    padding:3px 5px 3px 5px;
    transition:.5s;
}

#header-social a:hover{
    transition:.5s;
    color:#fe7702;
}

#top {
    margin-top: unset!important;
}

@media(min-width: 768px) and (max-width: 1024px) {
    /*tablet*/
    #about-block {
        padding: 0!important;
    }
}


.mobile-only .hidden-communities {
    border-bottom: 3px solid whitesmoke;
    height: 70px;
    background: #fdfdfd;
}

.header-logo img{
    display:table;
    margin:0 auto;
}

#header-contact{
    padding:25px 20px;
    max-width:700px;
    line-height: 1.4;
}

#header-contact p{
    margin-bottom:0px;
}

#header-location{
    width:49%;
    float:left;
    padding:20px;
    line-height: 1.4;
    font-family:Roboto !important;
}

#header-location .right-half{
    padding-top:7px;
    padding-right:30px;
}

#header-phone{
    width:49%;
    float:right;
    padding:20px;
}



#header-phone a{
    color:rgb(102, 102, 102);
}


/* fix ready chat form white background */
#ReadyChat_P form{ background:transparent }


/*
    Desktop Navigation
*/

#hs_menu_wrapper_my_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    max-width:none;
}

#hs_menu_wrapper_my_menu .hs-menu-children-wrapper li a:hover{
    background-color:#228992 !important;
}

#hs_menu_wrapper_my_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    width:250px;
}

.hs-item-has-children a:after{
    color: #fff;
    content: ' ▾';
}

#hs_menu_wrapper_mobile_menu .hs-item-has-children a:after{
    color: #666;
    content: ' ▾';
}

.hs-menu-children-wrapper a:after{
    content: '';
}

#hs_menu_wrapper_mobile_menu .hs-menu-children-wrapper a:after{
    content: '';
}

#hs_menu_wrapper_my_menu{
    background-color:#2696a1;
    height:48px;
    -webkit-animation: slideUp 0.7s;
    -moz-animation: slideUp 0.7s;
    animation: slideUp 0.7s;
}

#hs_menu_wrapper_my_menu ul li:hover{
    background-color:#228992;
}

#hs_menu_wrapper_my_menu ul li a{
    color:#ffffff;
    font-size:15px;
    vertical-align: text-top;
}

#hs_menu_wrapper_my_menu .hs-menu-children-wrapper li a{
    background-color:#2696a1;
    color:#ffffff;
}

#hs_menu_wrapper_my_menu ul li{
    display:inline-block;
}

#hs_menu_wrapper_my_menu ul ul{
    display:none;
    position:absolute;
    left:0px !important;
    z-index:10000;
}

.hs-item-has-children:hover > ul{
     display:inherit !important;
}

/*
    Mobile Navigation
*/

.overlay{
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:1000000;
}

#hs_menu_wrapper_mobile_menu{
    background:#fff;
    position:relative;
    width:100%;
    z-index:10000;
    display:none;
    right: 0px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26);
    margin-top:-30px;
    margin-bottom:30px;
}

#hs_menu_wrapper_mobile_menu ul{
    padding-left:10px;
}

#hs_menu_wrapper_mobile_menu li{
    clear:both;
    list-style-type:none;
}

#hs_menu_wrapper_mobile_menu .hs-menu-children-wrapper li{
    padding-left:10px;
}

#hs_menu_wrapper_mobile_menu li a{
    color:rgb(102, 102, 102);
    font-family:'roboto';
    text-transform:uppercase;
    padding:10px 0px;
    font-size:16px;
}

#hs_menu_wrapper_mobile_menu li a:hover{
    text-decoration:none;
}

#hs_menu_wrapper_mobile_menu .hs-menu-children-wrapper li a{
    color:rgb(102, 102, 102);
    font-family:'roboto';
    text-transform:uppercase;
    padding:10px 0px;
}

#hs_menu_wrapper_mobile_menu .hs-menu-children-wrapper li a:hover{
    text-decoration:none;
}

#menu-toggle{
    font-size:34px;
    color:#228992;
    padding:10px 10px;
    float:right;
}

#menu-toggle:hover{
    text-decoration:none;
    cursor:pointer;
}

#about-block{
    background-color:#fbfaf5 !important;
    padding:0px 100px;
}

#nav-icon1 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 20px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float:right;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background:#2696a1;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 .open{
    background:#fff;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
  margin-top:-7px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
  margin-top:-13px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  color:#2696a1;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  margin-top:0px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top:0px;
}

/* popup styles */

//.popup-container{display:none!important}



        .popup-container[data-id="popup-container2"]{
        	height:1000px;
			width:100%;
			background:rgba(0,0,0,.7);
			z-index: 1000;
			position:fixed;
			top:0px;
			color:white;
			display:none;
		}

        .popup-container{
    		height:1000px;
			width:100%;
			background:rgba(0,0,0,.7);
			z-index: 1000;
			position:fixed;
			top:0px;
			color:white;
			display:none;
		}

		#popup{
			height:600px;
			width:850px;
			margin:100px auto;
			background: white;
			border-radius: 5px;
			z-index: 1001;
			max-width: 90%;
            background-image:url(//cdn2.hubspot.net/hubfs/97965/home_popup.jpg);
            background-size:cover;
            background-position:30%;
		}
        
        #popup form{
            padding:0px !important;
            background:none;
            color:#2697a1 !important;
        }

		#popup-close{
			float:right;
			color:#2f2f2f;
			cursor: pointer;
			font-size: 18px;
		}

		.popup-left img{
			max-width: 50%;
		}

		.popup-right{
			max-width: 60%;
			float:right;
		}

		.popup-right h3{
			color:#2696a1;
			font-family: sans-serif;
			text-align: center;
			padding-top: 30px;
            font-size:28px;
            font-weight:bold;
		}

		.popup-right h4{
			color:#2696a1;
			font-family: sans-serif;
			font-weight: lighter;
			text-align: center;
		}

		.popup-right .fa-comments{
			color:#2696a1;
			padding-right: 20px;
			float:left;
		}

		.popup-right .fa-home{
			color:#2696a1;
			padding-right: 20px;
			float:left;
		}

		.popup-right .fa-ticket{
			color:#2696a1;
			padding-right: 20px;
			float:left;
		}

		.popup-right p{
			color:#666;
			padding-left: 10px;
			padding-top: 10px;
			font-size: 13px;
		}

/* home page */

#amentities-homepage-block{
    width:100%;
}

#amentities_left{
    width:49%;
    float:left;
}

#amentities_left img{
    max-width:350px;
    display:table;
    margin:125px auto 0px auto;
}

#amentities_right{
    width:49%;
    float:right;
    padding:30px;
}

#amentities_right h2{
    
}

#amentities_right h2, #amentities_right p{
    color:#fff;
}

#amentities_right h2{
    -webkit-border-image: url(//cdn2.hubspot.net/hubfs/97965/whiteBorder.png) 30 stretch; /* Safari 3.1-5 */
    -o-border-image: url(//cdn2.hubspot.net/hubfs/97965/whiteBorder.png) 30 stretch; /* Opera 11-12.1 */
    border-image: url(//cdn2.hubspot.net/hubfs/97965/whiteBorder.png) 30 stretch;
    border-left:none;
    border-right:none;
    border-top:none;
    border-image-width: 0 0 4px 0;
    border-image-repeat: stretch;
    -webkit-border-image-width: 0 0 4px 0;
    -webkit-border-image-repeat: stretch;
    padding-bottom:10px;
    width:260px;
}

#amentities_right p{
    max-width:500px;
}

#amentities_images{
    margin-top:40px;
    margin-bottom:40px;
}

#amentities_images div{
    width:49%;
    display:inline-block;
    padding:20px;
}

#amentities_images h4{
    display:inline-block;
    color:#fff;
    padding-left:10px;
    font-size:20px;
}

.amenity-chevron{
    color:#2696a1;
}

.crossings-featued-home{
    width:32.333%;
    display:inline-block;
    padding:20px;
}

.card-content .btn{
    margin-bottom:20px;
}

.featured-home-address{
    color:#2697a1;
    font-weight:bold;
}

.featured-home-neighborhood{
    color:#2697a1;
    font-family:Roboto;
    margin-top:-20px;
}

#featured-homes-block{
    padding:0px 100px;
}

#featured-homes-head p{
    text-align:right;
    margin-top:-50px;
}

.crossings-featued-home a{
    color:rgb(102, 102, 102);
}

.crossings-featued-home a:hover{
    text-decoration:none;
}

/* gallery page */

#gallery-about{
    max-width:1170px;
    margin:0 auto;
}

.full-width-image-and-form{
    height:400px;
}

.full-width-image-and-form{
    text-align:center;
}

.full-width-image-and-form h2{
    color:#fff;
    padding-top:60px;
}

.full-width-image-and-form h5{
    color:#fff;
}

.full-width-image-and-form form{
    background:rgba(0,0,0,0.0);
    max-width:1000px;
    margin:0 auto;
}

.full-width-image-and-form label{
    display:none;
}

.full-width-image-and-form .hs-error-msgs{
    display:inline !important;
}

.form-columns-2 {
    max-width: 70% !important;
}
.form-columns-2 input {
    width: 100%;
    
}
.full-width-image-and-form .hs_submit {
    max-width: 30%;
    display: block;
    width: 30%;
    float: right;
}
.full-width-image-and-form .hs_submit input {
    width: 100%;
}
.full-width-image-and-form input[type='email'], .full-width-image-and-form input[type='text'] {
    width:90% !important;
}

.full-width-image-and-form input[type="submit"]{
        float: right;
        margin-top: -40px !important;
        margin-right: -60px !important;
}



/* individual galleries */

#the-gallery{
    max-width:1170px;
    margin:0 auto;
}

#gallery .hs_cos_wrapper_type_custom_widget{
    float:left;
    width: 24%;
    padding: 0 1.636363636364% 0 0;
    margin: 0 0 40px 0px;
}

#gallery{
    padding-left:20px;
}

.gallery-photo img{
    width:100%;
    height:152px;
}

.gallery-photo{
    transition:.5s;
}

.gallery-photo:hover{
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26);
    transition:.5s;
}

/* blog */

.main-blog-section{
   padding:20px 50px;
}

.widget-type-form{
    background:none;
}

.blog-post{
    display:inline-block;
    margin:0 auto;
    max-width:400px;
    margin:.5rem 0 1rem 15px;
}

.blog-comment-count{
    font-size:11px;
}

.post-listing .card{
    margin:.5rem 0 1rem 20px;
    max-width:45%;
}

.post-listing .card .card-image img{
    max-width:400px;
    max-height:246px;
}

.post-listing .card h4{
    font-size:22px;
}

.post-listing .card .card-action a{
    color:#2696a1;
    font-size:16px;
}

.post-listing .card .card-action a:hover{
    text-decoration:none;
}

.blog-post-wrapper{
    background:#fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.post-body{
    padding-top:0px;
}

.post-body img:first-of-type{
    width:100%;
}

.post-body p:not(:first-child){
    padding: 0px 20px;
}

.the-crossings-recent-posts li{
    max-width:33%;
    display:inline-block;
    padding:10px;
}

.the-crossings-recent-posts li a{
    color:black;
    font-size:18px;
}

#comment-form{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.hs_website{
    display:none;
}

.post-listing .card .card-content{
    height:190px;
    overflow:hidden;
}

/* community page */

.community-content{
    background:#fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    padding:20px;
    margin-right:20px;
}

.card-reveal h3{
    color:#2696a1;
}

.builder-detail{
    background:#fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    height:550px;
    margin:30px 0px;
}

.builder-detail li{
    list-style-type: disc;
    margin-left:20px;
}

.builder-detail-name{
    Font-size:26px;
}

.builder-detail-header{
    padding:10px;
}

.builder-detail-header a{
    background:#2696a1;
    color:#fff;
}

.builder-features{
    max-width:45%;
    float:left;
}

.builder-image{
    
}

.builder-image img{
    max-width:100%;
}

/* interior page */

.interior-content{
    background:#fff;
    padding:20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    margin-right:20px;
}

/* homes page */

.home-listing-info{
    color:#f2f2f2 !mportant;
    font-family: 'Lora', serif;
}

.home-listing{
    max-width:49%;
}

.crossings-featued-home-filler{
    width:49%;
    display:inline-block;
    padding:20px;
}

.the-crossings-recent-posts img{
        clear:both;
        width:100%;
        height:150px;
}
/* Slideshow version of this module */

/*
#crossingsSS .slick-prev, #crossingsSS .slick-next {
    position: absolute;
    top: -4%;
    color: #2697a1;
    cursor: pointer;
}
#crossingsSS .slick-prev {
    right: 12em;
}
#crossingsSS .slick-next {
    right: 7em;
}
*/

#crossingsSS, #quick-move-header {
    padding: 0 6em;
}

#crossingsSS .crossings-featued-home-filler{
    width:33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 769px) and (min-width: 415px) {
    #crossingsSS .crossings-featued-home-filler{
        width:50%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 480px) {
    #crossingsSS .crossings-featued-home-filler{
        width:100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .snek-1, .snek-2, .snek-3, .snek-4 {
        min-height: 302px !important;
        width: 50%!important;
        display: block;
        float: left;
    }
}



.hm-listing-wrap .crossings-featued-home-filler {
    width: 100%;
    display: inline-block;
    padding: 0px;
}
.hm-listing-wrap .hs_cos_wrapper_widget{width: 49%;
    display: inline-block;
    padding: 20px;
}

.qk-mv-wrap .crossings-featued-home-filler {
    width: 100%;
    display: inline-block;
    padding: 0px;
}
.qk-mv-wrap .hs_cos_wrapper_widget{width: 49%;
    display: inline-block;
    padding: 20px;
}

@media (max-width: 800px){
    .hm-listing-wrap .hs_cos_wrapper_widget{ width: 100%; }
    .qk-mv-wrap .hs_cos_wrapper_widget{ width: 100%; }    
}




/* individual homes*/

.the-crossings-individual-home-heading{
    font-size:32px;
    color:#fff;
    text-shadow: 1px 1px #000;
    font-weight:bold;
}

.the-crossings-individual-home-heading-2{
    font-size:28px;
    color:#fff;
    font-weight:300;
    text-shadow: 1px 1px #000;
}

.the-crossings-individual-home-price{
    font-size:28px;
    color:#fff;
    float:right;
    margin-top:18px;
    text-shadow: 1px 1px #000;
}

.the-crossings-individual-home-header{
    position:relative;
    padding:60px;
    margin-top:-260px;
}

.the-crossings-home-floorplan{
    
}

.the-crossings-home-floorplan p{
    color:#2696a1;
    text-transform:uppercase;
    font-size:14px;
}

.the-crossings-home-floorplan img{
    width:100%;
    height:100%;
    padding:30px;
}

.the-crossings-home-floorplan .fa-download{
    float: right;
    margin-top: -40px;
    padding: 10px;
    color:#2696a1;
}

.the-crossings-individual-home-map p{
    color:#2696a1;
    text-transform:uppercase;
    font-size:14px;
}

.contact-link {
    display: block;
    color: #666
}

.contact-link:hover {
    color: #2696a1;
    text-decoration: none
}



.footer-container-wrapper{
    border-top:7px solid #2696a1;
}

.footer-main-group{
    max-width:1170px;
    margin:0 auto;
}

.footer-header{
    text-transform:uppercase;
    color:#2696a1;
    font-size:20px;
    font-weight:bold;
}

.footer-nav-link{
    display:block;
    color:rgb(102,102,102);
    padding:5px 0px;
}

.footer-nav-link:hover{
    color:#2696a1;
    text-decoration:none;
}

.footer-contact-link{
    display:block;
    color:rgb(102,102,102);
}

.footer-contact-link:hover{
    color:#2696a1;
    text-decoration:none;
}

.footer-posts ul li::after{
    content:"___________________________________________";
    color:#e4e4e4;
}

.footer-posts ul li a{
    text-transform:uppercase;
    color:#2696a1;
    font-size:16px;
    font-weight:bold;
    line-height:1;
}

.footer-copyrights{
    background:#2696a1;
    margin-bottom:0px;
}

.footer-copyrights h5{
    color:#fff;
    font-style:italic;
}

.footer-copyrights p{
    color:white;
    font-weight:bold;
    margin:0px;
}

.footer-copyrights ul{
    list-style-type:none;
    margin:0px;
}

.footer-copyrights ul li{
    display:inline-block;
}

.footer-copyrights ul li a{
    color:white;
}

.footer-social{
    padding:0px 10px;
}

.footer-social:hover{
    color:#fe7702;
    text-decoration:none;
}

.mobile-footer{
    border-top:5px solid #2696a1;
}

.footer-info-button{
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.footer-info-button a, .footer-info-button h4, .footer-info-button span{
    color:#2696a1;
    text-align:center;
    text-decoration:none;
}

.footer-info-text{
    text-align:center;
    display:none;
}

.footer-info-text a{
    color:rgb(102, 102, 102);
}

/* forms */

form{
    background:white;
    padding:30px !important;
}

input[type='text'],
input[type='tel'],
input[type='email']{
    //border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    //border-bottom: 1px solid #eee !important;
    padding:5px !important;
    transition:.1s;
    margin-top: 0px !important;
    width: 95% !important;
    border: 1px solid #ccc;
    font-size:16px;
}

.blue-form input[type='text'],
.blue-form input[type='tel'],
.blue-form input[type='email']{
    border:0;
}

  div.blue-form .submitted-message {
    padding: 1.5em !important;
    background: #03969e !important;
    color: #FFF !important;
  }  

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus{
    transition:.1s;
    border-bottom: 2px solid #2697a1 !important;
}

input[type='submit']{
    display: table !important;
    position: relative;
    margin:10px auto 0px auto !important;
    padding:5px 30px !important;
    border-radius: 0px !important;
    border:none !important;
    font-size: 0.9em;
    background-color: #fe7702 !important;
    background:#fe7702 !important;
    color: #fff;
    background-image:none !important;
    text-shadow:none !important;
    font-size:18px !important;
    font-weight:400 !important;
    transition:.4s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
    text-transform:uppercase;
}

input[type='submit']:hover{
    transition:.4s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.hs-button{
    display: table !important;
    position: relative;
    margin:10px auto 0px auto !important;
    padding:5px 30px !important;
    border-radius: 0px !important;
    border:none !important;
    font-size: 0.9em;
    background-color: #fe7702 !important;
    background:#fe7702 !important;
    color: #fff;
    background-image:none !important;
    text-shadow:none !important;
    font-size:18px !important;
    font-weight:400 !important;
    transition:.4s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
    text-transform:uppercase;
}

.hs-button:hover{
    transition:.4s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26) !important;
    color:#fff;
    text-decoration:none;
}

#crossings-hero-left{
    width:49%;
    float:left;
}

#crossings-hero-right{
    width:49%;
    float:right;
    padding-left:50px;
}

crossings-hero-left h1{
    color:#fff;
}

label{
   color:#2697a1 !important; 
   font-size:16px !important;
   font-weight:400 !important;
       margin-top: 5px;
    margin-bottom: -2px;
}

textarea{
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #2697a1 !important;
    width: 95% !important;
}

.blue-form{
    
}


.blue-form form{
    background:#2696a1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}
@media (max-width: 575px) {
    .blue-form form{
        height: 100%;
    
        width: 100%;
    }
}
.blue-form h3{
    font-size: 28px;
    text-align: center;
    background-color:#016e78;
    padding: 20px;
    margin-bottom: -10px;
    color: #fff;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    margin-top:0px;
}

.blue-form label{
    color:#fff !important;
}

.blue-form input[type='text'], 
.blue-form input[type='tel'],
.blue-form input[type='email']{
    background:white; //#2696a1
}

.blue-form form input[type='submit'] {
    margin: 20px 0 0!important;
}

#hsForm_c09b14ba-c5e4-42eb-84ec-1ff067ee4ef4_6108 .hs_submit{
    margin-right:-20px !important;
}
/*
.mobile-email-signup input[type="email"]{
    border-bottom:2px solid #2696a1 !important;
}

.mobile-email-signup input[type="email"]::-webkit-input-placeholder{
    color:#2696a1 !important;
}

.mobile-email-signup input[type="email"]::-moz-placeholder{
    color:#2696a1 !important;
}

.mobile-email-signup input[type="email"]::-ms-input-placeholder{
    color:#2696a1 !important;
} */

.crossings-hero-text h1,.crossings-hero-text h2, .crossings-hero-text h3, .crossings-hero-text h4, .crossings-hero-text h5{
    color:#fff;
}

.crossings-hero-text h2{
    
}

.crossings-hero-text h4, h5{
    font-family: 'Martel Sans', sans-serif;
    font-size:16px;
    line-height:2;
}

.crossings-form{
    margin:0 auto;
    z-index:10;
    max-width:350px !important;
    border-radius:3px !important;
}

.crossings-form h3{
    background:#2697a1;
    color:#fff;
    padding:15px 25px;
    font-size:26px;
    font-weight:bold;
    text-align:center;
    margin-bottom:-5px;
    z-index:1000;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}

.crossings-form .actions{
    margin:0px !important;
    padding:0px !important;
}

.card-content label{
    display:none;
}

.card-content card{
    margin:0 auto;
}


/* helper classes */

.larger-text{
   font-size:1.3em; 
}

.left-half{
    float:left;
}

.right-half{
    float:right;
}

.desktop-only{
    display:inherit;
}

.mobile-only{
    display:none;
}

.phone-only{
   display:none; 
}

.special_underline{
    -webkit-border-image: url(//cdn2.hubspot.net/hubfs/97965/border-medium.jpg) 30 stretch; /* Safari 3.1-5 */
    -o-border-image: url(//cdn2.hubspot.net/hubfs/97965/border-medium.jpg) 30 stretch; /* Opera 11-12.1 */
    border-image: url(//cdn2.hubspot.net/hubfs/97965/border-medium.jpg) 30 stretch;
    border-left:none;
    border-right:none;
    border-top:none;
    border-image-width: 0 0 4px 0;
    border-image-repeat: stretch;
    -webkit-border-image-width: 0 0 4px 0;
    -webkit-border-image-repeat: stretch;
    padding-bottom:10px;
    max-width:500px;
}

.crossings-breadcrumbs, .crossings-breadcrumbs a{
    color:#969592;
    font-size:16px;
}

/** elements **/


/** buttons **/

.btn-round{
    background-color: white;
    border-radius: 999em;
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    line-height: 1;
    font-size: 36px;
    position: relative;
    cursor: pointer;
}

.btn-grey{
    background-color:#fbfaf5;
}

.btn-grey:hover{
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26);
}

.btn-white{
    background-color:#fff;
}

.btn-white:hover{
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26);
}

.btn-round span{
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    color: #fe7702;
}



#header-location .btn-round span img{
    max-width:20px;
    padding-bottom: 6px;
}

#header-phone .btn-round span img{
    max-width:30px;
    padding-bottom: 6px;
}

.btn-round span img{
    
}

.btn-orange{
    display: table !important;
    position: relative;  
    padding:5px 20px !important;
    border-radius: 0px !important;
    border:none !important;
    font-size: 0.9em;
    background-color: #fe7702 !important;
    background:#fe7702 !important;
    color: #fff;
    background-image:none !important;
    text-shadow:none !important;
    font-size:18px !important;
    font-weight:400 !important;
    transition:.4s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
    text-transform:uppercase;
}

.btn-orange:hover{
    color:#fff;
    transition:.4s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26) !important;
    text-decoration:none !important;
}

.btn-blue-square{
    display: table !important;
    position: relative;  
    padding:5px 20px !important;
    border-radius: 0px !important;
    border:none !important;
    font-size: 0.9em;
    background:#2696a1;
    background:#2696a1;
     color: #fff;
    background-image:none !important;
    text-shadow:none !important;
    font-size:18px !important;
    font-weight:400 !important;
    transition:.4s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
    text-transform:uppercase;
}

.btn-blue-square:hover{
    color:#fff;
    transition:.4s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.builder-image .btn-blue-square{
    float:right;
    margin-top:-42px;
    margin-left:10px;
}

.btn-blue{
    background:#2696a1;
    background-color:#2696a1
}

.btn-blue:hover{
    transition:.4s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26) !important;
    color:#fff;
}




/*************

    Individual Styles

*************/

.tab-container{
    height:460px;
}

.tab-content-left{
    width:49%;
    float:left;
}

.tab-content-right{
    width:49%;
    float:right;
}

.bigger-details{
    font-size:18px;
}

/* hero image */


#crossings-hero{
        padding:0px 100px;
        height:650px;
        margin-top:-15px;
}

#crossings-hero-text-only{
    padding:40px 100px;
    height:450px;
    margin-top:-14px;
}

/**********************************

    Strange Overrides
    
These styles are needed to override
various shortommings or wierd stuff 
in Hubspot
**********************************/    

#hs_menu_wrapper_mobile_menu .hs-menu-children-wrapper{
    display:none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    visibility: inherit;
    opacity: inherit;
    -webkit-transition: opacity inherit;
    position: inherit; 
    z-index: inherit;
    left: inherit;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    max-width:none;
}

#hs_menu_wrapper_my_menu>ul>li>a{
    color:#fff !important;
    font-size:14px !important;
    font-weight:bold !important;
}



/*************/
#hs_cos_wrapper_module_14749873020874493 h3{background:#016e78;color:#fff;margin-bottom:0;padding:20px; font-size: 30px;}

#hs_form_target_module_14749873020874493 form {background:#2696a1;}

#hs_form_target_module_14749873020874493 form label{color:#fff!important;}

#hs_form_target_module_14749873020874493 .hs-button.primary.large{width:130px; padding-top:3px!important; padding-bottom:;}









/*************

    MEDIA QUERIES

*************/



#top .span8.widget-span.widget-type-cell{ margin-bottom: 15px !important; }

@media screen and (max-width:1300px){
  #top .span8.widget-span.widget-type-cell {margin-bottom: 13px !important;}
  #hs_menu_wrapper_my_menu>ul>li>a{ padding: 17px 10px !important; font-size:12px !important;}
} 

@media screen and (max-width:1120px){
  #hs_menu_wrapper_my_menu>ul>li>a{ padding: 17px 5px !important; font-size:12px !important; }
}






/** laptop **/


/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1450px) and (-webkit-min-device-pixel-ratio: 1) { 
    
    #crossings-hero{
        padding:0px 100px;
        height:650px;
    }
    
    #about-block{
        padding:0px;
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2)and (min-resolution: 192dpi) { 
    
    #crossings-hero{
        padding:0px 0px;
        height:650px;
    }
}

.is-fixed {
    position: fixed;
    z-index: 9999;
    top: 0 !important;
    right: 0;
    left: 0;
    -webkit-transition: top .3s ease 0s;
    transition: top .3s ease 0s;
}

    #amentities-homepage-block.parallax-container {
        height: auto;
    }



/** tablet **/
@media (min-width: 768px) and (max-width: 1024px) {
    
    #blog-main > div > div:nth-child(1) > div > div > div.row-fluid-wrapper.row-depth-1.row-number-5 > div > div.span4.widget-span.widget-type-cell {
        width: 100%;
        margin-left: 0;
    }
    
    .the-crossings-recent-posts .widget-module img {
        width: 50%;
        height: auto;
    }
    
    #amentities_left {
        display: none;
    }
    
    #amentities-homepage-block.parallax-container {
        height: auto;
    }
    
    .mobile-email-signup .card {
        width: 100%;
        max-width: 100%;
    }
    
    .mobile-email-signup .card form fieldset {
        margin: 0 auto;
    }
    
    .mobile-email-signup .card form .hs-form-field {
        width: 100%;
        padding-top: 10px;
    }
}

@media(max-width: 1024px){
    
    #crossings-hero-right{
        width:100%;
        float:none;
        padding-left:0px;
        padding-bottom:40px;
    }
    
    .interior-content{
        margin:0px;
    }
    
    .tab-container{
        height:auto;
    }
    
    .nav-tabs>li{
        width: 24%;
        font-size: 10px;
    }
    
    .tab-content-left{
        width:100%;
        float:none;
    }
    
    .tab-content-right{
        width:100%;
        float:none;
    }
    
    #gallery .hs_cos_wrapper_type_custom_widget{
        width:49%;
    }
    
    .gallery-photo img{
        height:250px;
    }

    
    
     #crossings-hero{
        padding:0px 0px;
        height:auto;
    }
    
    #crossings-hero-left{
        width:100%;
        float:none;
        text-align:center;
        padding-top: 20px;
    }
    
    #amentities-homepage-block{
        background-color:#2697a1;
    }
    
    #amentities_left{
        width:100%;
        float:none;
    }
    
    #amentities_right{
        width:100%;
        float:none;
    }
    
    #amentities_images{
        border-top:1px solid white;
    }
    
    #featured-homes-head p{
        display:none;
    }
    
    .builder-detail{
        float: left;
        width: 100%;
        display: block;
        height: auto;
        padding-bottom: 18px;
    }
    
    .crossings-hero-text h2, .crossings-hero-text h3{
        font-size:26px;
    }
    
    .blog-roll{
        width:100% !important;
    }
    
    .post-listing .card{
        max-width:45%;
    }
    
    .post-listing .card .card-image img{
        max-width:none;
        max-height:none;
    }
    
    #crossings-hero-text-only h2, #crossings-hero-text-only h3{
        font-size:26px;
    }
    
    .mobile-email-signup .card{
        margin:0 auto;
    }
    
    .full-width-image-and-form input[type="submit"]{
        margin: 10px auto !important;
        float:none;
    }
    
    #crossings-hero-text-only{
        padding:40px 10px;
    }
    
    .desktop-only{
        display:none !important;
    }
    
    .mobile-only{
        display:block !important;
    }

}

@media (max-width:800px){
    .form-columns-2 {
        max-width: 100% !important;
    }
    .full-width-image-and-form .hs_submit {
        max-width: 100%;
        width: 100%;
    }
    .full-width-image-and-form input[type='email'], .full-width-image-and-form input[type='text'] {
        width:100% !important;
    }
    
    .full-width-image-and-form input[type="submit"]{
        float: right;
        margin-top: 0 !important;
        margin-right: 0 !important;
        width: !important;
    }
    
    .blue-form{
        margin-top:20px;
    }
    
    #amentities_images div{
        width:100%;
    }   
    
    .crossings-featued-home{
        width:100%;
        display:inline-block;
        padding:20px;
    }
    
    .crossings-featued-home-filler{
        width:100%;
    }
    
    .gallery-photo img{
        height:250px;
    }
    
    .the-crossings-recent-posts li{
        max-width:100%;
    }
    
    .the-crossings-recent-posts img{
        clear:both;
        width:100%;
    }
}

@media(max-width:767px){
    .nomobile{ display: none }    
}



/** mobile **/

@media(max-width:580px){
    
    
    #amentities_right {
        padding: 30px 10px!important;
    }
    
    #crossings-hero-text-only{
        height:auto;
    }
    
    #header-location, #header-phone {
        padding: 20px 10px;
        
    }
    
    #top{
        margin-top:-60px;
    }
    
    #amentities_left img{
        margin:0px;
        max-width:100%;
    }
    
    #crossings-hero-left{
        width:100%;
    }
    
    #featured-homes-block{
        padding:0px 20px;
    }
        
    #about-block{
        padding:0px;
    }
    
    .the-crossings-individual-home-heading{
        font-size:18px;
    }
    
    .the-crossings-individual-home-heading-2{
        font-size:14px;
    }
    
    .the-crossings-individual-home-price{
        font-size:14px;
        margin-bottom:-40px;
    }
    
    .the-crossings-individual-home-header{
            position:relative;
            padding:60px;
            margin-top:-220px;
    }
     
     .gallery-photo img{
        height:150px;
    }
    
    .post-listing .card{
        margin:.5rem 0 1rem 0px;
    }
    
    .main-blog-section{
        padding:20px 10px;
    }
    
    .post-listing .card{
        max-width:100%;
    }
    
     .header-logo img{
            float:left !important;
            width:133px !important;
            height:auto;
    }
    
    .community-content{
        margin-right:0px;
    }
    
    #header-contact{
        margin-top:-60px;
    }
    
    #header-contact .right-half{
        display:none;
    }
    
    #header-location{
        width:auto !important;
        float:right;
    }
    
    #header-phone{
        width:auto !important;
    }
    
    .phone-only{
        display:block !important;
    }
    
    
}

@media (max-width:400px){
#hs_cos_wrapper_module_14411466661754691 
.hs_email
{

margin-bottom:15px

}}

