/*
Theme Name: drenteria_pending.com
Theme URI: https://www.hancockhomes.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.3
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. CSS RESET
2. Navigation
3. Custom CSS
4. IP styles
5. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. CSS RESET
 *
 *******************************************************/

 html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  h1,
  h2,
  h3,
  h4,
  p,
  blockquote,
  figure,
  ol,
  ul {
    margin: 0;
    padding: 0;
  }
  header,
  section,
  footer,
  aside,
  nav,
  main,
  article,
  figure,
  li {
    display: block;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: inherit;
  }
  strong {
    font-weight: bold;
  }
  a,
  button {
    color: inherit;
    transition: 0.3s;
  }
  a {
    text-decoration: none;
    color: #337ab7;
  }
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
  }
  
  button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
  }
  ::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  :focus {
    outline: 0;
  }
  img {
    max-width: 100%;
    height: auto;
    border: 0;
  }

.home select, #sidebar-qs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

/* removing select arrow from all browser */
.home select::-ms-expand, #sidebar-qs select::-ms-expand {
    display: none;
}

.home select, #sidebar-qs select {
    /*background: #8b0d19 url(images/dd-arrow.png) no-repeat;*/
    background: #000000 url('images/dd-arrow.png') no-repeat;
    background-position: right 9px center;
    -webkit-background-size: 6px;
    -moz-background-size: 6px;
    -o-background-size: 6px;
    background-size: 6px;
}

#qs .bootstrap-select>.dropdown-toggle, #sidebar-qs .bootstrap-select>.dropdown-toggle{
    border: 1px solid #000000;
    background: #000000 url(images/dd-arrow.png) no-repeat;
    background-position: right 9px center;
}

.home select:focus, #sidebar-qs select:focus {
    /*background: #6d0912 url('images/dd-arrow.png') no-repeat;*/
    background: #000000 url('images/dd-arrow.png') no-repeat;
    background-position: right 9px center;
    -webkit-background-size: 6px;
    -moz-background-size: 6px;
    -o-background-size: 6px;
    background-size: 6px;
}

/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li, #fixednav li {
	position:relative;
}

#nav .sub-menu, #fixednav .sub-menu:hover{
    opacity: 1;
}
  
#nav .sub-menu, #fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
   /* background-color: #000;
    opacity: 0.6;*/
    /*display: none;*/
    padding: 0;
    position: absolute;
	width:100%;
	min-width:180px;
    opacity: 0;
}


#nav .sub-menu .sub-menu, #fixednav .sub-menu .sub-menu {
    margin-left: 100.5% !important;
    margin-top: -1px;
}

#nav .sub-menu a, #fixednav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 1px;
}



#nav .sub-menu li:hover > a, #fixednav .sub-menu li:hover a {
    /*background: #a11a27;*/
    /*background: transparent;*/
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 1);
}
 
#nav .sub-menu .sub-menu, #fixednav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu, #fixednav li:hover > .sub-menu {
    display: block;
    opacity: 1;
    border-top: 2px solid #a11a27;
}




#nav .sub-menu li, #fixednav .sub-menu li {
    position: relative;
}


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

/* Global */

body{
	font-family: 'Poppins', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	background: #FFF;
	color: #555555;
	margin: 0;
}

.fix-header, .qs-wrap input[type="submit"],
.home select, .sidebar-qs select, .fc-img-wrap::before,
.about-hover, div#fp h3, .fp-hover, #git form input[type="submit"] {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*** Header ***/
header.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1029;
    padding-top: 26px;
    text-align: center;
    font-size: 0px;
    background: rgba(0,0,0,0.5);
}

.logo-wrap, header nav, .header-contact-wrap {
    display: inline-block;
    vertical-align: top;
}

.logo-wrap {
    width: 24%;
    margin-top: 21px;
}

header nav {
    margin: 0px;
    width: 59%;
}

header ul#nav, #fixednav {
    margin-top: 32px;
    text-align: center;
    font-size: 0px;
}

#fixednav {
    margin-top: 26px;
}

header nav ul#nav > li, #fixednav > li {
    display: inline-block;
    margin: 0px 2%;
}

