/*
Theme Name: KG Realty Team - Blog Theme
Theme URI: http://aios3-staging.agentimage.com/s/statenislandlifestyle.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.0
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
 *
 *******************************************************/
/* Sub Menu */
.site-menu li {
    position: relative;
}

.site-menu .sub-menu {
    list-style: none;
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    left: calc(50% - 90px);
    padding-top: 15px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: all 0.6s ease;
}

.site-menu .sub-menu a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-align: center;
    color: #4e4e4e;
    background: #fff;
    padding: 10px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.site-menu .sub-menu a:hover {
    background: #d6a73f;
    color: #fff;
}

.site-menu .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    padding-top: 0;
}

.site-menu li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-menu .sub-menu li {
    position: relative;
    margin-top: 1px;
}

.site-menu .sub-menu li:nth-child(1) {
    margin-top: 0;
}



/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Global */
body {
    font-family: "Lora", serif;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
}

div#main-wrapper {
    overflow: hidden;
}

.site-section-smi {
    pointer-events: none;
}

.site-section-smi .addtoany_shortcode .addtoany_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.site-section-smi .addtoany_shortcode .addtoany_list a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: #dfba69;
    margin-right: 6px;
    pointer-events: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-section-smi .addtoany_shortcode .addtoany_list a:hover {
    background: #d6a73f !important;
}

.site-section-smi .addtoany_shortcode .addtoany_list a span {
    background: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-section-smi .addtoany_shortcode .addtoany_list a span svg {
    width: 20px !important;
    height: 20px !important;
}

/* Header */
.header {
    position: absolute;
    z-index: 1000;
    top: 46px;
    left: 0;
    right: 0;
}

.admin-bar .header {
    top: 78px;
}

.header .header-wrap {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.header .header-wrap .header-logo {
    display: block;
    text-align: center;
}

.header .header-wrap .header-logo a {
    pointer-events: auto;
    display: block;
    vertical-align: middle;
}

.header .header-wrap .header-logo a img {
    display: block;
    max-width: 200px;
}

.header .header-wrap .header-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.header .header-wrap .header-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.header .header-wrap .header-navigation > ul > li {
    display: block;
    position: relative;
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.header .header-wrap .header-navigation > ul > li:nth-child(1) {
    border-left: none;
}

.header .header-wrap .header-navigation > ul > li > a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-navigation > ul > li:hover > a {
    color: #dfba69;
}

.header .header-wrap .header-navigation #main-menu {
    display: none;
}

.header .header-wrap .header-navigation .aios-split-nav {
    width: calc(50% - 115px);
}

.header .header-wrap .header-navigation .aios-split-nav > li > a {
    font-size: 13px;
}

.header .header-wrap .header-navigation .aios-split-nav > li {
    padding: 0 5px;
    flex: 1 1 0;
}

.header .header-wrap .header-navigation .aios-split-nav {
    justify-content: flex-start;
}

.header .header-wrap .header-navigation .aios-split-nav:nth-of-type(2) {
    justify-content: flex-end;
}

.header .header-wrap .header-navigation .header-logo {
    flex-grow: 1;
}

/* Fixed Header*/
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 1001;
    background: #1b1b1b;
    padding: 0 30px;
    transform: translateY(-100%);
    transition: all 1s ease;
}

.admin-bar .fixed-header {
    top: 32px;
}

.fixed-header.active {
    transform: translateY(0);
}

.fixed-header .header-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding: 8px 0 9px;
    width: auto;
}


.fixed-header .header-wrap .header-logo {
    display: block;
    margin: 0 31px 0 0 !important;
}

.fixed-header .header-wrap .header-logo a {
    display: block !important;
    outline: none !important;
    pointer-events: auto;
}

.fixed-header .header-wrap .header-logo a img {
    width: auto !important;
    max-width: 100% !important;
}

.fixed-header .header-wrap .header-navigation {
    margin-top: 2px;
}

