/*
Theme Name: Command Realty Group
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
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 */
#nav li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#nav > li {
    margin-left: 45px;
    position: relative;
}

#nav > li::after{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#nav > li:hover::after{
    opacity: 1;
    width: 100%;
}

#nav li a{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#nav li a:hover{
    color: #cbb41c;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 0 0;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: rgba(0,0,0,0.9);
    text-align: center;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: -19px;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

 /* Header */
header.header{
    font-size: 0;
    position: fixed;
    width: 100%;
    z-index: 1010;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 0;
}

.header-logo a.fixed-logo{
    display: none;
}
.header-logo a.default-logo img {
    width: 100%;
    max-width: 191px;
}
.header-logo a.fixed-logo img {
    width: 100%;
    max-width: 132px;
}

.header-info {
    padding: 0 0 18px;
}

div#slidingMenu {
    width: 100%;
    position: fixed;
    z-index: 2010;
    height: 100%;

    pointer-events: none;
}
    
    #slidingMenu .slidingMenu-main {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, .85);
        max-width: 1130px;
        width: 80%;
        border-left: 10px solid #f8d608;
        padding: 20px 0 100px 80px;

        pointer-events: auto;

        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;

        transition: 800ms ease;
        -webkit-transition: 800ms ease;
    }

    #slidingMenu.active .slidingMenu-main{
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    #slidingMenu .slidingMenu-wrap {
        max-width: 820px;
        margin-right: auto;
        padding-right: 15px;
        height: 100%;
        max-height: 480px;
        padding-top: 20px;
        /*overflow: auto;*/
        position: relative;
    }

        #slidingMenu button.close-btn {
            position: absolute;
            top: 0;
            right: 15px;
            color: #fff;
            background: transparent;
            border: 0;
            font-size: 16px;
            outline: none;

            transition: 400ms ease;
            -webkit-transition: 400ms ease;
        }

        #slidingMenu button.close-btn:hover{
            color: #f8d608;
        }  

        #slidingMenu .slideingMenu-nav-wrap{
            height: 99%;
            display: block;
        }
        #slidingMenu .slideingMenu-nav-wrap > div {
            display: block;
            height: 100%;
        }

        #slidingMenu ul#slidingNav {
            height: 100%;
            flex-direction: column;
            justify-content: space-between;
            display: flex;
        }

        #slidingMenu ul#slidingNav li{}

        #slidingMenu ul#slidingNav > li{
            margin-bottom: 25px;
        }

        #slidingMenu ul#slidingNav > li > a{
            font-size: 34px;
            font-family: 'Barlow', sans-serif;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .050em;
            display: inline-block;
            line-height: 1;
            font-weight: 500;

            transition: 400ms ease;
            -webkit-transition: 400ms ease;
        }

        #slidingMenu ul#slidingNav > li > a:hover{
            color: #f8d608;
        }

        #slidingMenu ul#slidingNav .sub-menu{
            padding-top: 30px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            max-width: 540px;
        }

            ul#slidingNav .three-col-menu > .sub-menu > li {
                width: 33.33%;
            }

            ul#slidingNav .sub-menu > li{
                width: 50%;
                margin-bottom: 15px;
            }

            #slidingNav .sub-menu .view-more-link {
                width: 100% !important;
                margin-bottom: 0;
            }

             #slidingNav .sub-menu .view-more-link > a{
                padding: 15px 0;
             }

            ul#slidingNav .sub-menu a{
                font-size: 14px;
                font-family: 'Barlow', sans-serif;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: .050em;
                display: block;
                line-height: 1;
                font-weight: 400;

                transition: 400ms ease;
                -webkit-transition: 400ms ease;
            }

            ul#slidingNav .sub-menu a:hover{
                color: #f8d608;
            }

.info-icon-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #cbb41c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.header-info span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f8d608;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 16px;
}

.info-phone {
    padding-right: 20px;
}

.info-phone,
.info-mail,
.header-details,
.navi-burger {
    display: flex;
    align-items: center;
}

.header-details {
    justify-content: flex-end;
}