header nav ul#nav > li > a, #fixednav > li > a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 7px;
}

header nav ul#nav > li > a{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

header nav ul#nav > li > a:hover{
    opacity: .6;
}

header nav ul#nav > li > a::before, #fixednav > li > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
   /* background: #a11a27;*/
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header nav ul#nav > li:hover > a:before, header nav ul#nav > li:focus > a:before, .header nav ul#nav > li:active > a:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


header ul#nav > li:last-of-type, #fixednav > li:last-of-type {
    margin-right: 0px;
}

header ul#nav > li:first-of-type, #fixednav > li:first-of-type {
    margin-left: 0px;
}

ul#nav li a, ul#fixednav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 13px;
}

#nav > li > .sub-menu {
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

#nav li:hover .sub-menu, 
#fixednav li:hover .sub-menu {
    /*display: none;*/
    opacity: 1;
}

.fix-header:not(.fixed) li:hover .sub-menu,
.fix-header:not(.fixed) li .sub-menu{
    display: none !important;
}

.header-contact-wrap {
    margin-top: 17px;
    width: 13%;
}

.header-contact-wrap .email {
    margin: 9px 0px;
}

.header-contacts, header .smi {
    text-align: right;
}

.header-contacts em, .header-contacts a,
.sidebar-contacts em, .sidebar-contacts a {
    color: #fff;
    font-weight: 500;
}

.header-contacts em, .header-contacts a {
    font-size: 13px;
}

.smi a {
    color: #fff;
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 12px;
}

.smi a::before {
    font-size: 14px;
}

.smi a.ai-font-youtube::before {
    font-size: 18px;
}

.smi a:last-of-type {
    margin-right: 0px;
}

.smi a:hover {
    opacity: 0.5;
}

/*** Fixed Header ***/
.fix-header {
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    z-index: 1030;
    /*background: #a11a27;*/
    background: #000000;
    display: none;
}

.fix-header.fixed {
    top: 0px;
}

.fix-header .logo {
    margin-top: 20px;
}

#fixednav {
    text-align: right;
}

ul#fixednav > li > .sub-menu {
    left: 50%;
    margin-left: -90px;
}

#fixednav > li {
    margin: 0px 23px;
}

#fixednav > li > a {
    padding-bottom: 30px;
}

#fixednav .sub-menu {
    width: 180px;
}

#fixednav .sub-menu a {
    text-align: center;
}

#fixednav > li:hover > a {
    opacity: 0.5;
}

/*** Slideshow ***/
section#hero {
    position: relative;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

canvas#slidehow-placeholder {
    width: 100%;
    height: 0px;
    padding-top: 46.7%;
    background: transparent;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.slideshow::before, .fc-img-wrap::after,
div#about::before, div#team::before,
div#ip-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: url(images/overlay.png) repeat-x;
    padding-top: 31%;
    z-index: 1;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

section#hero .cycloneslider {
  margin-bottom: 0px !important;
}

/*** Quick Search ***/
div#qs {
    position: absolute;
    z-index: 100;
    bottom: 40px;
    left: 0;
    right: 0;
}

/* body.home #qs .dropdown-menu.open {
    min-height: 49px !important;
    max-height: 49px !important;
} */

.qs-wrap {
    /*background: #a11a27;*/
    background: #000000;
    padding: 23px 22px 23px 26px;
    text-align: center;
    font-size: 0px;
}

.qs-wrap form, .qs-wrap span.magnifying-icon {
    display: inline-block;
    vertical-align: middle;
}

.qs-wrap span.magnifying-icon {
    width: 3%;
}

.qs-wrap form {
    width: 97%;
    text-align: left;
    padding-left: 17px;
}

.qs-wrap form select {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 0px 9px;
    height: 30px;
    vertical-align: top;
    letter-spacing: 0.8px;
    margin-right: 1px;
    width: 8.8%;
}

.qs-wrap .qs-long {
    width: 24%;
}

.qs-wrap input[type="submit"] {
    height: 30px;
    background: #c4b583;
    border: none;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-left: 11px;
    width: 7.5%;
    vertical-align: bottom;
}

.qs-wrap input[type="submit"]:hover {
    background: #968b64;
}

.qs-wrap form a.qs-adv {
    font-size: 10px;
    color: #c4b583;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    float: right;
    display: inline-block;
    height: 30px;
    line-height: 3.4em;
    position: relative;
}

.qs-wrap form a.qs-adv::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 63px;
    right: 50%;
    transform: translateX(50%);
    background: rgba(196, 181, 131, 0.64);
    height: 1px;
    opacity: 0.5;
}

.qs-wrap form a.qs-adv:hover {
    opacity: 0.5;
}

/*** Featured Neighborhoods ***/
#fc h2 {
    font-size: 25px;
    color: #121212;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 7px;
    padding: 58px 0px 55px;
}

.fc-wrap {
    font-size: 0px;
}

.fc-wrap > div {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.fc-col {
    width: 22.1%;
}

.fc-col2, .fc-col3 {
    width: 28.2%;
}

.fc-col4 {
  /*width: 21.5%;*/
  width: 21.353%;
  padding-right: 0px !important;
}

.fc-col4.first-col {
    padding-right: 10px !important;
    width: 22.15%;
}
.fc-wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.fc-img-wrap {
    position: relative;
    overflow: hidden;
}

.fc-wrap > div > a > div:first-of-type {
    margin-bottom: 10px;
}

.fc-col4.first-col > a:first-of-type > div {
    padding-top: 108%;
}

.fc-col4 > a:last-of-type > div {
    padding-top: 76%;
}

.fc-col2 > a:first-of-type > div {
    padding-top: 105%;
}

.fc-col2 > a:last-of-type > div {
    padding-top: 38.5%;
}

.fc-col3 > a:first-of-type > div {
    padding-top: 92%;
}

.fc-col3 > a:last-of-type > div {
    padding-top: 51.3%;
}

.fc-col > a > div {
    padding-top: 186.7%;
    margin-bottom: 0px !important;
}

.fc-title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    padding: 30px 30px 26px;
    z-index: 5;
    background: rgba(0,0,0,0.3);
    width: 100%;
}

.fc-img-wrap a{
    display: block;
}

.fc-img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(161, 26, 39, 0);
    z-index: 1;
}

.fc-img-wrap:hover:before {
    background: rgba(161, 26, 39, 0.5);
}

.fc-img-wrap::after, div#about::before {
    transform: rotate(180deg);
    bottom: -2px;
    top: auto;
    padding-top: 49%;
}

.fc-wrap > div > a > div:nth-child(2) .fc-title {
    font-size: 17px;
}

.fc-last-col.fc-last-col .fc-last-col-1{
    padding-top: 61%;
}

.fc-last-col.fc-last-col .fc-last-col-2{
    padding-top: 61%;
}

.fc-col4.fc-last-col .fc-last-col-3{
    padding-top: 60.20%;
}


/*** Welcome ***/
#welcome {
    text-align: center;
    margin-bottom: 56px;
}

#welcome h1 {
    font-size: 32px;
    color: #171717;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 87px;
    margin-bottom: 25px;
}

#welcome h1 small {
    display: block;
    color: #767676;
    font-size: 23px;
    margin-bottom: 9px;
    letter-spacing: 4px;
}

#welcome p {
    font-weight: 300;
    /* padding: 0px 51px; */
    line-height: 1.7em;
    margin-bottom: 22px;
}

#welcome a {
    display: inline-block;
    background: #c4b583;
    font-size: 9px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 1.5px;
}

#welcome a:hover, #welcome a:focus {
    background: #988d66;
}

/*** Tile Section ***/
.tile-table {
    display: table;
    width: 100%;
    font-size: 0;
}

.tile-row {
    display: table-row;
    width: 100%;
	text-align: center;
}

.tile-col {
    display: inline-block;
    width: 33.33%;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    padding-top: 23.9%;
    height: auto;
    min-height: 385px;
    font-size: 12px;
}

section#tile-section h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3.5px;
    padding: 40px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}

section#tile-section .tile-table > div:last-of-type h3 {
    position: relative;
}

.tile-col > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#tile-section .tile-table > div:last-of-type > div.tile-col {
    padding-top: 25%;
}

/*** About ***/
div#about::before {
    padding-top: 36%;
}

.about-default {
    background: url(images/about-hover-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: right center;
}


.about-default  a {
    display: inline-block;
    position: absolute;
    bottom: 14%;
    left: 9.3%;
    background: #9f1926;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
}

.about-default  a:hover {
    background: #861520;
}

/*** Featured Properties ***/
.fp-item {
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}

.fp-item a {
    display: block;
    background: rgba(0, 0, 0, 0.40);
}

.fp-slide button {
    position: absolute;
}

.fp-item img {
    width: 100%;
    min-height: 385px;
}

.fp-slide button {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    font-size: 0px;
    display: inline-block;
    width: 13px;
    height: 20px;
    margin: auto;
}

.fp-slide button.fp-prev {
    left: 39px;
    background: url(images/arrow-sprite.png) -35px 0px no-repeat;
}

.fp-slide button.fp-next {
    right: 39px;
    background: url(images/arrow-sprite.png) -52px 0px no-repeat;
}

.fp-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.fp-hover::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.fp-details {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

p.fp-price {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

p.fp-add {
    color: #fff;
    font-size: 14px;
    max-width: 277px;
    margin: auto;
    line-height: 1.5em;
    letter-spacing: 1px;
}

/*** FP Hover ***/
div#fp:hover h3 {
    opacity: 0;
}

div#fp:hover .fp-slide {
    z-index: 2;
}

div#fp:hover .fp-hover {
    opacity: 1;
}

div#fp:hover .fp-item a {
    background: rgba(0, 0, 0, 0.80);
}

/*** Team ***/
div#team {
    background: url(images/meet-the-team-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

div#team:hover:after{
    opacity: .5;
}

div#team:after {
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

div#team a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

div#team a h3 {
    /*height: 75%;*/
}

div#team::before {
    top: -59px;
    padding-top: 50%;
}

/*** Tesimonials ***/
div#testi {
    padding: 0 10px;
    background: url(images/testi-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

div#testi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.93);
}

p.testi-excerpt {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    max-width: 388px;
    text-align: center;
    margin: 0px auto 40px;
    line-height: 2em;
    background: #000;
}

p.client-name {
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    background: #000;
}

p.client-name small {
    display: block;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.8px;
    margin-top: 4px;
}

.test-arrow-wrap {
    max-width: 388px;
    margin: 40px auto 0;
    position: relative;
}

.testi-arrow {
    position: relative;
    text-align: center;
    display: inline-block;
}

.testi-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 35px;
    background: #282828;
}

.testi-arrow button {
    font-size: 0px;
    display: inline-block;
    width: 13px;
    height: 20px;
    margin: 0px 11px;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

.testi-arrow button:hover {
    opacity: .6;
}

.testi-arrow button.testi-prev {
    background: url(images/arrow-sprite.png) 0px 0px no-repeat;
}

.testi-arrow button.testi-next {
    background: url(images/arrow-sprite.png) -17px 0px no-repeat;
}

.test-arrow-wrap a {
    color: #fff;
    float: right;
    margin-top: -12px;
    text-transform: uppercase;
    font-size: 11px;
    background: #000;
}

/*** Contact Us ***/
div#git {
    background: #0a0a0a;
}

div#git form input, div#git form textarea {
    height: 38px;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 0px 19px;
    width: 100%;
    margin-bottom: 10px;
    background: #1d1d1d;
    color: #fff;
    font-size: 12px;
    resize: none;
}

div#git form {
    max-width: 432px;
    margin: auto;
    position: relative;
}

div#git form textarea {
    height: 126px;
    padding-top: 13px;
    padding-right: 140px;
    margin-bottom: 0px;
}

#git form input[type="submit"] {
    background: #9f1926 url(images/airplane-icon.png) center center no-repeat;
    position: absolute;
    top: 120px;
    font-size: 0px;
    width: 88px;
    height: 81px;
    right: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#git form input[type="submit"]:hover {
    background: #691019 url(images/airplane-icon.png) center center no-repeat;
}

#git div.wpcf7 .ajax-loader,
#git div.wpcf7 .wpcf7-spinner {
    position: absolute;
    left: 100%;
    bottom: 0;
}

#git div.wpcf7-response-output {
    margin: 1px 0;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
}

/*** Blog ***/
div#blog {
    background: url(images/blog-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

div#blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 6, 0.90);
}

.blog-wrap {
    padding: 0px 48px;
    position: relative;
}

.blog-item {
    margin-bottom: 10px;
}

#tile-section .blog-item {
    margin-top: 55px;
}

span.blog-number {
    background: #3c3c3c;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    height: 42px;
    width: 42px;
    display: inline-block;
    text-align: center;
    line-height: 2.3em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: top
}

span.blog-excerpt {
    display: inline-block;
    width: 84.1%;
    padding: 0px 0px 0px 25px;
    color: #a2a2a2;
    line-height: 1.8em;
    vertical-align: top;
    margin-top: -6px;
}

.blog-wrap a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*margin-left: 65px;*/
    position: relative;
    text-decoration: underline;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

.blog-wrap a:hover{
    opacity: .6;
}

/*.blog-wrap a::after {
    content: '»';
    margin-left: 6px;
    position: absolute;
    left: 100%;
}
*/
.blog-wrap a:hover {
    color: #909090;
}

section#tile-section .tile-table > div:last-of-type > div.tile-col:last-child #blog h3 {
    margin-bottom: 20px;
}

span.blog-number {
    display: none;
}

body.home .blog-wrap .blog-item > img {
    max-width: 230px;
    margin: 0 auto;
    display: block;
}

span.blog-excerpt {
    max-width: 360px;
    display: block;
    margin: 0 auto;
}

/*** Footer ***/
footer.footer {
    background: #9f1926;
    text-align: center;
    padding: 54px 0px 47px;
}

.footer-contacts {
    font-size: 0px;
    margin-bottom: 8px;
}

.footer-contacts span {
    border-right: 2px solid #ffffff;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-contacts span:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0; 
}

.footer-contacts span, .footer-contacts span em, .footer-contacts span a {
    color: #ebebeb;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    /*display: block;*/
    display: inline-block;
}

.footer-contacts > span {
    position: relative;
    padding: 0px 17px;
}

.footer-contacts > span::after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0;
    margin: auto;
    top: 0;
    height: 13px;
    width: 2px;
    background: #ebebeb;
}

.footer-contacts > span:last-of-type:after {
    display: none;
}

.copyright, .copyright a {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.5px;
}

.copyright a{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

.copyright a:hover{
    opacity: .6;
}

.copyright span:first-of-type {
    text-transform: uppercase;
}

.mls {
    font-size: 23px;
    color: #fff;
    margin-top: 10px;
}

/*******************************************************
 *
 * 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-size: 25px;
    color: #121212;
    text-transform: uppercase;
    letter-spacing: 7px;
    opacity: 0;
}

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

}

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

}



div#ip-banner {
    display: inline-block;
    height: 0px;
    width: 100%;
    padding-top: 20%;
    background: url(images/slide1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/*** Sidebar ***/
aside.sidebar {
    margin-top: 27px;
}

.sidebar-contacts em, .sidebar-contacts a {
    color: #121212;
    text-align: center;
}

.sidebar-contacts > div {
    text-align: center;
}

.sidebar .smi {
    text-align: center;
}

.sidebar .smi a {
    color: #121212;
}

.sidebar .smi a:hover {
    color: #a11a27;
    opacity: 1;
}

.sidebar .smi a:last-of-type {
    margin-right: 12px;
}

.sidebar-contacts {
    padding-top: 20px;
    border-top: 1px solid #bdbdbd;
}

.sidebar .smi {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 30px;
    margin-top: 15px;
}

.sidebar .smi a::before {
    font-size: 20px;
}

.sidebar .qs-wrap {
    padding: 23px 10px 23px 10px;
}

.sidebar .qs-wrap form {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    margin-top: 20px;
}

.sidebar .qs-wrap span.magnifying-icon {
    width: 18%;
}

.sidebar .qs-wrap .qs-long {
    width: 100%;
    margin-bottom: 2px;
}

.sidebar .qs-wrap form select {
    margin-right: 0px;
    width: 49.5%;
    margin-bottom: 2px;
}

.sidebar .floatRight {
    float: right;
}

.sidebar .qs-wrap form a.qs-adv {
    float: none;
    display: block;
    max-width: 100%;
    margin: auto;
    text-align: center
}

.sidebar .qs-wrap input[type="submit"] {
    margin-left: 0px;
    width: 100%;
}

.category #content .archive-subtitle {
    vertical-align: top;
    margin-top: 0;
    line-height: normal;
}

