/* Default colors: grey, black, blue */
/* Default font-family: Lato, sans-serif */

/* ----- SITE-WIDE ----- */
.hide-mobile, #black-studio-tinymce-4 .widget-title {
	display: none;
}

body > div {
    font-size: 18px;
}

img.alignright, img.alignleft {
    display: block;
    margin: 10px auto;
    float: none;
}


/* CONTAINERS */
body, .site-inner {
    background-color: #a1a3a0;
}

.site-inner {
    padding-top: 0;
    margin-bottom: 100px;
}

.site-inner, .wrap {
    padding-left: 0;
    padding-right: 0;
}

.entry {
    margin-bottom: 0;
    padding: 10px 25px;
}



/* HEADINGS */
h1.entry-title {
    font-size: 25px;
    font-weight: 100;
    border-bottom: 1px solid #A1A3A0;
    margin: 0px auto 20px;
    padding-bottom: 8px;
    text-align: center;
    line-height: 1.2em;
}

/* LINKS & BUTTONS */
a {
    color: #3c90b2;
}

a:hover {
    color: #689aae;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .button-outline {
    background-color: #F8CE25;
    border: none;
    width: 100%;
    color: #52554E;
    padding: 16px 21px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .button:hover, .button-outline:hover {
    background-color: #FFDB4B;
    border: none;
    color: #52554E;
}

.entry-content .button:hover, .entry-content .button:focus {
    color: #52554E;
}

 
/* HEADER */
.site-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #a1a3a0;
}

body.admin-bar #wprmenu_bar {
    border-bottom: 1px solid #a1a3a0;
}

#wprmenu_bar, #wprmenu_bar *, #wprmenu_menu, #wprmenu_menu * {
    font-family: inherit;
}

#wprmenu_bar .menu_title {
    font-weight: 300;
}

.site-header, .widget_nav_menu .genesis-nav-menu .sub-menu {
    background-color: #52554e;
}

.title-area {
    padding: 6px 0;
}

h1.site-title {
    margin-top: 0;
}

.site-title a, .site-title a:hover, .site-title a:focus {
    color: white;
    font-size: 28px;
    font-weight: 100;
}

p.site-description {
    display: none;
}

.widget_nav_menu .genesis-nav-menu a, .widget_nav_menu .genesis-nav-menu .sub-menu a {
    color: white;
}

.widget_nav_menu .genesis-nav-menu .current-menu-item > a {
    color: white;
    background-color: #a3a799;
}

.widget_nav_menu .genesis-nav-menu a:hover, .widget_nav_menu .genesis-nav-menu .sub-menu a:hover {
    color: white;
    background-color: #a3a799;
}

.genesis-nav-menu a {
    padding: 20px;
}



/* FOOTER */
.site-footer {
    background-color: #515357;
    font-size: 15px;
}

.site-footer .wrap {
    padding-right: 10px;
    padding-left: 10px;
    font-variant: small-caps;
}

 
 
/* ----- HOME ----- */
.home .widget-area {
    text-align: center;
}

.widget-title {
    font-variant: small-caps;
    color: white;
    font-size: 3rem;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 300;
}

.home .content-sidebar-wrap {
    display: none;
}

/* Home - Top */
.home-top-image {
    position: fixed;
}

.home-top-image img {
    margin-bottom: 0;
}

.home-top-image-container {
    position: relative;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2016/04/03-1920wide.jpg');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 274px;
}

.home-top-image-container .title {
	position: absolute;
    bottom: 0;
    font-variant: small-caps;
    color: white;
    font-weight: 800;
    padding: 15px 20px;
    font-size: 20px;
    background-color: #515357;
    width: 100%;
    text-align: center;
}

/* Home - Map */
.avail-button button {
    width: 100%;
    border-bottom: 1px solid #a1a3a0;
    border-top: 1px solid #a1a3a0;
}

#wpgmza_map_widget-2 {
    height: 300px;
}