/* Side Navigation */
.side-navigation {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.side-navigation.active .side-navigation-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.side-navigation.active .side-navigation-trigger {
    right: 410px;
}

.side-navigation.active .side-navigation-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-navigation .side-navigation-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.side-navigation .side-navigation-trigger {
    position: absolute;
    top: 181px;
    right: 0;
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #dfba69;
    pointer-events: auto;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transform: rotate(-90deg) translateY(75px);
    -ms-transform: rotate(-90deg) translateY(75px);
    transform: rotate(-90deg) translateY(75px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.side-navigation .side-navigation-trigger:hover {
    background: #d6a73f;
}

.side-navigation .side-navigation-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 410px;
    max-width: 100%;
    height: 100%;
    background: transparent url("images/side-navigation-bg-a.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding: 0 15px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.side-navigation .side-navigation-wrap:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("images/side-navigation-bg-b.png") no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    opacity: 0.78;
}

.side-navigation .side-navigation-wrap:after {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.side-navigation .side-navigation-wrap > div {
    height: 100%;
}

.side-navigation .side-navigation-wrap .side-navigation-inner {
    width: 100%;
    height: 100%;
    padding: 7% 0 8.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

.side-navigation .side-navigation-wrap .side-navigation-logo {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.side-navigation .side-navigation-wrap .side-navigation-logo.main {
    margin-top: auto;
    padding-top: 30px;
}

.side-navigation .side-navigation-wrap .side-navigation-logo.main img {
    margin-top: 15px;
}

.side-navigation .side-navigation-wrap .side-navigation-logo.main a:hover {
    color: #dfba69;
}

.side-navigation .side-navigation-wrap .side-navigation-logo a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side-navigation .side-navigation-wrap .side-navigation-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.side-navigation .side-navigation-wrap .side-navigation-info {
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.96px;
    color: #fff;
    margin-top: auto;
    padding-top: 30px;
}

.side-navigation .side-navigation-wrap .side-navigation-info ul {
    display: block;
}

.side-navigation .side-navigation-wrap .side-navigation-info ul li {
    display: block;
    margin-top: 12px;
}

.side-navigation .side-navigation-wrap .side-navigation-info ul li:nth-child(1) {
    margin-top: 0;
}

.side-navigation .side-navigation-wrap .side-navigation-info ul li span {
    font-weight: 400;
}

.side-navigation .side-navigation-wrap .side-navigation-info ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side-navigation .side-navigation-wrap .side-navigation-info ul li a:hover {
    color: #dfba69;
}

.side-navigation .side-navigation-wrap .side-navigation-smi {
    margin-top: 50px;
}

.side-navigation .side-navigation-wrap .side-navigation-smi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.side-navigation .side-navigation-wrap .side-navigation-smi ul li {
    display: block;
    padding: 0 5px;
}

.side-navigation .side-navigation-wrap .side-navigation-smi ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side-navigation .side-navigation-wrap .side-navigation-smi ul li a:hover {
    background: #dfba69;
    border-color: #dfba69;
}

.side-navigation .side-navigation-wrap .side-button {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 16px;
}

.side-navigation .side-navigation-wrap .side-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    height: 38px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
}

.side-navigation .side-navigation-wrap .side-button.button-2 a {
    width: calc(50% - 6px);
    margin: 0;
}

.side-navigation .side-navigation-wrap .side-button a:hover {
    border-color: #dfba69;
    background: #dfba69;
}

/* HP Slideshow */
.hp-slideshow {
    position: relative;
}

.hp-slideshow .slideshow-wrap {
    position: relative;
}

.hp-slideshow .slideshow-wrap .slideshow-slider {
    position: relative;
    z-index: 1;
}

.hp-slideshow .slideshow-wrap .slideshow-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    max-height: 100%;
    background: linear-gradient(to top, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 1) 100%);
    pointer-events: none;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide canvas,
.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide.video-slide {
    min-height: 350px;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide.video-slide {
    height: 100% !important;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide video {
    min-width: 100vw;
    max-width: 150vh;
    min-height: 100vw;
    max-height: 150vh;
}

.hp-slideshow .slideshow-wrap .slideshow-tagline {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*background: rgba(0, 0, 0, 0.55);*/
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    pointer-events: none;
}

.hp-slideshow .slideshow-wrap .slideshow-tagline img {
    margin: auto;
    display: none;
}

.hp-slideshow .slideshow-arrow {
    position: absolute;
    bottom: 12.5%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.hp-slideshow .slideshow-arrow em {
    color: #fff;
    opacity: 0.5;
    font-size: 50px;
    text-shadow: 0 0 10px #000;
}

.slideshow-cta {
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 2;
}

.slideshow-cta .container {
    max-width: 980px;
}

.slideshow-cta a {
    display: block;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    height: 90px;
    margin: 10px auto;
    max-width: 450px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.slideshow-cta a:hover {
    border-color: #dfba69;
    background: #dfba69;
    text-shadow: none;
}

.slideshow-cta a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.slideshow-cta a div {
    display: inline-block;
    vertical-align: middle;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.slideshow-cta a div span {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

/* HP Main Blogs */
.hp-blog .blog-wrap .blog-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hp-blog .blog-wrap .blog-list .blog-col {
    width: 50%;
}

.hp-blog .blog-wrap .blog-list .blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article {
    width: 50%;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg {
    width: 100%;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg .blog-article-img img {
    height: 577px;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg .blog-article-title {
    margin-top: 4%;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg .blog-article-title a {
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 1.36;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg .blog-article-title a:hover {
    color: #dfba69;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg .blog-article-title a strong {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg .blog-article-title a strong::first-letter {
    font-size: 162px;
    letter-spacing: 0;
    line-height: 1;
    margin: -30px 15px 0 0;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg .blog-article-date {
    margin: 16px 0 0 1px;
}

.hp-blog .blog-wrap .blog-list .blog-item .blog-article.lg .blog-article-smi {
    padding-left: 14.8%;
}

.hp-blog .blog-wrap .blog-list .blog-article {
    display: block;
    position: relative;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-img {
    display: block;
    position: relative;
    outline: none;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-img img {
    display: block;
    width: 100%;
    height: 434px;
    object-fit: cover;
    object-position: center center;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-info {
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-info.top {
    bottom: auto;
    top: 0;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-title {
    padding-left: 26px;
    max-width: 75%;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-title a {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-title a:hover {
    color: #dfba69;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-title a strong {
    display: block;
    font-weight: 400;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-title a strong::first-letter {
    display: block;
    float: left;
    font-size: 90px;
    letter-spacing: 1.8px;
    line-height: 1;
    text-transform: uppercase;
    margin: -7px 4px 0 0;
    min-width: 45px;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-date {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    color: #fff;
    margin: 8px 0 0 1px;
}

.hp-blog .blog-wrap .blog-list .blog-article .blog-article-smi {
    margin-top: 17px;
    padding-left: 19%;
}

/* HP Recent Blogs */
.hp-recent .recent-wrap {
    overflow: hidden;
    padding: 77px 67px 0;
}

.hp-recent .recent-wrap .recent-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -35px;
}

.hp-recent .recent-wrap .recent-list .recent-col {
    width: calc(100% / 3);
    padding: 0 35px;
}

.hp-recent .recent-wrap .recent-list .recent-item {
    position: relative;
    padding-bottom: 20px;
}

.hp-recent .recent-wrap .recent-list .recent-article {
    width: 100%;
    margin-top: 125px;
}

.hp-recent .recent-wrap .recent-list .recent-article:nth-child(1) {
    margin-top: 0;
}

.hp-recent .recent-wrap .recent-list .recent-article.lg .recent-article-img img {
    height: 661px;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-img {
    display: block;
    outline: none;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 293px;
    object-fit: cover;
    object-position: center center;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-title {
    margin-top: 41px;
    text-align: center;
    min-height: 96px;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-title a {
    display: inline-block;
    vertical-align: middle;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    color: #dfba69;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-title a strong {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #000;
    margin-top: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-title a:hover {
    color: #d6a73f;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-title a:hover strong {
    color: #d6a73f;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #727272;
    margin-top: 30px;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-smi {
    margin-top: 29px;
}

.hp-recent .recent-wrap .recent-list .recent-article .recent-article-smi .addtoany_shortcode .addtoany_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hp-recent .recent-wrap .recent-pagination {
    margin-top: 130px;
}

.hp-recent .recent-wrap .recent-pagination ul,
#blog-slick ul.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#blog-slick ul.slick-dots {
    margin-top: 30px;
    display: none !important;
}

.hp-recent .recent-wrap .recent-pagination ul li,
#blog-slick ul.slick-dots li {
    display: block;
    padding: 0 5px;
}

.hp-recent .recent-wrap .recent-pagination ul li a,
.blog-dots ul li button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ededed;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #5f5f5f;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.recent-wrap .slick-list.draggable {
    /*padding-bottom: 50px;*/
}

.blog-dots {
    position: relative;
    max-width: 200px;
    margin: 30px auto;
}

.blog-dots .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ededed;
    padding: 18px 22px;
    cursor: pointer;
}

.blog-dots .slick-arrow:hover {
    background: #dfba69;
    color: #fff;
}

.blog-dots .slick-arrow.blog-dots-arrows-prev {
    right: 100%;
}

.blog-dots .slick-arrow.blog-dots-arrows-next {
    left: 100%;
}

.blog-dots ul li {
    display: inline-block;
}

.blog-dots ul li button {
    border: 0;
    outline: 0;
    margin: 0 auto;
}

.blog-dots ul.slick-initialized.slick-slider {
    position: relative;
}

.hp-recent .recent-wrap .recent-pagination ul li a.active,
.hp-recent .recent-wrap .recent-pagination ul li a:hover,
.blog-dots ul div.slick-slide.slick-current.slick-active li button,
.blog-dots ul li button:hover {
    background: #dfba69;
    color: #fff;
}

/* HP Follow Us On Instagram */
.hp-ig {
    /*margin-top: 141px;*/
}

.hp-ig .ig-wrap .ig-title {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.hp-ig .ig-wrap .ig-title strong {
    display: block;
    font-size: 60px;
    font-weight: 400;
    color: #dfba69;
    margin-top: 2px;
}

.hp-ig .ig-wrap .ig-slider-wrap {
    position: relative;
}

.hp-ig .ig-wrap .ig-slider-wrap {
    margin-top: 56px;
    position: relative;
}

.hp-ig .ig-wrap .ig-slider-wrap .ig-slider:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}

.hp-ig .ig-wrap .ig-slider-wrap .ig-slide {
    pointer-events: none;
    position: relative;
    padding: 8px 0 38px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-ig .ig-wrap .ig-slider-wrap .ig-slide .ig-item {
    display: block;
    position: relative;
    outline: none;
    /*width: 130%;*/
    pointer-events: auto;
}

.hp-ig .ig-wrap .ig-slider-wrap .ig-slide .ig-item .ig-img {
    display: block;
}

.hp-ig .ig-wrap .ig-slider-wrap .ig-slide .ig-item .ig-img:before {
    position: absolute;
    bottom: 21px;
    left: 22px;
    color: #fff;
    opacity: 0.5;
    font-size: 22px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-ig .ig-wrap .ig-slider-wrap .ig-slide .ig-item .ig-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.hp-ig .ig-wrap .ig-slider-wrap .ig-slide .ig-item:hover .ig-img:before {
    opacity: 1;
}

.ig-slide-holder {
    position: relative;
}

.hp-ig .ig-wrap .ig-slide-holder .ig-slider-controls {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 28px;
}

.hp-ig .ig-wrap .ig-slide-holder .ig-slider-controls .ig-prev,
.hp-ig .ig-wrap .ig-slide-holder .ig-slider-controls .ig-next {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 43px;
    height: 44px;
    opacity: 0.5;
    font-size: 0;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-ig .ig-wrap .ig-slide-holder .ig-slider-controls .ig-prev:hover,
.hp-ig .ig-wrap .ig-slide-holder .ig-slider-controls .ig-next:hover {
    opacity: 1;
}

.hp-ig .ig-wrap .ig-slide-holder .ig-slider-controls .ig-prev {
    background-image: url("images/ig-prev-a.png");
}

.hp-ig .ig-wrap .ig-slide-holder .ig-slider-controls .ig-next {
    background-image: url("images/ig-next-a.png");
}

/* Footer */
.footer {
    padding: 99px 0 83px;
}

.footer .footer-wrap .footer-form .footer-form-banner {
    position: relative;
    z-index: -1;
}

.footer .footer-wrap .footer-form .footer-form-banner canvas {
    display: block;
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer .footer-wrap .footer-form .footer-form-title {
    background: #1b1b1b;
    width: 301px;
    height: 142px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin: -108px auto 0;
    text-align: center;
}

.footer .footer-wrap .footer-form .footer-form-title strong {
    display: block;
    font-size: 60px;
    font-weight: 400;
    color: #dfba69;
    margin-top: 2px;
}

.footer .footer-wrap .footer-form .footer-form-contact {
    margin-top: 51px;
}

.footer .footer-wrap .footer-form .footer-form-contact .footer-form-contact-inner {
    padding: 0 33px 62px;
    border-bottom: 1px solid #f0f0f0;
}

.footer .footer-wrap .footer-form .footer-form-contact form {
    position: relative;
    margin: 0 -4px;
}

.footer .footer-wrap .footer-form .footer-form-contact form:before,
.footer .footer-wrap .footer-form .footer-form-contact form:after {
    content: '';
    display: table;
    clear: both;
}

.footer .footer-wrap .footer-form .footer-form-contact .footer-form-field {
    position: relative;
    float: left;
    width: 24.34%;
    padding: 0 4px;
}

.footer .footer-wrap .footer-form .footer-form-contact .footer-form-field.lg {
    width: 36%;
}

.footer .footer-wrap .footer-form .footer-form-contact .footer-form-field.submit {
    width: 15.3%;
}

.footer .footer-wrap .footer-form .footer-form-contact input[type="text"],
.footer .footer-wrap .footer-form .footer-form-contact input[type="email"],
.footer .footer-wrap .footer-form .footer-form-contact textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 62px;
    border: none;
    background: #efefef;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.28px;
    color: #565656;
    padding: 0 20px;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-form .footer-form-contact input[type="text"]:focus,
.footer .footer-wrap .footer-form .footer-form-contact input[type="text"]:active,
.footer .footer-wrap .footer-form .footer-form-contact input[type="email"]:focus,
.footer .footer-wrap .footer-form .footer-form-contact input[type="email"]:active,
.footer .footer-wrap .footer-form .footer-form-contact textarea:focus,
.footer .footer-wrap .footer-form .footer-form-contact textarea:active {
    background: #d8d8d8;
}

.footer .footer-wrap .footer-form .footer-form-contact textarea {
    resize: none;
    padding-top: 24px;
}

.footer .footer-wrap .footer-form .footer-form-contact input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 62px;
    border: none;
    background: #dfba69;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-form .footer-form-contact input[type="submit"]:hover {
    background: #d6a73f;
}

.footer .footer-wrap .footer-form .footer-form-contact .wpcf7-form-control-wrap {
    display: block;
}

.footer .footer-wrap .footer-form .footer-form-contact .ajax-loader {
    position: absolute;
}

.footer .footer-wrap .footer-form .footer-form-contact .wpcf7-response-output {
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
}

.footer .footer-wrap .footer-contact {
    margin-top: 89px;
}

.footer .footer-wrap .footer-contact .footer-contact-logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.footer .footer-wrap .footer-contact ul {
    margin-top: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-wrap .footer-contact ul li {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #747474;
    text-align: center;
    border-left: 1px solid #909090;
    padding: 0 38px;
    margin-top: 11px;
}

.footer .footer-wrap .footer-contact ul li:nth-child(1) {
    border-left: none;
}

.footer .footer-wrap .footer-contact ul li span {
    font-weight: 600;
    color: #1b1b1b;
}

.footer .footer-wrap .footer-contact ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-contact ul li a:hover {
    color: #dfba69;
}

.footer .footer-wrap .footer-contact ul li.lg {
    width: 100%;
    padding: 0;
    border: none;
}

.footer .footer-wrap .footer-smi {
    margin-top: 42px;
}

.footer .footer-wrap .footer-smi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-wrap .footer-smi ul li {
    display: block;
    padding: 0 5.5px;
}

.footer .footer-wrap .footer-smi ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    color: #1b1b1b;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-smi ul li a:hover {
    background: #dfba69;
    border-color: #dfba69;
    color: #fff;
}

.footer .footer-wrap .footer-navigation {
    margin-top: 45px;
}

.footer .footer-wrap .footer-navigation .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-wrap .footer-navigation .footer-menu li {
    padding: 0 13px;
}

.footer .footer-wrap .footer-navigation .footer-menu li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #4e4e4e;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-navigation .footer-menu li a:active,
.footer .footer-wrap .footer-navigation .footer-menu li a:hover {
    color: #dfba69;
}

.footer .footer-wrap .footer-copyright {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 5px;
}

.footer .footer-wrap .footer-copyright a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-copyright a:active,
.footer .footer-wrap .footer-copyright a:hover {
    color: #dfba69;
}

.footer .footer-wrap .footer-copyright a.footer-agentimage {
    text-decoration: underline;
}

.footer .footer-wrap .footer-mls {
    color: #4e4e4e;
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
}

.footer .footer-wrap .footer-mls span {
    display: block;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
/* 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: 77.08%;
}

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

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}

/* 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 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: #d6a73f;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

/* Style category/archive/etc main headings (h1) */
/* Styles for category/archive/search/etc subheadings (h2) */
/* Styles for content entry */
#content .entry {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #727272;
}

#content a {
    color: #dfba69;
}

/* Inner Page Banner */
.inner-page-banner {
    position: relative;
}

.inner-page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.inner-page-banner canvas {
    display: block;
    width: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Inner Page Breadcrumbs */
#breadcrumbs {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#breadcrumbs a {
    color: #d6a73f;
}

.error404 div.wpcf7-response-output,
.ip-container div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.ip-iframe-wrapper {
    text-align: center;
}

.ip-iframe-wrapper iframe {
    background: #000;
}
.ig-item img {
	height: 240px;
    max-width: 100%;
}
.ig-item {
    overflow: hidden;
    height: auto;
    display: block;
}
.ig-img.ai-instagram::before {
    position: absolute;
    color: #fff;
    right: 0;
    padding: 10px;
}
.ig-slider-controls {
    display: none;
}
.fair-h a div {
font-size: 15px;
}
.fair-h a {
height: 40px;
}

#content a.instagram-lnk {
	max-width: 700px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #dfba69;
	font-size: 20px;
	padding: 10px 0;
	text-transform: uppercase;
}

.hp-recent .recent-wrap .recent-list .recent-article:last-child {
    display: none;
}

.hp-recent .recent-wrap .rb-title strong {
    font-family: "Oswald", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 60px;
    font-weight: 400;
    color: #dfba69;
    margin-top: 2px;
    margin-bottom: 10px;
}

.video-thumb {
	position: relative;
}


.video-thumb img {
	width: 100%;
}

.video-thumb .ai-font-play-button-a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 20px;
}

.video-small {
	margin-bottom: 14px;
}

#hp-videos .videos-wrap {
	overflow: hidden;
	padding: 0 67px 77px;
}

#hp-videos .videos-wrap .rb-title strong {
	font-family: "Oswald", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 60px;
	font-weight: 400;
	color: #dfba69;
	margin-top: 2px;
	margin-bottom: 10px;
}

.header .header-wrap .header-logo a img:nth-child(2),
.header .header-wrap .header-logo a img.partner-logo {
    max-width: 125px;
    display: block;
    margin: 0px auto;
}

.fixed-header .header-wrap .header-logo a img:nth-child(2),
.fixed-header .header-wrap .header-logo a img.partner-logo {
    max-width: 80px !important;
}

.video-thumb p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.ig-wrap {
    padding: 0 67px;
}



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