/*
Theme Name: John Kirkpatrick
Theme URI: http://aios3-staging.agentimage.com/j/johnkirkpatrick_new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
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
 *
 *******************************************************/

.head_navigation {
    margin-top: 42px;
    text-align: right;
}


/* Sub Menu */

#nav {
    font-size: 0;
}

#nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#nav li a {
    padding: 0 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 1px solid #ffffff;
}

#nav li:hover a {
    color: #c89313;
}

#nav > li:first-child a {
    border-left: none;
}

#nav > li:last-child a {
    padding-right: 0;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 45px 0 0;
    position: absolute;
    left: -10px;
    right: -10px;
    width: auto;
    min-width: 100%;
    text-align: center;
}

#nav .sub-menu li {
    width: 100%;
    position: relative;
}

#nav li .sub-menu a {
    color: #ffffff;
    display: block;
    padding: 11px 0;
    background-color: rgba(0, 0, 0, 0.55);
}

#nav .sub-menu a:hover {
    color: #ffffff;
    background-color: #c89313;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav li:hover > .sub-menu {
    display: block;
}


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


/* Global */

body {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    color: #333333;
    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: #333333;
    outline: none;
    text-decoration: none;
}

input,
select,
textarea {
    outline: none;
}

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

.site_easing,
.head_logo,
.head_navigation,
#nav li a,
.footer_wrap a {
    -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;
}


/* HEADER */

.header_wrap {
    width: 100%;
    position: fixed;
    z-index: 1011;
    top: 0;
    /*    background-color: rgba(0, 0, 0, 0.55);*/
    transition: all 0.3s ease-in-out;
}

body:not(.home) .header_wrap {
    background: #000;
}

.head_logo {
    padding: 30px 0;
}

.head_logo img {
    width: 100%;
    max-width: 362px;
}


/* FIXED HEADER */

.header_wrap.fixedhead {
    background: rgba(0, 0, 0, 0.8);
}

.header_wrap.fixedhead .head_logo {
    padding: 20px 0;
}

.header_wrap.fixedhead .head_navigation {
    margin-top: 32px;
}

.header_wrap.fixedhead #nav .sub-menu {
    padding: 35px 0 0;
}


/* HP SCROLL BUTTON */

a.hp_scroll_btn {
    width: 68px;
    height: 27px;
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 45px;
    margin: 0 auto;
    background-image: url(images/arrow-down.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    font-size: 0;
}


/* HP UPPER FOLD - PROPERTIES */

#hp_upperfold {
    position: relative;
    z-index: 1;
}

#prop_slider {
    position: relative;
    text-align: center;
    background-color: #fff;
}

.prop_img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.prop_img img {
    width: 100%;
}

.prop_txt {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    color: #000;
    font-size: 30px;
    font-weight: 300;
}

.prop_txt span {
    font-weight: 500;
}

.prop_txt a {
    color: #ffffff;
}


/* PROP ARROWS */

.prop_btns .slick-arrow {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    z-index: 1;
    top: 40%;
    cursor: pointer;
    opacity: 0.7;
}

.prop_btns .slick-arrow:hover {
    opacity: 1;
}

.prop_prev {
    left: 15px;
}

.prop_next {
    right: 15px;
}

#prop_slider .slick-dots {
    font-size: 0;
    padding-bottom: 25px;
}

#prop_slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}

#prop_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #6f6f6f;
}

#prop_slider .slick-dots li.slick-active button {
    background-color: #000;
}


/* HP LUXURY PROPERTIES */

#hp_widget1 {
    min-height: 652px;
    padding: 100px 0 90px;
    background-image: url(images/lux-prop-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.hp_luxury_prop h2 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 80px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: -2px;
}

.hp_luxury_prop h2 span {
    display: block;
}

.luxprop_txt {
    width: 58%;
    max-width: 650px;
    padding: 20px 20px 0;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.luxprop_txt p {
    padding-bottom: 20px;
}

.luxprop_btns {
    display: block;
    margin-top: 20px;
    font-size: 0;
}

.luxprop_btns a {
    width: 263px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    background-color: rgba(255, 255, 255, 0.90);
}

.luxprop_btns a.active_prop {
    margin-right: 30px;
}

.luxprop_btns a:hover {
    background-color: rgba(0, 0, 0, 0.80);
    color: #fff;
}


/* HP AGENT */

#hp_widget2 {
    min-height: 652px;
    background-image: url(images/welcome-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.hp_agent {
    margin-top: 65px;
    text-align: center;
}

.hp_agent img {
    width: 100%;
    max-width: 398px;
    margin: 0 auto;
}


/* HP WELCOME */

.hp_welcome {
    margin-top: 95px;
}

.hp_welcome h1 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 80px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: -2px;
}

.hp_welcome h1 span {
    display: block;
}

.welcome_txt {
    width: 100%;
    padding: 20px 20px 0;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.welcome_txt p {
    padding-bottom: 20px;
}

.welcome_btns {
    display: block;
    margin-top: 10px;
    font-size: 0;
}

.welcome_btns a {
    width: 263px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    background-color: rgba(255, 255, 255, 0.90);
}

.welcome_btns a.learn_btn {
    margin-right: 30px;
}

.welcome_btns a:hover {
    background-color: rgba(0, 0, 0, 0.80);
    color: #fff;
}


/* HP TESTIMONIALS */

#hp_widget3 {
    min-height: 652px;
    padding-top: 125px;
    background-image: url(images/testi-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.hp_testimonials h2 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 80px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: -2px;
}

.testi_wrap {
    width: 58%;
    max-width: 650px;
    margin: 0 auto;
}

#testi_slider {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.7);
}

.testi_list {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.testi_list span {
    display: block;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.testi_wrap a.testi_btn {
    width: 263px;
    height: 45px;
    display: block;
    margin-top: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    background-color: rgba(255, 255, 255, 0.90);
}

.testi_wrap a.testi_btn:hover {
    background-color: rgba(0, 0, 0, 0.80);
    color: #fff;
}


/* FOOTER */

.footer_wrap {
    padding: 60px 0 25px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    background-color: #000000;
    line-height: 20px;
}

.footer_wrap a {
    color: #ffffff;
}

.footer_wrap a:hover {
    color: #c89313;
}

.foot_logos {
    font-size: 21px;
    text-align: right;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

#inner-page-wrapper {
    padding-top: 105px;
    z-index: initial;
}


/* 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: 71.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 25.83%;
}


/* SIDE CONTACT */

.side_cntct {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
    padding: 25px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    border: 2px #c89313 solid;
    background-color: rgba(200, 147, 19, 0.30)
}

.side_cntct a {
    color: #333333;
}

.side_cntct a:hover {
    color: #c89313;
}

.side_cntct h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px #c89313 solid;
}

.side_cntct strong {
    display: block;
    margin-bottom: 5px;
}

.side_cntct span {
    display: block;
}

.side_cntct a.side_cntct_btn {
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px 20px;
    color: #fff;
    font-size: 13px;
    background-color: #c89313;
    text-transform: uppercase;
}

.side_cntct a.side_cntct_btn:hover {
    background-color: #000000;
}


/* SIDEBAR TESTIMONIALS */

.side_testimonials {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 20px 0;
    border-top: 2px #c89313 solid;
    border-bottom: 2px #c89313 solid;
}

.side_testimonials .testi_wrap {
    width: 100%;
    max-width: 100%;
}

.side_testimonials #testi_slider {
    padding: 0;
    background-color: transparent;
}

.side_testimonials .testi_list {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
}

.side_testimonials .testi_list span {
    margin-top: 5px;
}

.side_testimonials a.testi_btn {
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px 20px;
    color: #fff;
    background-color: #c89313;
    text-transform: uppercase;
}

.side_testimonials a.testi_btn:hover {
    background-color: #000000;
}


/* SIDEBAR WELCOME */

.side_welcome_txt {
    padding: 20px 20px 0;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    border: 2px #c89313 solid;
    background-color: rgba(200, 147, 19, 0.30)
}

.side_welcome_txt p {
    margin: 0;
    padding-bottom: 20px;
}


/* 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 {
    color: #c89313;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;

}

.entry-title,
.breadcrumb_last{
    opacity: 0;
}

/* Style category/archive/etc main headings (h1) */

#content .archive-title {
    color: #c89313;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {
    color: #c89313;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#content .archive-subtitle a {
    color: #c89313;
}

#content .listing-details-wrap .details-head h1,
#content .listing-details-wrap .details-head h2 {
    width: 86%!important;
}


/* LISTINGS */

#content .listing-details-wrap .photo-slideshow .photo-list {
    height: 600px;
}

.pop-slideshow .photo-slideshow .photo-list {
    height: 630px;
}

.popup-wrap .pop-details .description {
    height: 303px;
    max-height: 100%;
    margin: 0!important;
    font-size: 14px;
}

.property-pop .popup-wrap .det-smi {
    display: none;
}


/*** Lising Styles ***/

#content .listing-details-wrap .photo-slideshow .slick-arrow {
    top: 0;
    bottom: 0;
    height: 102px;
    margin: auto 0;
}