.info-phone em,
.info-mail a{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.info-phone em:hover,
.info-mail a:hover{
    color: #cbb41c
}

.burger-menu-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.burger-menu span{
    display: block;
    width: 36px;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.burger-menu span:first-child{
    width: 31px;
    margin-left: auto;
}

.burger-menu span:last-child {
    width: 21px;
    margin-left: auto;
}

.burger-menu-wrap:hover .burger-menu span:last-child,
.burger-menu-wrap:hover .burger-menu span:first-child,
.burger-menu-wrap:hover .burger-menu span{
    width: 36px;
    background: #cbb41c;
}

.burger-title {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 10px 0 32px;
}

.burger-menu-wrap:hover .burger-title{
    color: #cbb41c;
}
 /* End Header */

 /* Fixed Header */
 .header.show-fixed {
    background: #fff;
    box-shadow: 0px -2px 10px #000;
}

.header.show-fixed .header-inner {
    padding: 6px 0;
}

.header.show-fixed .header-info{
    display: none;
}

.header.show-fixed .burger-menu span {
    background: #f8d608;
}

.header.show-fixed #nav > li > a {
    color: #000000;
}

.header.show-fixed #nav > li > a:hover{
    color: #cbb41c;
}

.header.show-fixed .header-logo a:first-child{
    display: none;
}
 
.header.show-fixed .header-logo a.fixed-logo{
    display: block;
}
 /* End Header */

 /* Floating Form */
 .floating-form-view {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 0;
    letter-spacing: 0;
    height: 100%;
    z-index: 1033;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }
  
  /* .home .floating-view-wrap {
    display: block;
  } */
  .floating-view-wrap {
    display: block;
    position: relative;
    width: 425px;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    pointer-events: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .floating-view-wrap > div {
    height: 100%;
  }
  
  .floating-view-wrap.is-open .floating-body {
    opacity: 1;
  }
  
  .floating-form--btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 200px;
    height: 50px;
    background: -webkit-linear-gradient(45deg, #f8d608 0%, #f8d608 100%);
    background: linear-gradient(45deg, #f8d608 0%, #f8d608 100%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
    -webkit-transform: rotate(270deg) translateZ(0);
    transform: rotate(270deg) translateZ(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    right: 50px;
    top: calc(50% + 100px);
  }
  
  .floating-form--btn span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: .08em;
    color: #000000;
    text-transform: uppercase;
    padding-right: 15px;
    margin-right: 15px;
    padding-bottom: 2px;
    font-weight: 700;
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
  }
  
  .floating-form--btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 100%;
    background: #000;
}
  
  .floating-form--btn em {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #000;
    font-weight: 700;
    text-shadow: 0 0 0 #000;
  }
  
  .floating-form--btn.is-active em {
    -webkit-transform: rotate(-270deg) translateZ(0);
    transform: rotate(-270deg) translateZ(0);
  }
  
  .floating-form--btn.is-active {
    width: 200px;
    height: 50px;
    right: 50px;
    top: calc(50% + 104.5px);
  }
  .floating-form--btn.is-active span {
    font-size: 17.47px;
  }
  .floating-form--btn.is-active em {
    font-size: 15px;
  }
  
  .floating-body {
    position: absolute;
    top: 0;
    background: #fff;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 52px 38px 70px 38px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  

.floating-form-drop {
  position: fixed;
  z-index: 1032;
  top: 0;
  left: 0;
  right: initial;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.floating-view.is-open {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.floating-logo {
    padding: 0 0 58px;
}

.floating-logo img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 185px;
}

.fl-lg input,
.fl-lg textarea{
    width: 100%;
    height: 51px;
    border: 2px solid #000;
    background: transparent;
    padding: 0 14px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    resize: none;
    outline: none;
    overflow: hidden;
}

.fl-lg{
    margin: 0 0 19px;
}

.fl-lg textarea{
    height: 108px;
    padding: 18px 14px 0;
}

.fl-button {
    padding: 12px 0 0;
}
  
.fl-button input{
    width: 100%;
    height: 52px;
    border:none;
    background: #f8d608;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.fl-button input:hover{
    background: #000;
    color: #fff;
}

.fl-details {
    padding: 55px 0 0;
}

.fl-phone span{
    font-size: 18px;
    color: #f8d608;
}

.fl-email span{
    font-size: 13px;
    color: #f8d608;
}

.fl-phone em,
.fl-email a{
    font-size: 14px;
    letter-spacing: 0.07em;
    color: #3d3d3d;
    font-weight: 500;
    padding-left: 13px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fl-email {
    padding: 15px 0 0;
}

.fl-email a:hover,
.fl-phone em:hover{
    color: #cbb41c;
}

.float-smi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0 0px;
}

.float-smi a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #000;
    margin: 0 5px;
}

.float-smi a:hover{
    background: #f8d608;
    color: #000;
}

.float-form{
    position: relative;
}

.float-form div.wpcf7-response-output {
    font-size: 14px;
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -33px;
}

.float-form span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.float-form .wpcf7-form-control-wrap {
    display: block;
}
 /* End Form */

 /* Cta */
 .hp-main-view{
     position: relative;
 }
 .cta-upperfold{
     font-size: 0;
     position: relative;
     z-index: 1;
 }

 .canvas-holder {
    display: block;
    height: 100%;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
    min-height: 700px;
}

  .cta-expanded .shrink-btn {
    pointer-events: auto;
  }
  
  .cta-container {
    position: relative;
    font-size: 0;
  }
  
  .cta-item {
    position: absolute;
    top: 0;
    width: calc(100% / 2);
    height: 100%;
    pointer-events: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .cta-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .35);
  }

  .cta-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 635px;
    width: 503px;
    background: url(images/cta-r.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    pointer-events: none
  }

  .cta-item.grow::after{
    opacity: .20;
  }

  .cta-item canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cta-item.grow {
    width: 70.6%;
    pointer-events: none;
  }
  .cta-item.grow .shrink-btn {
    opacity: 1;
    visibility: visible;
  }
  .cta-item.shrink {
    width: 29.4%;
  }
  
  .cta-item--left {
    left: 0;
    right: initial;
  }

  .cta-item--right {
    left: initial;
    right: 0;
  }
  
  .cta-textview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 844px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}
    .cta-item:first-child .cta-textview {
        right: 0;
        left: auto;
    }

  
