/*
Theme Name: Jennings Communities
Theme URI: http://jenningscommunitiescom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.6
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


#navi {
    display: none;
}

.navi {
    width: 37.5%;
    max-height: 120px;
    display: inline-block;
    vertical-align: top;
    padding: 53px 0 0;
    background-color: rgba(255,255,255,0.80);
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .navi_left:before {
        width: 500%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        background-color: rgba(255,255,255,0.80);
    }
    .navi_right:after {
        width: 500%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        background-color: rgba(255,255,255,0.80);
    }

/* Sub Menu */
.navi li {
    display: inline-block;
    vertical-align: top;
	position: relative;
    margin: 0 11px;
}
    .navi li a {
        display: block;
        color: #333333;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        line-height: 1;
        padding-bottom: 52px;
    }
        .navi li:hover > a {
            color: #002366;
        }
        .navi li.menu-item-has-children a:after {
            width: 10px;
            height: 8px;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            background-image: url(images/nav-arrow.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
        }
        .navi li.menu-item-has-children:hover > a:after {
            opacity: 1;
        }
  
.navi .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width: 100%;
 	min-width: 218px;
}
.navi .sub-menu a {
    color: #ffffff;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    background-color: rgba(0,35,102,0.90);
    line-height: 36px;
}
    .navi .sub-menu a:after {
        display: none;
    }

.navi .sub-menu a:hover {
    background: #043aa3;
    color: #ffffff;
    text-decoration: none;
}
.navi .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
/*.navi li:hover > .sub-menu {
    display: block;
}*/
.navi .sub-menu li {
    width: 100%;
    display: inline-block;
    margin: 0 0 1px;
    position: relative;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	background: #ffffff;
	color: #777777;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a, a:hover, a:link, a:active, a:focus {
    color: #777777;
    outline: none;
    text-decoration: none;
}

.slick-slide, .slick-slide *, .slick-slide a {outline: none;}

.site_easing, .head_logo a img, .navi li a, .navi li a:after, .fixed_nav li a, .fixed_nav li a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home #main-wrapper {
    position: relative;
    overflow-x: hidden;
}


/* HEADER */
.header_wrap {
    width: 100%;
    position: fixed;
    z-index: 1011;
    top: 10px;
    text-align: center;
    padding-top: 23px;
}
    .head_logo {
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }
        .head_logo a {
            display: block;
            padding-bottom: 16px;
            background-color: rgba(255,255,255,0.80);
        }
            .head_logo a img {
                width: 90%;
                max-width: 228px;
                margin-top: -23px;
            }


/* FIXED HEADER */
.header_wrap.fixedhead {
    padding-top: 16px;
}
    .fixedhead .head_logo a {
        padding-bottom: 10px;
    }
        .fixedhead .head_logo a img {
            max-width: 115px;
            margin-top: -16px;
        }
    .fixedhead .navi {
        max-height: 77px;
        padding: 22px 0 0;
    }
        .fixedhead .navi > li > a {
            padding-bottom: 22px;
        }

/* HP SLIDESHOW */
.hp_slideshow {
    width: 100%;
    position: relative;
}

/* HP WELCOME */
.hp_widget1 {
    margin-top: 75px;
}
    .welcome_title {
        margin-bottom: 30px;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0.04em;
    }
        .welcome_title span {
            display: block;
            color: #333333;
            font-size: 15px;
        }
        .welcome_title h1 {
            margin: 0;
            color: #002366;
            font-size: 36px;
            font-weight: 400;
            font-family: 'Playfair Display', serif;
        }
            .welcome_title h1 strong {
                font-weight: 700;
            }

    .welcome_txt {
        color: #777777;
        font-size: 15px;
        font-weight: 300;
        line-height: 27px;
        letter-spacing: 0.025em;
    }
        .welcome_txt p {
            margin-bottom: 25px;
        }

    .welcome_right {
        margin-top: 10px;
    }
        .welcome_right canvas {
            width: 100%;
            max-width: 458px;
            height: auto;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }


/* FOOTER COMMUNITIES */
.foot_comm_wrap {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}
    .foot_communities {
        font-size: 0;
        text-align: center;
        margin-left: -0.5px;
        margin-right: -0.5px;
    }
        .comm_btn {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            padding: 0 0.5px;
            box-sizing: border-box;
        }
            .comm_btn a {
                width: 100%;
                height: 100%;
                display: inline-block;
                vertical-align: middle;
                position: relative;
            }
                .comm_btn a:before {
                    width: 100%;
                    height: 100%;
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    pointer-events: none;
                    background-color: rgba(4,58,163,0.75);
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    opacity: 1;
                }
                .comm_img {
                    width: 100%;
                    height: 100%;
                    display: block;
                }
                    .comm_img canvas {
                        width: 100%;
                        height: 100%;
                        display: block;
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                .comm_txt {
                    width: 100%;
                    position: absolute;
                    top: calc((100% / 2) - 27px);
                    left: 0;
                    color: #ffffff;
                    font-size: 15px;
                    line-height: 25px;
                    letter-spacing: 0.04em;
                    text-transform: uppercase;
                }
                    .comm_txt span {
                        display: block;
                        margin-bottom: 10px;
                        font-size: 34px;
                        font-family: 'Playfair Display', serif;
                    }

                .comm_btn a:hover:before {
                    opacity: 0.20;
                }
                .comm_btn a:hover .comm_txt {
                    font-weight: 700;
                }

/* IP FOOTER COMMUNITIES */
.ip-container .comm_btn a {
    height: 250px;
}

/* FOOTER CONTACT FORM */
.foot_contactform_wrap {
    padding: 70px 0 80px;
    background-color: #ffffff;
    position: relative;
    text-align: center;
}
    .foot_contactform_wrap:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/form-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        pointer-events: none;
        opacity: 0.10;
    }
    .foot_contactform {
        position: relative;
        z-index: 2;
    }
    .foot_contactform h2 {
        color: #002366;
        font-size: 20px;
        font-family: 'Playfair Display', serif;
        text-transform: uppercase;
        line-height: 1.3;
        letter-spacing: 0.04em;
    }
        .foot_contactform h2 span {
            display: block;
            font-size: 41px;
        }
    .cntct_form_wrap {
        margin-top: 30px;
        font-size: 0;
    }
        .cntct_form_wrap .hpform_field {
            width: 22.72%;
            max-width: 259px;
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
        }
            .cntct_form_wrap .hpform_field_long {
                width: 28.86%;
                max-width: 329px;
                margin: 0;
                position: relative;
            }
            .cntct_form_wrap .hpform_field input, .cntct_form_wrap .hpform_field textarea {
                width: 100%;
                height: 30px;
                display: inline-block;
                vertical-align: top;
                padding: 0;
                color: #777777;
                font-size: 15px;
                font-weight: 300;
                border: none;
                border-bottom: 1px solid #c9c9c9;
                background-color: transparent;
                outline: none;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
            }
            .cntct_form_wrap .hpform_field textarea {
                resize: none;
                padding: 4px 25px 0 0;
            }
            .cntct_form_wrap input.submit-btn {
                width: 18px;
                height: 17px;
                position: absolute;
                top: 5px;
                right: 0;
                font-size: 0;
                border: none;
                background-image: url(images/submit-btn.png);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
                .cntct_form_wrap input.submit-btn:hover {
                    opacity: 0.7;
                }
            
            .cntct_form_wrap .use-floating-validation-tip span.wpcf7-not-valid-tip {
                font-size: 10px;
            }
            .cntct_form_wrap div.wpcf7-response-output {
                width: 100%;
                margin: 0 auto;
                position: absolute;
                left: 0;
                right: 0;
                font-size: 12px;
                text-align: center;
            }


/* FOOTER */
.footer_wrap {
    padding: 50px 0 55px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
}
    .foot_info .foot_logo {
        margin-bottom: 40px;
    }
    .foot_info .footinfo, .foot_info .foot_eho {
        display: inline-block;
        vertical-align: top;
        line-height: 26px;
    }
        .foot_info .footinfo {
            padding-right: 25px;
            margin-right: 20px;
            position: relative;
            font-size: 17px;
        }
            .foot_info .footinfo:before {
                width: 1px;
                height: 26px;
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                background-color: rgba(255,255,255,0.20);
            }
            .foot_info .footinfo span {
                display: inline-block;
                vertical-align: middle;
                margin-right: 7px;
                color: #002366;
                font-size: 11px;
            }
            .foot_info .footinfo a {
                color: #ffffff;
            }
                .foot_info .footinfo a:hover {
                    color: #777777;
                }

        .foot_info .foot_eho {
            font-size: 27px;
        }

    .footernav {
        font-size: 0;
        margin-top: 55px;
    }
        .footernav li {
            display: inline-block;
            vertical-align: top;
            padding: 0 9px;
            position: relative;
        }
            .footernav li:before {
                width: 1px;
                height: 12px;
                content: '';
                position: absolute;
                top: 3px;
                left: 0;
                background-color: #ffffff;
            }
                .footernav li:first-child:before {
                    display: none;
                }
            .footernav li a {
                color: #ffffff;
                font-size: 14px;
                font-weight: 300;
                text-transform: uppercase;
            }
                .footernav li a:hover {
                    color: #777777;
                }

    .foot_copyright {
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
    }
        .foot_copyright a {
            color: #ffffff;
        }
            .foot_copyright a:hover {
                color: #777777;
            }

 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip_banner {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    background-image: url(images/ip-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 73.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar {
    width: 23.83%;
    text-align: center;
    margin-top: 65px;
}
.side_info_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
    .side_info_wrap .side_logo {
        margin-bottom: 15px;
    }
        .side_info_wrap .side_logo img {
            width: 100%;
            max-width: 228px;
        }
    .side_info_wrap .sideinfo span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        color: #002366;
        font-size: 11px;
    }
    .side_info_wrap .sideinfo a {
        color: #777777;
    }
        .side_info_wrap .sideinfo a:hover {
            color: #002366;
        }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title, #content .page-title { 
    color: #002366;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    line-height: 1;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    color: #002366;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    line-height: 1;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    color: #002366;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    line-height: 1;
}

#breadcrumbs {
    font-size: 13px;
}

#breadcrumbs a:hover, #content .entry a:hover {
    color: #002366;
}
li#menu-item-209 > a {
    pointer-events: none;
}


/* CONTACT PAGE */
.page-id-47 #content .ai-contact-wrap {
    margin-bottom: 20px;
}
.page-id-47 #content .ai-contact-wrap h3 {
    margin: 0;
}
.page-id-47 #content .ai-contact-wrap span.context-mob .ai-font-fax {
    min-width: 25px;
}


/* LISTINGS */
#content .property-description .prop-cta a:hover {
    background: #002366;
}

.page-nation {
    width: 100%;
}


.postid-1175 #content .listing-details-wrap .photo-slideshow .photo-list{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-id-131 .ip_banner{
    background-image: url(/wp-content/uploads/2021/03/ip-banner-lakeview.jpg);
}


.single-listing .pop-gallery-wrap .pop-gallery .photo-list {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */