/*
Theme Name: Dusty Sell Real Estate
Theme URI: http://www.dustysellsrealestate.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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 {
    position:relative;
}

#nav .sub-menu {
    list-style: none outside none;
    padding-top: 32px;
    display: none;
    position: absolute;
    width:100%;
    min-width:180px;
    text-align: center;
}

#nav .sub-menu a {
    color: #ffffff!important;
    display: block;
    padding: 10px;
    font-weight: 400;
    font-size: 13px;
}


#nav .sub-menu a:hover{
    background-color:#252525;
    opacity:.75;
    color: #ffffff;
    text-decoration: none;
}


.sub-menu li{
    padding-bottom:0 !important;
    border-bottom: none !important;
}

/*
#nav .sub-menu li:first-child a{
    border-top: 5px solid #ffffff;
    left: 50%;
    transform: translateX(-50%);
}
*/

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    padding-top: 0px;
    position: absolute;
    top: -2px;
    left: 2px;
}
#nav li:hover > .sub-menu {
    display: block;
}

#nav .sub-menu{
    font-size: 0;
}

#nav .sub-menu li {
    position: relative;
    width: 100%;
    margin: 2px 0 0;
    background-color:#252525;
 /*   opacity:.75;*/
    border: none !important;
}

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

 /*CSS Reset*/
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Global */

body{
	font-family: Montserrat, Sans-serif;
	font-size: 16px;
	background: #ffffff;
	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; 
}

div#main-wrapper {
    overflow: hidden;
}


/*Custom Styles*/
.relative{
    position: relative;
}


.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}



.no-padding{
  padding-right: 0;
  padding-left: 0;
}

/*Anchor Style*/
a:link{
    text-decoration: none;
    outline: none;
}

 
/*Header*/

/*Fixed Header*/
.fixed-nav{
    position: fixed !important;
    background-color:#ffffff !important;
    opacity: 1 !important;
    
}

.fixed-nav.header{
    padding:0 !important;
}

.fixed-nav .navigation{
    margin: 0;
}

.fixed-nav .navigation a{
    color:#696969 !important;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.fixed-nav .navigation a:hover{
    color: #000!important;
}

.fixed-nav .header-contact{
    display: none;
}

.fixed-nav  .logo,
.fixed-nav img{
    /* height: 60px !important; */
}

.fixed-nav .header-nav{
    padding-top: 30px;
    padding-bottom:0;
}

.fixed-nav .remax-logo{
    border-left: 1px solid rgba(120,103,96,.3);
}

/*!Fixed Header*/

#header{
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color:#252525;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.home #header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color:#252525;
    opacity:.75;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header{
    font-size: 0;
}

.header-wrapper {
    flex-basis: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-direction: row;
}


.header-logo {
    display: flex;
    flex-basis: 40%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header-logo .logo img{
    filter: brightness(0) invert(1);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed-nav .header-logo .logo img{
    filter: none;
}


.remax-logo{
    border-left: 1px solid rgba(255,255,255,.3);
    padding-left: 15px;
    margin-left: 8px;
}

.header-right {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
}

.header-contact {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.header-email,
.header-phone{
    padding: 0 20px;
    color: #ffffff;
    font-weight: 400;
    font-size:13px;
}

.header-email{
    border-left: 1px solid rgba(255,255,255,.3);
}

.header-email a{
    font-weight: 400;
    font-size:9px;
    color: #ffffff;
}

.header-email a:hover{
    color: #901821;
}

.header-smi{
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255,255,255,.3);
}

.header-smi a{
    font-size:13px;
    font-weight: 400;
    margin-left:20px;
    padding: 0;
    background:transparent;
    color: #ffffff;
}


.header-smi a:hover{
    color: #901821;
}

.logo img{
    -webkit-transition: 0.3s all ease-in-out;
    transition:  0.3s all ease-in-out;
}

/*Header Navigation*/
.navigation{
    margin-top: 25px;
    -webkit-transition: 0.3s all ease-in-out;
    transition:  0.3s all ease-in-out;
}

.navigation ul{
    display: block;
    text-align: right;
    list-style: none;
}

.navigation ul li{
    display: inline-block;
    position: relative;
    margin-left:20px;
    padding-bottom: 30px;
    border-bottom: 3px solid transparent;
}


.navigation ul li:first-child{
    margin: 0;
}


.navigation ul li a{
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.navigation ul li a:hover {
    color: #ddd;
}

.navigation ul li:hover{
    border-bottom: 3px solid red !important;
    cursor: pointer;
}

/*Slideshow*/
#morph-section{
    width: 100%;
    position: relative;
    z-index: 1;
}

.slideshow-container{
    position: relative;
    z-index: 0;
}

.slideshow-container::after{
    background: url(images/slideshow-overlay.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom:0;
    content:'';
    height: 40%;
    width: 100%;
    z-index: 3;
}

/*Quick Search*/
.qs-container{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 3;
}


.qs-section{
    font-size: 0;
}

.qs-form, .qs-search-btn,.qs-options,.qs-icon {
    display: inline-block;
    vertical-align: middle;
}


.qs-form-container{
    margin-top: 30px;
}

/*Outer div size*/
.qs-form {
    width: 75%;
}
.qs-search-btn {
    width: 20%;
}
.qs-icon {
    width: 5%;
}

.qs-options {
    width: 100%;
}

/*qs icon*/
.qs-icon{
    font-size: 25px;
    color: #ffffff;
    padding: 2px;
    /*added*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.qs-icon i{
	display: inline-block;
	vertical-align: bottom;
}

/*Inner Div content sizes*/
.qs-input.full {
    width: 50%;
}
/*.qs-input.half-full {
    width: 20%;
}*/

.qs-select.half, .qs-input.half {
    width: 12.5%;
}


.qs-select,.qs-input {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 2px;
}

.qs-btn {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding:10px;
}

.qs-select label, .qs-input label {
    display: none;
}

.qs-select select option{
    color: #7e1f26;
    font-size: 10px;
}

.qs-select select, .qs-input input {
    height:33px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.75);
    outline: 0;
    text-transform: uppercase;
    border-radius: 0;
    background: transparent;
    /*text-indent: 8px;*/
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
}
.qs-select.half::after {
    content: "▾";
    display: block;
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 10px;
    color: #ffffff;
}



.qs-btn input {
    height: 33px;
    line-height: 33px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border-radius: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    background: #7e1f26;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.qs-btn a {
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    color: #ffffff;
    background:transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.qs-btn a:hover{
    background:transparent;
    color: #7e1f26;
}
.qs-btn input:hover{
    background: #ffffff;
    color: #7e1f26;
}

/*Explore*/
.explore-section{
    padding-top:50px;/*80px*/ 
}

.explore-header{
    font-size: 0;
    text-align: center;
}

.explore-header h2{
    font-weight:400;
    font-size: 30px;
    color: #786760;
    text-transform: uppercase;
    line-height: .8;
}

.explore-header span{
    font-weight:700;
    font-size: 30px;
}

.explore-header .synopsis{
    font-weight: 300;
    font-size: 13px;
    padding:0 25%;
    margin-top: 28px;
    line-height: 1.5;
}

.explore-body{
    margin-top: 65px;
}



.explore-tile{
    position: relative;
}

.explore-tile:hover{
    cursor:pointer;
    background:linear-gradient(
      rgba(126,31,28,.77), 
      rgba(126,31,28,.77)
    ),url(images/explore-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.explore-tile:hover .explore-description{
    display: block;
}

.explore-tile:hover .explore-btn,
.explore-tile:hover .explore-btn a{
    opacity: 1;
    text-align: center;
}

.explore-tile:hover .explore-tile-inner{
    border:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
}

.explore-tile:hover .explore-learn-more {
    border-color:#ffffff;
    height: 80%;
}

.explore-tile:hover .explore-tile-title {
    justify-content: flex-end;
    height: auto;
}



.explore-tile{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 44px;
    color:#ffffff;
    cursor: pointer;
    pointer-events: auto;
    -moz-box-shadow: inset 0 0 220px #000000;
    -webkit-box-shadow: inset 0 0 220px #000000;
    box-shadow: inset 0 0 220px #000000;
}

.explore-tile-outer{
    margin-right:5px;
    margin-bottom:5px;
}


.explore-tile-inner{
    position: relative;
    border:5px solid #786760;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    height:223px;
    padding: 10px;
    text-align: center;
    -moz-box-shadow: inset 0 0 220px #000000;
    -webkit-box-shadow: inset 0 0 220px #000000;
    box-shadow: inset 0 0 220px #000000;
    word-wrap:break-word;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.explore-tile-title{
    text-transform: uppercase;
    font-weight:600;
    font-size:24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.explore-btn{
    opacity: 1;
    display: flex;
    flex-direction: row;
    position:absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.explore-btn .ebtn{
    opacity:0;
    color:#7e1f26;
    font-weight:600;
    text-transform: uppercase;
    font-size: 10px;
    width: 133px;
    padding:20px 0;
    margin-right: 12px;
    background-color:#ffffff;
}

.explore-btn .ebtn:last-child{
    margin-right: 0;
}

.explore-description{
    display: none;
    text-align: right;
}

.explore-tile-inner p{
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    text-align: right;
    line-height: 1.5;
    margin-top: 30px;
}

.explore-learn-more {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-right: 6px solid #786760;
    height: 20%;
    width: 100%;
}

.elm-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.explore-learn-more span{
    position: absolute;
    right: 8px;
    bottom: 0;
    line-height: 1;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}


.item1{
    background: url(images/explore-1.jpg) no-repeat center center;
    background-size: cover;
}
.item2{
    background: url(images/explore-2.jpg) no-repeat center center;
    background-size: cover;
}
.item3{
    background: url(images/explore-3.jpg) no-repeat center center;
    background-size: cover;
}
.item4{
    background: url(images/explore-4.jpg) no-repeat center center;
    background-size: cover;
}
.item5{
    background: url(images/explore-5.jpg) no-repeat center center;
    background-size: cover;
}
.item6{
    background: url(images/explore-6.jpg) no-repeat center center;
    background-size: cover;
}


/*Welcome*/
.welcome-section{
}

.welcome-header{
}

.welcome-header h1{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 300;
    color: #786760;
}

.welcome-header span{
    font-weight: 700;
}

.welcome-body p{
    margin-top: 37px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

.welcome-signature{
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
    margin-bottom: 10px;
}

.agent-photo::after {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 60%;
}

.welcome-wrapper{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.welcome-wrapper .welcome-col:last-child{
    align-self: stretch;
}

.welcome-left{
	z-index: 2;
	width: 105%;
    /* padding-top: 28px; */
    padding: 30px 0;
}

.welcome-right{
    position: relative;
    z-index: -1;
    height: 100%;
}

.agent-photo{
    height: 100%;
}

.welcome-right .agent-photo img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-position: bottom right;
    object-fit: cover;
}

.welcome-wrapper .play-button{
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.welcome-wrapper .play-button a{
    display: block;
    height: 100%;
    width: 100%;
    padding: 8px 23px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.welcome-wrapper .play-button i{
    font-size: 40px;
    color: #fff;
}
.welcome-wrapper .play-button:hover i{
    color: #7e1f26;
}
/*Certification*/
.certification-section{
    padding-top: 80px;
    padding-bottom: 45px;
} 

.certification-header{
    text-align: center;
}

.certification-header h2{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 700;
    color: #786760;
}

.certification-body{
    margin-top: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-left:-15px;
    margin-right:-15px; 
    justify-content: center;
}

.certification-item{
    flex-basis: 22%;
    margin: 7.5px 10px;
    position: relative;
}

.certification-item a{
    width: 100%;
    height: 100%;
    display: flex;
}

.certification-item a:hover .certification-item-inner{
    opacity: 1;
}
.certification-item a:hover .certification-item-inner-2{
    opacity: 0;
}

.certification-item-inner-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-right: 1px solid rgba(0,0,0,.2);

    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.certification-item-inner-2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* .certification-item:nth-child(2) .certification-item-inner-2,
.certification-item:nth-child(5) .certification-item-inner-2{
    border-left: .5px solid rgba(0,0,0,.2);
    height: 50%;
    border-right: .5px solid rgba(0,0,0,.2);
}

.certification-item:nth-child(8) .certification-item-inner-2{
    border-left: .5px solid rgba(0,0,0,.2);
    height: 50%;
} */

/*.certification-item a:hover .certification-item-inner-2 img{
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/


.certification-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #000;
    opacity: 0.2;
}

.certification-item:nth-child(4n)::before,
.certification-item:last-child::before {
    display: none;
    }


.certification-item-inner{
    background-color: #752d2f;
    padding: 20px 20px 20px 25px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.certi-item-header{
    width:100%;
    position: relative;
}

.certi-item-header::after{
    content: '';
    border: 1px solid #ffffff;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: .25;
}

.certi-item-body p{
    margin-top: 15px;
    font-size: 11px;
    font-weight: 300;
    font-family: 'Roboto',Sans-serif;
    color: #ead5d5;
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 6em;
    line-height: 1.5em;
}



/*Contact Us*/
#contact-section{
    position: relative;
}
.contact-section{
    width: 100%;
    height: 100%;
    background: url(images/contact-bg.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    padding-top: 105px;
    padding-bottom: 105px;
}

.contact-header{
    color: #ffffff;
    text-align: center;
}

.contact-header h2{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}

.contact-header span{
    font-weight: 700;
    font-size: 30px;
}

.contact-header p{
    margin-top: 20px;
    font-weight: 300;
    font-size: 13px;
    opacity: .92;
}

.contact-form-wrapper{
    margin-top: 70px;
    padding: 0 10%;
}


.contact-form-wrapper form{
    position: relative;
}

.contact-form-wrapper div.wpcf7-response-output {
   position: absolute;
   color: #ffffff;
   text-align: center;
   width: 100%;
   margin: 2em 0 1em;
   left: 0;
   right: 0;
}

.contact-form-wrapper .submit-wrap{
    position: relative;
    text-align: center;
}
.contact-form-wrapper .submit-wrap .submit-text{
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}


.contact-form-wrapper input,
.contact-form-wrapper textarea{
    border:1px solid rgba(255,255,255,.92);
    border-radius: 0;
    background: transparent;
    color: #c5c5c5;
    font-weight: 400;
    font-size: 11px;
    width: 100%;
    padding: 10px 20px;
    opacity: .92;
    text-transform: uppercase;
    
}
.contact-form-wrapper input{
    height: 44px;
}
.contact-form-wrapper textarea{
    height: 219px;
}

.contact-form-wrapper textarea{
    overflow: hidden;
    resize: none;
    padding-right:40px;
    padding: 7px 40px 7px 20px !important;
}

.form-row [class*="form-group"]:last-child {
    padding-left: 10px;
}
.form-group{
    margin-bottom:10px !important;
}

.input-group{
    width: 100%;
}
.input-group-submit{
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    color:#ffffff !important;
    opacity: 1;
}


.input-group-submit i {
    font-size: 30px;
    position: relative;
    /* top: -25px; */
    left: 1em;
    /* right: 0; */
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block; 
}

.input-group-submit input#smSubmit {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
}


.input-group-submit span{
    font-weight: 600;
    font-size:10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.input-group-submit button{
    background: transparent !important;
    color:#c5c5c5;
    border: 0;
    outline: none;
}
.input-group-submit button:hover,
.input-group-submit button:focus{
    background:transparent !important;
    color:#ffffff;
    outline: none;
    opacity: .92;
}

.input-group-submit span.ajax-loader{
    position: absolute;
    bottom: -10px;
    margin: 0 auto!important;
    text-align: center;
    right: 0;
    left: 0;
}

.input-group-submit div.wpcf7-validation-errors{
    position: relative;
}

.input-group-submit div.wpcf7-response-output{
    margin: 0!important;
    width: 100%!important;
    max-width: 936px!important;
    text-align: center!important;
}


/*testimonial*/
#testimonial-section{
    position: relative;
}
.testimonial-section{
    padding-top:90px;
    padding-bottom:70px;
    font-size:0;
    background-color: #e7e7e7;
}

.testimonial-header{
    color: #786760;
    text-align: center;
}

.testimonial-header h2{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}

.testimonial-header span{
    font-weight: 700;
    font-size: 30px;
}

.testi-item{
    position: relative;
}

.testi-item:nth-child(odd) .testi-item-inner{
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
}
.testi-item:nth-child(even) .testi-item-inner{
    display: flex;
    flex-basis: 100%;
    flex-direction: row-reverse;
    border-top: 1px solid #d6d6d6;
}

.testi-item:nth-child(even) .testi-person{
    margin-left: 30px;
}

.testi-item:nth-child(odd) .testi-person{
    margin-right: 20px;
}


.testi-item{
    padding-left: 50px;
    padding-right: 50px;
}

.testi-item-inner{
    padding-top:40px;
    padding-bottom: 40px;
}

.testi-person{
    flex-basis:15%;
    position: relative;
    display: flex;
}

.testi-person img{
    height: 130px;
    width: 130px;
    border-radius:50%;
    z-index: 2;
}

/*.testi-person::after{
    justify-content: flex-end;
    display: flex;
    content:"";
    background-color:#7e1f26;
    height: 130px;
    width: 130px;
    border-radius:50%;
    position: absolute;
    bottom: -5px;
    left: -5px;
    z-index: 0;
}*/

.testi-person::before{
    content:"“";
    font-family: 'Montserrat',Sans-serif;
    font-size:150px;
    height:30px;
    width:30px;
    position: absolute;
    color: #786760;
    top: -30px;
    left: -30px;
    z-index: 5;
}

.testi-comment{
    flex-basis:85%;
}

.testi-comment{
    color:#000000;
}

.testi-comment p{
    font-size:14px;
    font-weight:300;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 35px;
}

.testi-comment span{
    font-size:14px;
    font-weight:600;
}

/*Slick Arrow*/
.slick-dots{
    text-align: center;
}

.slick-dots li{
    display: inline-block;
    margin-top:50px;
}

.slick-dots li button {
    font-size: 0;
    margin:3px;
    /* more CSS */
}
.slick-dots li button {
    content:'';
    border: 0;
    height:12px;
    width:12px;
    border-radius:50%;
    background-color:#909091;
}
.slick-dots li:hover button{
    background-color: #7e1f26;
}

.slick-dots li.slick-active button{
    background-color: #7e1f26;
}

/*Blog Section*/
.blog-section{
    padding-top: 95px;
    padding-bottom: 90px;
}


.blog-header{
    margin-bottom:30px;
    text-align: center;
    color: #786760;
}

.blog-header h2{
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}

.blog-header span{
    font-weight: 700;
}
.blog-wrapper .row{
    display: flex;
    flex-flow: row wrap;
}
.blog-wrapper .row::before{
    display: none;
}
.blog-wrapper .row div[class*="col-md-"]{
    display: flex;
    flex-flow: column wrap;
}

.blog-item{
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
    flex: 1 0 auto;
}

.blog-item h2{
    font-weight: 700;
    font-size: 17px;
    color: #786760;
    text-transform: uppercase;
    min-height: 40px;
}

.blog-item p{
    font-weight: 300;
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 35px;
    line-height: 1.5;
    flex: 1;
}

.blog-btn{
    padding: 15px;
    border-left: 7px solid #786760;
    float: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-item a{
    text-transform: uppercase;
    font-weight:700;
    font-size:9px;
    color:#786760;
    letter-spacing: 1px;
    align-self: flex-start;
}

.blog-item a:hover .blog-btn{
    border:none;
    color: #ffffff;
    background-color: #7e1f26;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*Footer*/
.footer{
    padding-top: 68px;
    padding-bottom: 32px;
    text-align: center;
    background-color: #161616;
}

/*Footer Top*/
.footer-top{

}

/*Footer Logo*/
.footer-logo{
    display: flex;
    /*flex-basis: 40%;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-logo .logo img{
    filter: brightness(0) invert(1);
}

/*Footer Location*/
.footer-location{
    margin-top: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.location-item{
    text-align: left;
}

.separator{
    border: 1px solid #111111;
    padding: 0 35px;
    margin: 0 35px;  
    transform: rotate(270deg);
    -webkit-box-shadow: 0 1px 2px 0px #111111;
    -moz-box-shadow: 0 1px 2px 0px #111111;
    box-shadow: 0 1px 2px 0px #111111;
}

.location-item h2{
    text-transform: uppercase;
    color: #786760;
    font-weight: 600;
    font-size: 14px;
}
.location-item p{
    color: #757575;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}
/*Footer Affiliate*/
.footer-affiliate{
    margin-top: 63px;
}

.footer-affiliate .affiliate-logo{
    padding:30px 0;
    background-color: #111111;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.affiliate-item{
    margin-left:15px;
}

.affiliate-item:first-child{
    margin-left: 0;
}

/*Footer Bottom*/
.footer-bottom{
    margin-top: 30px;
}

.footer-nav ul{
    display: block;
    text-align: center;
    list-style: none;
}

.footer-nav ul li{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 35px;
    padding:0;
}

.footer-nav ul li:first-child{
    margin: 0;
}

.footer-bottom .footer-nav ul li a{
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 300;
    font-size: 11px;
    color: #757575;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
}

.footer-bottom .footer-nav ul li a:hover{
    color: #7e1f26;
}

.footer-copyright{
    margin-top: 10px;
}

.footer-copyright p{
    font-size: 11px;
    font-weight: 300;
    color: #757575;
}

.footer-copyright a{
    color: #757575;
}

.footer-copyright a:hover{
    color: #7e1f26;
}


.footer-copyright .agentimage{
    font-size: 11px;
    font-weight: 600;
    text-decoration: underline;
}

.footer-copyright .agentimage:hover{
    color:#7e1f26;
}

.footer-brands{
    margin-top: 13px;
    color: #464646;
}

.footer-brands i{
    font-size: 22px;
}


/*Extra CSS*/
#wpcf7-f158-o1 .wpcf7-not-valid-tip{
	font-weight: bold;
    top: -2em;
}

/*******************************************************
 *
 * 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 { 

}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    height: 33px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.75);
    outline: 0;
    text-transform: uppercase;
    border-radius: 0;
    background: transparent;
    /* text-indent: 8px; */
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0;
    box-shadow: none!important;
    outline: none!important;
}

.bootstrap-select.btn-group .dropdown-menu{
    min-width: 100%;
    max-height: 200px!important;
}

small.text-muted{
    display: none;
}



.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 9px !important;
}
.bs-searchbox .form-control{
    color : black !important;
}

#cityzip{
    display: none;
}

.qs-select.cityzip:after {
    display: none !important;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */



/* IDX FIX */
ul#ihf-detail-extrainfotabs, #ihf-search-tabs > ul.nav-tabs, 
#ihf_select_property_type_chosen ul.chosen-results, 
#ihf_select_bedrooms_homes_chosen ul.chosen-results, 
#ihf_select_baths_homes_chosen ul.chosen-results{
    margin-left:0!important;
}

.ihf-advanced-property-search ul.chosen-results {
    padding-left: 0 !important;
}

#ihf-main-container .dropdown-menu > .active > a{
    color:#333 !important
}
            
#ihf-main-container .dropdown-menu > li > a:hover {
    color: #000 !important;
}

.page-id-0 #content ul{
    margin-left: 0 !important;
    padding: 0 !important;
} 
         
#ihf-main-container .btn-primary:hover{
    background-color: #285e8e !important;
}

#ihf-main-container .pagination>li>a, #ihf-main-container .pagination>li>span{
    padding: 6px 8px !important;
}

.ihf-grid-result-address{
    display: block !important
}
    
#ihf-main-container .chosen-results {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#ihf-schoolDistrict + .chosen-container ul.chosen-results {
    max-height: 200px;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

#ihf-main-container .ihf-label-overlay-money {
    z-index: 0;
}

#ihf-detail-extrainfotabs {
    margin-left: 0 !important;
}

#areaPickerExpandAllCloseButton {
    margin-right: 0 !important;
    width: auto !important;
    position: relative;
    right: 14px;
}

#ihf-main-container .btn-primary {
    background: #265a88
}

#ihf-mini-search-minprice,
#ihf-mini-search-maxprice {
    max-width: 100%;
}

.ihf-mapsearch-refine-overlay-inner{
    padding: 5px;
}

#ihf-main-container form#ihf-refine-map-search-form{
    margin: 0!important;
}

.page-id-82 #content .flag-staff {
    margin-bottom: 30px;
}

.page-id-1712 #content div.wpcf7-response-output {
    width: auto;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.page-id-1712 #content .use-floating-validation-tip span.wpcf7-not-valid-tip{
    font-size: 10px;
    width: auto;
    line-height: 12px;
}

.page-id-1712 #content input.wpcf7-form-control.wpcf7-submit {
    margin: 5px 0;
}

#nav .sub-menu .sub-menu > li {
    opacity: 1;
}

#inner-page-wrapper{
    margin-top: 117px;
}

.ip-container #header{
    position: fixed;
}
.activerain-1 iframe{
	margin-top: 30px;
}
.activerain ul {
    list-style: none !important;
}
.activerain ul img {
    display: inline-block;
    width: 9%;
    margin: 0 20px 0 0;
}
.activerain ul p {
    display: inline-block;
    width: 80%;
}

.wpcr3_review_author span.wpcr3_caps:before {
    content: "by ";
    text-transform: lowercase;
    color: #747474 !important;
    font-size: 0.8em;
    font-style: italic;
}

.wpcr3_review_author {
    color: #fff !important;
    font-size: 0px !important;
}

.wpcr3_review_author span.wpcr3_caps {
    color: #000 !important;
    font-size: 12px;
}

.wpcr3_review_author span.wpcr3_item_name {
    display: none;
}

blockquote.wpcr3_content{

    margin-left: 0px !important
}

.wpcr3_pagination{
    
    bottom: -16px;
}

.page-template-template-coaching div#inner-page-wrapper{
    margin: 0 !important;
}

.page-template-template-coaching div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.home #explore-section > div > div > div > div.explore-header > h2:nth-child(4) > span > a {
    display: none;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: auto;
    bottom: 0;
    width: auto;
    height: fit-content;
}