.cta-heading {
    position: relative;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}

  .cta-button{
      max-width: 185px;
      height: 52px;
      width: 100%;
      border: 1px solid #fff;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #fff;
      pointer-events: auto;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
  }

  .cta-button:hover{
      background: #f8d608;
      border: 1px solid #f8d608;
      color: #000;
  }
  
  .shrink-cta,
  .shrink-cta--reverse {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 15.16px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 25px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    cursor: pointer;
  }
  .shrink-cta::before,
  .shrink-cta--reverse::before {
    content: '';
    width: 14px;
    height: 20px;
    display: inline-block;
    background: url(images/ic-right-doublearrow.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
  .shrink-cta:hover,
  .shrink-cta--reverse:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  
  .shrink-cta--reverse {
    padding-left: 25px;
    padding-right: 0;
    right: initial;
    left: 20px;
  }
  .shrink-cta--reverse::before {
    background: url(images/ic-left-doublearrow.png) no-repeat center center;
    background-size: 100% 100%;
    right: initial;
    left: 0;
  }
  
 /* End Cta */

 /* Cta B */
 .hp-cta-b {
    font-size: 0;
    position: relative;
    margin-top: -144px;
    padding: 0 20px 85px;
}

.hp-cta-b::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/cta-b-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.09;
}

section.hp-cta-b > .textwidget .container {
    position: relative;
    z-index: 1;
}

.cta-b-title {
    width: 100%;
    max-width: 925px;
    margin: 0 auto;
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 53px;
    position: relative;
    left: -23px;
    text-align: center;
}

.cta-b-title span{
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
    position: relative;
    padding: 0 43px;
}
    .cta-b-title span:first-child {
        padding-left: 0;
    }
    .cta-b-title span:last-child {
        padding-right: 0;
    }

.cta-b-title span:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 21px;
    background: #fff;
    top: 2px;
    right: 0px;
}

.cta-b-title span:last-child:after{
    display: none;
}

.cta-arrow{
    cursor: pointer;
}

.cta-arrow span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    animation: explore 1.5s infinite;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}

.cta-arrow span:last-child {
    margin-top: -9px;
    animation-delay: 0.2s;
}

@keyframes explore {
    from {bottom: 0px; opacity: 1;}
    to {top: 10px; opacity: 0;}
  }

.cta-b-wrap {
    display: flex;
    max-width: 1538px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cta-b-wrap > div {
    width: calc(100% / 2);
    margin: 0 auto;
}

.cta-b-item {
    padding: 0 14px;
}

.cta-b-item a {
    position: relative;
    display: block;
}

.cta-b-list {
    display: flex;
}

.cta-b-list.item-2 {
    justify-content: flex-end;
}

.cta-b-img {
    height: 160px;
    border: 2px solid #fff;
    position: relative;
    max-width: 218px;
    width: 100%;
    overflow: hidden;
}

.cta-b-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/cta-b-overlay.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    opacity: .30;
}