#black-studio-tinymce-10 #overlay { /* overlay */
    background: transparent;
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: -300px;
    background-color: rgba(0,0,0,0.3);
}

.map-overlay-text {
    position: absolute;
    width: 260px;
    margin: 82px auto 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-variant: small-caps;
    font-weight: 400;
}

.overlay-address {
    background-color: rgba(0,0,0,0.5);
    padding: 4px 20px 10px;
    border-radius: 10px;
}

.overlay-click {
    font-size: 17px;
}

#black-studio-tinymce-3 {
    background-color: #52554e;
    color: white;
    padding: 25px 20px;
    font-size: 1.1em;
}


/* Home - Below Map */



/* Home - Thirds */
.home-thirds img {
    margin-bottom: 0;
}

.explore-button button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.home-1-one-third, .home-2-one-third, .home-3-one-third {
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 24px;
    background-color: #a1a3a0;
}


/* Home - Gallery */
.home-gallery.widget-area {
    background-color: #52554e;
}


.home-gallery .display-mobile-only img {
	width: 100%;
	margin-bottom: 0;
}

.home #jig1 {
    border-bottom: 1px solid white;
}

.gallery-thumbnail {
	background-image: url('/wp-content/uploads/2016/04/jig-screenshot-300x138.png'); 
	background-size: contain;
	background-position: top center;
	height: 200px;
}

.gallery-overlay-text {
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    font-variant: small-caps;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    width: 260px;
    margin: 74px auto;
}


/* Home - Bottom */
#black-studio-tinymce-8 {
    background-color: #52554e;
    padding-bottom: 0;
}

#black-studio-tinymce-8 .widget-title {
    margin-top: 0;
    padding: 20px;
}

#text-2 {
    font-size: 22px;
    margin: 0 auto;
    padding: 25px;
    color: white;
    clear: both;
    background-color: #52554e;
}

.home-testimonials {
    margin: 0 auto;
    width: 80%;
    font-size: 20px;
    color: white;
    background-color: #52554e; 
}

.home-testimonials .one-half {
    padding-top: 25px;
    padding-bottom: 25px;
}




/* ----- INTERIOR PAGES ----- */
.singular-featured-image {
    position: fixed;
    z-index: 0;
}

.content-sidebar-wrap {
    margin-top: 0;
}

.entry-content img {
    border: 6px solid white;
    box-shadow: 0 0 2px gray;
}

.entry {
    padding: 20px 25px;
}

#overlay.area-map {
    background: transparent;
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 0px;
    background-color: rgba(0,0,0,0.3);
}

.area-map .map-overlay-text {
    margin: 255px auto 0;
}

.laj-announce {
    width: 100%;
    padding: 20px;
    background-color: #F8CE25;
    border: 3px solid #a1a3a0;
    text-align: center;
}

.floorplan-button {
    width: 100%;
    text-align: center;
}

.floorplan-button button {
    width: 100%;
    max-width: 400px;
    margin-bottom: 60px;
}

#gform_confirmation_wrapper_2 {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
}

div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
}

div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    margin-right: -4px;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 411px) { /* Nexus 5X portrait */

    .home-top-image-container {
        height: 297px;
    }

    .home-top-image-container .title {
        padding: 15px;
    }

}


@media only screen and (min-width: 480px) { /* iPhone 4 landscape */

    .home-top-image-container {
        background-size: cover;
        height: 280px;
    }

    button, input[type="button"], input[type="reset"], input[type="submit"], .button, .button-outline {
        width: auto;
    }

    img.alignright, img.alignleft {
        max-width: 70%;
    }

    .entry {
        padding: 30px 25px;
    }

}


@media only screen and (min-width: 640px) { /* Galaxy S3-S5 landscape */

    h1.entry-title {
        font-size: 30px;
    }

    .home-top-image-container {
        height: 318px;
    }

    a.alignright, img.alignright, .wp-caption.alignright {
        margin: 0 0 24px 24px;
    }

    img.alignright {
        float: right;
        text-align: right;
        display: inline-block;
    }

}