#content .list-wrapper {
    margin-bottom: 20px;
}


/*** Website Hover ***/

#content .context-email a[class^="asis-mailto-obfuscated"],
#content .context-email em {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .context-email:hover a[class^="asis-mailto-obfuscated"],
#content .context-email:hover em {
    color: #c89313;
}

#content .archive-subtitle a:hover {
    color: #333;
}

#content .archive-subtitle a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .archive-more {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .archive-more:hover {
    color: #c89313;
}

#content ul.table-list li .listing-item img,
#content ul.table-list li a.listing-item,
#content ul.list li .prop-det .prop-title a,
#content-listings ul.list li .prop-img-wrap img.main-img,
#content .grid li .prop-det .prop-title a,
#content .grid li .prop-img-wrap img,
#content ul.list li .prop-det .view-details {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content ul.table-list li .listing-item img:hover {
    opacity: .6;
}

#content ul.table-list li a.listing-item:hover {
    color: #c89313;
}

#content ul.list li .prop-det .prop-title a:hover {
    color: #c89313;
}

#content-listings ul.list li .prop-img-wrap img.main-img:hover {
    opacity: .6
}

#content .grid li .prop-det .prop-title a:hover {
    color: #c89313;
}

#content .grid li .prop-img-wrap img:hover {
    opacity: .6;
}

#content ul.list li .prop-det .view-details:hover {
    opacity: 1;
    background: #c89313;
}

#content .listing-details-wrap .pager.footer-pager a[class^="pa"],
body.ip-container .pop-wrap form input[type="submit"],
#content .property-description .property-add-type .det-virtual a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .listing-details-wrap .pager.footer-pager a[class^="pa"]:hover {
    color: #c89313;
}

body.ip-container .pop-wrap form input[type="submit"]:hover {
    background: #c89313;
}

#content .property-description .property-add-type .det-virtual a:hover {
    color: #c89313;
}

#content .property-description .property-add-type strong a:hover {
    color: #c89313;
}

#content .property-description .property-add-type strong a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .listing-details-wrap .pager a:hover {
    color: #c89313;
}

#content .listing-details-wrap .pager a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


/*** 404 Page ***/

body.error404 div.wpcf7-response-output {
    text-align: center;
}


/*** Contact Page ***/

#content .aidefcf-wrapper .aidefcf-cl2 span.wpcf7-not-valid-tip {
    width: 100%;
    left: 0;
    font-size: 10px !important;
    text-align: center;
}


/* LISTINGS */

.grid li {
    min-height: 546px;
}

#content-listings img {
    transition: none !important;
}

.pop-gallery-wrap .slick-prev,
.pop-gallery-wrap .slick-next {
    height: 85px;
}

.pop-gallery-wrap .pop-gallery .photo-list {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.page-id-35309 #content .entry {
    min-height: 650px;
}

.vlog-row > br,
.vlog-row > p {
    display: none;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 36px;
}

.footer-navigation-contact {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 0 0 17px;
    margin: 0 0 25px;
}

.footer-navigation {
    width: 100%;
    max-width: 685px;
}

.footer-navigation h2 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 36px;
}

.footer-nav {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    max-width: 520px;
    max-height: 76px;
}

.footer-nav li {
    margin: 0 0 18px;
}

.footer-nav li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #fff;
    text-transform: uppercase;
}

.footer-contact-smis {
    flex-grow: 1;
}

.footer-contact {}

.footer-contact-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-contact-inner h2 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 36px;
    width: 100%;
}

.footer-contact-inner a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #fff;
}

.footer-smi {
    margin: 12px 0 0;
}

.footer-smi-inner {
    display: flex;
    flex-flow: row wrap;
}

.footer-smi-inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #000;
}

.footer-smi-inner a:not(:last-child) {
    margin: 0 6px 0 0;
}

body:not(.home) .fixed-contact-smi {
    display: none;
}

.fixed-contact-smi {
    position: fixed;
    top: 50vh;
    right: 25px;
    z-index: 100;
    transform: translateY(-50%);
}

.fixed-contact-smi-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
}

.fixed-contact-smi-inner::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fixed-contact-smi-inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    font-size: 19px;
    color: #000;
}

.fixed-contact-smi-inner a:not(:last-child) {
    margin: 0 0 9px;
}

.fixed-contact-smi-inner a:nth-child(2) {
    margin: 0 0 28px;
}

.fixed-contact-smi-inner a i.ai-font-phone {
    font-size: 15px;
}

.fixed-contact-smi-inner a i.ai-font-envelope-f {
    font-size: 13px;
}

div#IDX-Subheader-Page img {
    display: none;
}