.qs-wrap .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 11px;
    height: 30px;
    line-height: 2.55em;
    text-transform: uppercase;
}

.qs-wrap .bootstrap-select>.dropdown-toggle {
    height: 30px;
    vertical-align: bottom;
    padding: 0px 9px;
}

select#qs-city-zip {
    display: none !important;
}

.iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.content-edit-page h3 {
    color: #a11a27;
    border-bottom: 2px solid #a11a27;
    padding-bottom: 5px;
    font-size: 22px !important;
    margin-bottom: 0px !important;
    margin-top: 40px !important;
}

.comp-wrap {
    font-size: 15px;
}

.comp-wrap .smi a {
    margin: 0px 10px 0px 0px;
}

.comp-wrap .smi a::before {
    color: #a11a27;
}

.content-edit-page h4 {
    color: #a11a27;
    font-size: 18px;
}

.comp-wrap ul {
    margin-left: 0px !important;
}

.comp-wrap ul li::before {
    content: '-';
    display: inline-block;
    margin-right: 15px;
}

/*** About Page Template ***/
.agent-temp-wrap .addtoany_share_save_container {
    display: none;
}

.agent-temp-wrap .agent-holder .attachment-agent-image {
    width: 100%;
}
    .agent-temp-wrap .agent-holder .attachment-agent-image img {
        max-width: 273px;
        margin: auto;
    }

.agent-temp-wrap .agent-holder {
    padding: 35px 0 0;
    border-top: solid 1px rgba(0,0,0,0.2);
}

.agent-temp-wrap .agent-holder .agent-contacts {
    width: 100%;
    float: none;
    padding-left: 0px;
    text-align: center;
}

#content #post-74 .post {    
    border-bottom: 1px dotted;
}
img.long-image {
    height: auto;
    top: -95px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    min-width: 24% !important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.ac_title_class, .wpsm_panel-body {
        font-family: 'Poppins', Arial, Helvetica, Georgia, Sans-serif !important; 
}

.agent-temp-wrap .agent-holder{
    min-height: 500px;
}

/*Accordion - Start*/

h3.accordion-trigger {
   cursor: pointer;
   padding: 10px;
   margin: 0 !important;
   width: 100%;
   border-bottom: 1px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    border-left: 2px solid #bdbdbd;
    border-top: 2px solid #bdbdbd;
}

.last h3.accordion-trigger {
    border-bottom: 2px solid #bdbdbd;
}

.single h3.accordion-trigger {
    border-bottom: 2px solid #bdbdbd;
}

h3.accordion-trigger span {
   font-size: 20px;
   margin-right: 10px;
}
.accordion-toggle {
   display: none;
   text-align: center;
   padding: 20px 0px;
   border-bottom: 1px solid #bdbdbd;
   border-top: 1px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    border-left: 2px solid #bdbdbd;
}

.last .accordion-toggle {
    border-bottom: 2px solid #bdbdbd;
}

.single .accordion-toggle {
    border-bottom: 2px solid #bdbdbd;
}

.accordion-toggle ul {
   margin: 0 !important;
}
/*.fa-plus-square::before {
   content: "+";
   width: 11px;
}
.fa-minus-square:before {
   content: "-";
   width: 11px;
}*/

/*Accordion - End*/

#content .book-widget {
    height: 500px !important;
}