.cta-b-img::after{
    content: '';
    position: absolute;
    width: 166px;
    height: 204px;
    top: 0;
    left: -100px;
    background: url(images/cta-hover.png) no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    pointer-events: none
}

.cta-b-item a:hover .cta-b-img::after{
    opacity: .35;
    left: 0;
}

.cta-b-img canvas{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-b-item a:hover .cta-b-img canvas{
    filter: grayscale(0);
}
.cta-b-descrip {

    z-index: 1;
    max-width: 215px;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000000;
    background: #f8d608;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.hp-cta-b .global-button {
    padding-right: 30px;
    padding-top: 38px;
}

.hp-cta-b .cta-b-right .global-button {
    padding-right: 0;
    padding-left: 30px;
}

.global-button a{
    max-width: 215px;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0d0d0d;
    background: #f8d608;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.global-button span {
    display: block;
    padding-left: 15px;
}

.global-button a:hover{
    background: #000;
    color: #fff;
}

.global-button a img {
    width: 13px;
    height: 14px;
    background-position: center center;
    object-fit: contain;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.global-button a:hover img{
    filter: invert(1);
}

 /* End Cta B */

 /* Hp Welcome */
.hp-welcome{
    font-size: 0;
    position: relative;
    overflow: hidden;
    background: #141414;
}

.hp-welcome::after {
    content: "";
    position: absolute;
    top:-5px;
    left: 0;
    height: 100%;
    width: 503px;
    background: url(images/welcome-r.png) no-repeat top left/contain;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .05;
    pointer-events: none;
}
.welcome-left{
    margin-left: -90px;
    padding: 82px 0 0;
}

.welcome-right {
    margin-left: -15px;
}

.welcome-img {
    width: calc(((100vw - 1140px) / 2) + 100%);
    position: relative;
}

.welcome-img::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
    border-left: 52px solid #131313;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.welcome-img canvas{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.welcome-title {
    padding: 0 0 42px;
}

.welcome-descrip {
    max-width: 525px;
}

.welcome-descrip p {
    font-weight: 300;
    font-size: 15px;
    color: #cccccc;
    line-height: 26px;
    padding: 0 0 26px;
}

.welcome-title span {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    display: block;
    padding: 0 0 5px;
}

.welcome-title em{
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    color: #f8d608;
    text-transform: uppercase;
}

.welcome-title em:last-child {
    color: #fff;
    padding-left: 13px;
}

.hp-welcome .global-button a {
    margin: initial;
}

.hp-welcome .global-button {
    padding: 16px 0 0;
}
 /* End Welcome */

 /* Hp Testimonials */
.hp-testimonials{
    font-size: 0;
    position: relative;
    background: url('images/testi-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 142px 0;
}

.testi-box {
    background: rgba(12,12,12,.92);
    padding: 103px 0 100px;
}

.testi-title span{
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 40px;
    color: #f8d608;
    text-align: center;
}

.testi-icon img {
    display: block;
    margin: 32px auto 29px;
    /* padding: 32px 0 29px; */
    width: 27px;
    height: 26px;
    object-fit: contain;
    background-position: center center;
    filter: invert(1);
}

.testi-descrip a:hover {
    color: #f8d608;
}

.testi-inner{
    position: relative;
    max-width: 947px;
    width: 100%;
    margin: 0 auto;
}

.testi-descrip {
    font-weight: 300;
    font-size: 15px;
    color: #d7d7d7;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    max-width: 653px;
    margin: 0 auto;
}

.testi-name {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 20px;
    padding: 40px 0 0;
}

.testi-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -31px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.testi-arrow span{
    font-size: 26px;
    color: #959695;
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testi-arrow span:hover{
    color: #fff;
}
 /* End Testimonials */

 /* Contact Form */
.hp-form{
    font-size: 0;
    position: relative;
    background: #f8d608;
    padding: 59px 0;
}

.hp-form::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/hp-form-bg2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .90;
}

.ct-form-inner {
    position: relative;
    background: rgba(10,10,10,.91);
    max-width: 743px;
    margin: 0 auto;
    padding: 0 15px 78px;
}

.ct-title{
    text-align: center;
}

.ct-title span {
    font-weight: 500;
    display: block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2em;
    padding: 55px 0 12px;
}

.ct-title em{
    font-style: normal;
    font-weight: 500;
    display: block;
    font-size: 36px;
    color: #f8d608;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ct-form {
    max-width: 507px;
    margin: 0 auto;
    position: relative;
}

.ct-lg {
    margin: 0 0 16px;
}

.ct-lg.holder {
    position: relative;
}

.ct-lg input,
.ct-lg textarea{
    width: 100%;
    height: 36px;
    font-weight: 600;
    font-size: 13px;
    color: #c7c7c7;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border: none;
    border-bottom: 1px solid #878787;
    outline: none;
    resize: none;
    background: transparent;
}

.ct-lg textarea{
    height: 77px;
    padding: 26px 0 0;
}

.cf-button {
    position: absolute;
    width: 29px;
    height: 26px;
    /*background: url(images/send-icon.png) no-repeat;*/
    background-size: 100% 100%;
    bottom: 15px;
    right: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cf-button:hover{
    opacity: .6;
}

.cf-button input {
    font-size: 0;
    border: none;
}

.cf-button i {
    font-size: 26px;
    color: #f8d608;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.ct-form div.wpcf7-response-output {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -45px;
}

.ct-form span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.ct-form .wpcf7-form-control-wrap {
    display: block;
}

footer.footer{
    position: relative;
}

.footer-top {
    padding: 73px 0 50px;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 191px;
}

.footer-details {
    max-width: 884px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 0;
}

.footer-phone span,
.footer-email span,
.footer-address span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f8d608;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.footer-phone,
.footer-email,
.footer-address{
    display: flex;
    align-items: center;
}

.footer-phone em,
.footer-email a,
.footer-address em {
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
    padding: 0 0 0 11px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-style: normal;
}

.footer-phone em:hover,
.footer-email a:hover{
    color: #f8d608;
}

.footer-smi {
    margin-top: 40px;
    text-align: center;
}
    .footer-smi a {
        width: 30px;
        height: 30px;
        margin: 0 3px;
        border-radius: 50%;
        background: #f8d608;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 19px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
        .footer-smi a:hover {
            background: #3d3d3d;
        }

.footer-bottom {
    background: #000000;
    padding: 40px 0 28px;
}

.footernav li a{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #fff;
    padding: 0 30px 0 30px;
}

.footernav {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: #c4c4c4;
    letter-spacing: 0.02em;
    padding: 16px 0;
}

.copyright a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.copyright a:hover{
    color: #fddb0d;
}

.copyright a:last-child{
    color: #fddb0d;
}

.copyright a:hover:last-child{
    color: #fff;
}

.mls{
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
 /* End Contact Form */
/* Global */
.aios-mobile-header-wrapper {
    z-index: 1020 !important;
}

div#main-wrapper {
    overflow: hidden;
}

body{
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
	background: #FFF;
	color: #000000;
	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; */
}
 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* 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%;
    padding: 25px 0 0;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* 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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
/*text-align: center;*/
    font-weight: 600;
/*    font-size: 60px;*/
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}

#content .ip-img {
    margin: 0 auto;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
.side-cta .cta-b-wrap {
    flex-direction: column;
    max-width: 100%;
}

.side-cta .cta-b-list {
    flex-direction: column;
}

.side-cta .cta-b-img {
    max-width: 218px;
    margin: 0 auto;
    border: none;
}

.side-cta .cta-b-wrap > div {
    width: 100%;
}

.side-cta .cta-b-descrip {
    max-width: 218px;
    margin: -2px auto 0;
}

.side-cta .cta-b-left {
    padding-right: 0;
}

.side-cta .cta-b-right {
    padding-left: 0;
}

.side-cta .cta-b-item {
    margin: 0 0 15px;
}

.side-cta .cta-b-left .global-button {
    padding-bottom: 43px;
}

.side-cta .cta-b-descrip span {
    padding-left: 10px;
}

.mark-allin {
    text-align: center;
    margin-bottom: 20px;
}

ul.mark-allin-list {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

ul.mark-allin-list li {
/*
	list-style-image: url(/wp-content/uploads/2020/03/button-icon-1.png);
	padding-bottom: 10px;
*/
    display: inline-block;
        position: relative;
    padding: 0 10px;
}

ul.mark-allin-list li:before {
        content: '•';
    position: absolute;
    left: -3px;
}

.agent-contact-lang.agent-contact-detail {
	display: none;
}


/*COMMERCIAL FORMS*/
.commercial-content {
    position: relative;
}
.commercial-content h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 1;
}
.comm-item {
    margin: 50px 0;
}
.comm-item .commercial-form {
    margin: auto;
}
.comm-anchors {
    text-align: center;
}
    .comm-anchors a {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #000;
        text-align: center;
        line-height: 1;
        position: relative;
        padding: 0 15px;
        transition: 0.35s ease-in-out;
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
    }
        .comm-anchors a:hover {
            color: #f8d608;
        }
        .comm-anchors a:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 2px;
            height: 100%;
            background: #000;
        }
        .comm-anchors a:last-child:before {
            display: none;
        }
    .comm-anchor-item {
        text-align: center;
        margin: 30px 0;
    }

.commercial-form {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    max-width: 350px;
    margin: auto;
}
    .commercial-form form {
        width: 100%;
        position: relative;
        margin: 0 -5px !important;
    }
    .comm-input {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 5px 5px;
    }
        .comm-input.short {
            width: calc(50% - 10px);
        }
        .comm-input.long {
            width: calc(100% - 10px);
        }
        .comm-input input[type="text"],
        .comm-input input[type="email"],
        .comm-input textarea {
            width: 100%;
            height: 35px;
            outline: 0;
            border: 1px solid #f8d608;
            background: #fff;
            font-size: 15px;
            padding: 0 10px;
            color: #000;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
        }
        .comm-input textarea {
            height: 80px;
            resize: none;
        }
        .comm-input input[type="submit"] {
            width: 100%;
            height: 35px;
            font-size: 16px;
            border: 0;
            outline: 0;
            text-transform: uppercase;
            color: #000;
            background: #f8d608;
            transition: 0.35s ease-in-out;
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
        }
            .comm-input input[type="submit"]:hover {
                color: #fff;
                background: #000;
            }
        .commercial-form .wpcf7-form-control-wrap {
            display: block;
        }
        .commercial-form span.wpcf7-not-valid-tip {
            font-size: 12px;
        }
        .commercial-form div.wpcf7-response-output {
            width: calc(100% - 10px);
            margin: 10px 5px;
            font-size: 12px;
            text-align: center;
        }
        .commercial-form div.wpcf7 .ajax-loader {
            position: absolute;
            top: calc(50% - 8px);
        }


/*LANDLORD - LAYOUT TENTATIVE*/
.page-id-46 #content .entry-title {
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
} 
.page-id-46 #content .entry {
    text-align: center;
    max-width: 850px;
    margin: auto;
}
.page-id-46 .commercial-form {
    margin: auto;
}