@media only screen and (min-width: 768px) { /* iPad portait */

    .clc_left_half {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding-right: 16px;
    }

    .clc_right_half {
        width: 50%;
        float: left;
        clear: none !important;
    }

    .hide-mobile, #black-studio-tinymce-4 .widget-title {
    	display: block;
    }

    .display-mobile-only {
    	display: none;
    }

    h1.entry-title {
        font-size: 36px;
    }

    .home-top-image-container {
        height: 70vh;
        min-height: 400px;
    }

    .home-1-one-third, .home-2-one-third, .home-3-one-third {
        float: left;
        width: 33.333333333%;
        box-sizing: border-box;
        padding: 20px 15px 55px;
        border-bottom: none;
        border-top: 1px solid white;
    }

    .site-inner {
        margin-bottom: 52px;
    }

    .home-top-image-container .title {
        font-size: 25px;
    }

    .home-below-map {
        font-size: 1.3em;
    }

    h1.entry-title {
        width: 70%;
        margin-bottom: 30px;
    }

    .home #jig1 {
        border-bottom: none;
    }

    #black-studio-tinymce-3 {
        font-size: 1.2em;
    }

    .home-testimonials {
        font-size: 22px;
    }

    .page-id-180 .tmls_text, .page-id-180 .tmls_name {
        font-size: 16px !important;
    }

    div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 50%;
    }

    div.ginput_container_name span {
        padding-right: 16px;
    }

}


@media only screen and (min-width: 801px) { /* When mobile menu is hidden */

    .content-sidebar-wrap {
        margin-top: 56px;
    }

    .home-below-map {
        font-size: 1.6em;
    }

    #wpgmza_map_widget-2 {
        height: 400px;
    }

    #black-studio-tinymce-10 #overlay {
        height: 400px;
        margin-top: -400px;
    }

    .map-overlay-text {
        margin: 148px auto 0;
    }

    .laj-announce {
        width: 80%;
        margin: 0 auto;
    }

    .site-header .widget-area, .title-area {
        float: none;
    }

    .site-header .wrap, .site-header .widget-area {
        text-align: center;
    }

    .home-top-image-container {
        min-height: 500px;
    }

    .site-inner {
        margin-top: 50px;
    }

}



@media only screen and (min-width: 1024px) { /* iPad landscape */

    .content {
        margin: 30px 0;
    }

    .home-top-image-container {
        height: 90vh;
        min-height: 700px;
    }

    .home-top-image {
        display: none;
    }

    .site-inner {
        margin-top: 0;
    }

    .home .site-inner {
        margin-top: 0;
    }

    h1.entry-title {
        width: 70%;
        margin-bottom: 40px;
    }

    .site-header .widget-area {
        float: right;
    }

    .title-area {
        float: left;
    }

    .site-header .wrap {
        text-align: auto;
    }

    .home-map.widget-area {
        position: relative;
    }

    #wpgmza_map_widget-2, #black-studio-tinymce-3 {
        width: 50%;
        float: left;
    }

    #black-studio-tinymce-10 {
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        width: 50%;
    }

    #black-studio-tinymce-10 #overlay {
        margin-top: 0;
    }

    .map-overlay-text {
        margin: 195px auto 0;
    }

    #black-studio-tinymce-3, #black-studio-tinymce-10 #overlay, #wpgmza_map_widget-2 {
        height: 500px;
    }

    #black-studio-tinymce-3 {
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .home-1-one-third {
        clear: both;
    }

}


@media only screen and (min-width: 1200px) {

    .floorplan-button button {
        width: 100%;
        margin-bottom: 0;
    }

    .home-testimonials .one-half {
        padding-left: 20px;
        padding-right: 20px;
    }

}