.ip-btns {
    text-align: center;
}
    .ip-btns a {
        display: block;
        height: 50px;
        background: #000000;
        color: #ffffff;
        margin: 10px 0;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .ip-btns a:hover {
        background: #BF3238;
    }
    .ip-btns a::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }
    .ip-btns a::after {
        content: '';
        display: block;
        position: absolute;
        width: calc( 100% - 6px);
        height: calc( 100% - 6px);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 1px solid #ffffff;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .ip-btns a:hover::after {
        opacity: 1;
    }
        .ip-btns a span {
            display: inline-block;
            vertical-align: middle;
            font-size: 28px;
        }

.ctrl .fnavbar .fnav .fnav-item>a{
    color: #000000 !important;
}
.ctrl .fnavbar a{
    font-size: 20px !important;
}


ul#footerlinks li {
    display: inline-block;
    margin-top: 6px;
}

ul#footerlinks li a {
    color: #fff;
    font-size: 11px;
    margin: 0px 6px;
    text-decoration: underline;
}

ul#footerlinks li a:hover {
    opacity: .6;
}

.disclaimer{
    font-size: 11px;
    color: #fff;
}

.agent-contacts-main-info * {
    color: #555;
}

.test-arrow-wrap > a {
	text-align: center;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}


.test-arrow-wrap > a:hover{
    opacity: .6;
}


.test-arrow-wrap > a em {
	font-size: 20px;
	line-height: 26px;
}

.agent-contact-position {
    min-height: 24px;
}

.book-heading, .thumb-wrap-3d {
    text-align: center;
}

#custom-quick-search .btn-group.bootstrap-select.show-tick.qs-select {
    width: 24%;
    margin: 0 1px 0 0;
}

/* aside .qs-wrap .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 250px !important;
} */

/* .qs-wrap form ul.dropdown-menu.inner a {
    float: left;
}

.qs-wrap form ul.dropdown-menu.inner a::before {
    display: none;
} */

/* body.home #qs .dropdown-menu.open{
    min-height: 49px !important;
    max-height: 250px !important;
} */
.qs-wrap .bootstrap-select.btn-group .dropdown-menu li a span.text{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
}
.qs-wrap .bootstrap-select.btn-group .dropdown-menu{
    top: 31px;
    bottom: auto;
}
.qs-wrap .bootstrap-select.btn-group .dropdown-menu.inner{
    max-height: 200px !important;
}
#sidebar-qs .bootstrap-select.btn-group .dropdown-menu{
    min-width: 240px;
}

.single-3d-flip-book h1 {
    font-size: 25px;
    font-weight: 700;
    padding-top: 20px;
}

ul.ww-year-list li {
    list-style: circle;
    display: list-item;
}

ul.ww-year-list .book-heading {
    text-align: left;
}

ul.ww-year-list li .book-thumbnail {
    display: none;
}
.lv-item canvas {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-template-agent .agent-contact-position {
    opacity: 0;
}

body.single-aios_agent #ip-banner,
body.page-id-0 #ip-banner,
body.category-27 #ip-banner{
	background: url(images/ip_banner.jpg) center center / cover no-repeat #fff !important;
	/* background-size: cover; */
}
.phone a:hover,
.email a:hover {
    opacity: 0.5;
}

#content ul.sitemap-list li{
    display: list-item;
}

.ip-container #main-wrapper{
    z-index: initial;
}

.grecaptcha-badge {
    z-index: 2020;
}

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

body img[src^="//deviceid.trueleadid.com"] {
    display: none;
}

ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

#ihf-main-container .mc-total-payment-subline{
    color: #666;
}
.aios-mobile-header-wrapper{
    z-index: 1030 !important;
}

.testi-slide ul.slick-dots {
    display: none !important;
}

main section {
    position: relative;
}

*:focus {
    outline: 1px solid #000 !important;
}

a.skiptobtn,
#welcome a.skiptobtn {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.5);
    color: #000;
  }
a.skiptobtn:focus,
#welcome a.skiptobtn:focus {
    opacity: 1;
    z-index: 9;
    display: block;
  }

.ada-logo {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}

.ada-logo img {
    margin: 0 auto;
}

.qs-wrap label, .tile-col label {
    color: #FFF;
}

#nav .sub-menu.show-menu {
    opacity: 1;
    display: block;
}