/*COMMERCIAL*/
.page-id-39 #content .entry-title {
    display: none;
}
.page-id-39 .comm-title {
    position: relative;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 1;
}

.page-id-113 #content .entry .ip-img-wrap canvas {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.page-id-13 #content .entry .ai-contact-wrap {
    text-align: center;
}


.page-id-13 .commercial-form {
    margin: auto;
}

.page-id-13 .commercial-form form {
    margin: 0 !important;
}

.page-id-7 .ai-default-cf7wrap input[type="email"],
.page-id-7 .ai-default-cf7wrap input[type="tel"],
.page-id-7 .ai-default-cf7wrap input[type="text"] {
    border: 1px solid #f8d608;
    font-family: 'Barlow', sans-serif;
    height: 35px;
    font-size: 15px;

}

.page-id-7 .ai-default-cf7wrap textarea {
    border: 1px solid #f8d608;
    font-family: 'Barlow', sans-serif;
    height: 125px;
    font-size: 15px;
}

.page-id-7 .ai-default-cf7wrap select {
    border: 1px solid #f8d608;
    font-family: 'Barlow', sans-serif;
    height: 35px;
    font-size: 15px;
}

.page-id-7 .ai-contact-wrap input.wpcf7-submit,
.page-id-7 .ai-default-cf7wrap input.wpcf7-submit,
.page-id-7 .error-forms input.wpcf7-submit {
    font-family: 'Barlow', sans-serif;
    background: #f8d608 !important;
    height: 35px;
    color: #000 !important;
    font-size: 15px;
}

.page-id-7 .ai-contact-wrap input.wpcf7-submit:hover,
.page-id-7 .ai-default-cf7wrap input.wpcf7-submit:hover,
.page-id-7 .error-forms input.wpcf7-submit:hover {
    background: #000 !important;
    font-family: 'Barlow', sans-serif;
    color: #ffffff !important;
    height: 35px;
    font-size: 15px;
}