/* Theme Name: SDBX Skeleton
 * Author: Craig Tran
 * Author URI: http://www.sdbxstudio.com
 * Description: Bare bones wordpress theme
 * Version: 1.0
 */

/* Default styles */
html,
body,
button,
input,
select,
textarea,
.pure-g [class*='pure-u'] {
    font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    font-size: 16px;
    color: #1a1a1a;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    margin-top: 0;
    color: #1a1a1a;
}
h1 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 300;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
body {
    font-size: 16px;
    color: #323232;
}
p {
    font-size: 16px;
    margin: 1rem 0;
}
a {
    color: #1a1a1a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.mobile-padding {
    padding: 0 15px;
}
.wrap {
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
}
button {
    border: 0;
    background-color: #2d4558;
    color: #fff;
    padding: 5px 10px;
    height: 34px;
}
.fr-close {
    right: 23px;
}
.fr-close-icon {
    width: 23px;
    height: 23px;
}

/* HEADER */
#mobile-menu-icon {
    display: inline-block;
    color: #fff;
    text-align: center;
}
.menu-main-container {
    display: none;
}
header#page-header {
    background: #1a1a1a;
}
#header {
    padding: 15px 0;
}
#header a {
    color: #1a1a1a;
}

#header #logo-text {
    margin: 20px 0 30px;
    text-align: left;
    padding-left: 25px;
    border-left: 1px solid #808080;
    padding-top: 5px;
}
#header #logo-image {
    margin: 15px 0;
}
nav#header-nav {
    text-align: center;
}
nav#header-nav a {
    color: #fff;
    padding: 5px 0;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
nav#header-nav ul#menu-main li.current-menu-item a,
nav#header-nav li > a:hover,
nav#header-nav
    ul#menu-main
    li.current-menu-item.current-menu-parent
    ul.sub-menu
    li.current-menu-item
    a {
    color: #808080;
}
nav#header-nav
    ul#menu-main
    li.current-menu-item.current-menu-parent
    ul.sub-menu
    li
    a {
    color: #fff;
}

nav#header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
nav#header-nav ul li {
    display: block;
}
nav#header-nav ul.sub-menu li a {
    font-size: 13px;
    text-transform: capitalize;
}

/* BODY */
section#main {
    min-height: 400px;
    padding: 35px 0;
}

/* DEFAULT TEMPLATE */

.template-default #template-content {
    background: #fff;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 25px;
    min-height: auto;
}

.template-default #aside {
    box-sizing: border-box;
}

/* HOME TEMPLATE */
#home-search-form-container {
    position: absolute;
    background: rgba(26, 26, 26, 0.6);
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 20px;
}
.iframe-container {
    text-align: center;
    margin-top: 25px;
    display: none;
}
.iframe-container iframe {
}
.home #idxgc-search-form {
    margin-top: 0;
    background: none;
}
.home .idxgc-form select,
.home .idxgc-form input[type='text'],
.home .idxgc-form input[type='password'] {
    background-color: #fff;
    color: #434330;
    font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    text-transform: uppercase;
}
.home .idxgc-form select {
    background-image: url('./images/heather-arrow.png');
    background-position: right -15px center;
    padding-right: 20px;
    border: 1px solid #fff;
}
.home .idxgc-form input[type='submit'],
.home .idxgc-button {
    background-color: #1a1a1a;
}
.home .idxgc-form label {
    color: #000;
    padding: 5px 0;
}
.home .SumoSelect > .CaptionCont > label > i {
    background-image: url('./images/heather-arrow.png');
}
.home #home-content {
    padding: 35px 15px;
}
#home-content-left {
    margin-bottom: 40px;
}
.home #featured-properties {
    background: #fff;
    text-align: center;
    padding: 35px 15px;
}
.home #featured-properties #home-featured-properties-title h1 {
    text-align: left;
}
.home #featured-properties #home-featured-properties-link {
    text-align: left;
}
.home #featured-properties #home-featured-properties-link a {
    font-size: 22px;
}
.home #featured-properties a {
    color: #323232;
}
.home #featured-properties .grid-item {
    margin-bottom: 40px;
}
.home .SumoSelect > .CaptionCont {
    background-color: #fff;
    color: #434330;
    border: 1px solid #fff;
    font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    text-transform: uppercase;
}
#home-blog {
    padding: 120px 15px;
    color: #fff;
    text-align: center;
}
#home-blog h1,
#home-blog p,
#home-blog a {
    color: #fff;
}

#home-blog a {
    text-decoration: underline;
    font-size: 1.25rem;
}
#home-blog p {
    margin-bottom: 0;
    font-size: 1.25rem;
}
#home-blog button {
    border: 1px solid #fff;
    background-color: transparent;
    margin-top: 40px;
    height: 60px;
}
#home-blog button a {
    text-decoration: none;
    font-size: 22px;
    padding: 20px;
}
#home-blog button a:hover {
    text-decoration: none;
    color: #1a1a1a;
}
#home-blog button:hover {
    background-color: #fff;
}
#home-blog button:hover a {
    color: #1a1a1a;
}

/*Home Resources Section*/
.home-resources-box {
    text-align: center;
    color: #333;
    padding: 60px 60px 40px 60px;
    border: 1px solid transparent;
}
#home-resources-content {
    padding: 80px 15px;
}
#home-resources-content a {
    color: #333;
    text-decoration: none;
}

.home-resources-box:hover {
    border: 1px solid #333;
}

.home-resources-box h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}

.home-resources-box p {
    font-size: 16px;
}

/*Home Newsletter */
#newsletter {
    background-color: #e6e6e6;
    padding: 40px 0;
}

#newsletter h2 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-right: 0;
}
#newsletter-form {
    margin: 0 auto;
    width: 80%;
}
#newsletter-form #email {
    border: 1px solid #333;
    background-color: #e6e6e6;
    color: #fff;
    border-right: 0;
    box-shadow: none;
    height: 40px;
    margin: 0;
}
#newsletter-form input#email::placeholder {
    color: #333;
}
#newsletter-form #newsletter-button {
    height: 40px;
    padding: 0 8px;
    background: #e6e6e6;
    color: #414141;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
#newsletter .fa {
    margin: 0 10px;
}
.social-media {
    text-align: center;
}

/* SEARCH RESULTS TEMPLATE */
.page-template-page-searchresults #main {
    background: #fff;
}
#search-results {
    background: #fff;
    padding-bottom: 25px;
}
#search-form-container {
    padding: 60px 0;
    background-color: #f2f2f2;
    margin-bottom: 35px;
}

#community-listings #idxgc-search-results,
#community-listings #idxgc-search-results .grid-item-content {
    background: #e5e5e5;
}
.page-template-idxgc-community .header .wrap h1 {
    margin-bottom: 20px;
}

.page-template-idxgc-communities h3 {
    text-align: center;
    font-size: 22px;
}

/* COMMUNITY LISTING PAGE */
.page-template section#main {
    padding-top: 0;
}
.page-template .header {
    background-color: #f2f2f2;
    padding: 60px 0;
    margin-bottom: 35px;
}
.page-template .header h1,
.template-default-header h1 {
    margin: 0;
}

/* Social Feed */
.page-template-page-fullwidth h1 {
    text-align: center;
}

footer#footer {
    background: #1a1a1a;
    color: #fff;
    padding: 35px 0;
    text-align: center;
}
footer a {
    color: #fff;
}
footer p {
    color: #fff;
}
footer h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
footer h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    display: block;
    margin: 0;
}
footer ul li a {
    padding: 5px 0;
    text-transform: uppercase;
}
#footer-2 #quick-links ul li.last-menu-item {
    margin-top: 20px;
}
#footer-right {
    text-align: center;
}
#footer-right #logo-footer {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}
#logo-footer img {
    margin-top: -40px;
    margin-left: 0px;
    width: 60%;
}
#footer-right #social-media {
    font-size: 24px;
    width: 100%;
}
#footer-2 {
    font-weight: bold;
}
#footer-1,
#footer-2,
#footer-4 {
    margin-bottom: 20px;
}
footer #footer-3 ul li a,
footer #footer-4 ul li a {
    text-transform: capitalize;
}
#idxgc-footer {
    text-align: center;
    padding: 20px 20px 0 20px;
}
/* BLOG STYLES */
.post-entry {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}
.blog-aside ul {
    list-style: none;
    margin: 0;
}
.blog {
    padding: 0 15px;
}

/* IDXGC OVERRIDES */
.idxgc-form select,
.idxgc-form input[type='text'],
.idxgc-form input[type='password'] {
    background-color: #fff;
    color: #434330;
    font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    text-transform: uppercase;
}
.idxgc-form select {
    background-image: url('./images/heather-arrow.png');
    background-position: right -15px center;
    padding-right: 20px;
    border: 1px solid #fff;
}
.idxgc-form input[type='submit'],
.idxgc-button {
    background-color: #1a1a1a;
}
.SumoSelect > .CaptionCont {
    color: #434330;
    font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    text-transform: uppercase;
}
.SumoSelect > .CaptionCont > label > i {
    background-image: url('./images/heather-arrow.png');
}
#idxgc-listings .listing-thumbnail {
    height: 320px;
}
#idxgc-listings .listing-thumbnail img {
    height: 320px;
    object-fit: cover;
}
#idxgc-listings .listing-description .address,
#idxgc-listings .listing-description .price,
#idxgc-listings .listing-description .details {
    width: 100%;
    text-align: center;
    font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    font-size: 16px;
}
#idxgc-listings .listing-description .price {
    margin-top: -5px;
    margin-bottom: 10px;
}
#idxgc-listings .listing-description .address,
#idxgc-listings .listing-description .price {
    font-size: 18px;
    text-transform: uppercase;
}
.idxgc-quick-search,
.idxgc-feature {
    background: #f2f2f2;
}
.idxgc-quick-search .idxgc-form select,
.idxgc-quick-search .idxgc-form input[type='text'],
.idxgc-quick-search .idxgc-form input[type='password'] {
    border-color: #fff;
    color: #434330;
}
.idxgc-quick-search-wrapper .SumoSelect > .CaptionCont {
    border: 1px solid #fff;
}
.SumoSelect > .CaptionCont {
    background: #fff;
}
iframe#idxgc-frame {
    padding: 0 15px;
}
#idxgc-features-widget {
    margin-top: 35px;
}
.featured-image {
    height: 250px;
    margin-bottom: 35px;
}
.template-default-header {
    background-color: #f2f2f2;
    padding: 60px 0;
    margin-bottom: 35px;
    text-align: center;
}
.template-default.wrap {
    padding: 0 5%;
}
.idxgc-form input[type='submit'],
.idxgc-button {
    font-size: 16px;
}
body.archive .blog-aside h2,
body.archive .blog-aside ul,
body.single-post .blog-aside h2,
body.single-post .blog-aside ul {
    display: none;
}

@media screen and (min-width: 35.5em) {
    /* ≥ 568px */
    #header #logo-text {
        margin: 15px 0;
        text-align: left;
        padding-left: 25px;
        border-left: 1px solid #808080;
        padding-top: 5px;
    }
    nav#header-nav a {
        color: #fff;
        padding: 1rem 5px;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
    }


}
@media screen and (min-width: 48em) {
    /* ≥ 768px */
	    nav#header-nav .sub-menu {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 99;
        background-color: #fff;
    }
	    nav#header-nav .sub-menu li a {
        color: #1a1a1a;
    }
    nav#header-nav ul.submenu li.current-menu-item {
        background-color: #1a1a1a !important;
        color: #fff;
    }
    nav#header-nav ul.submenu li.current-menu-item a {
        color: #fff;
    }
    .mobile-padding {
        padding: 0;
    }
    section#main {
    }

    #mobile-menu-icon {
        display: none;
    }
    #header {
        padding: 0;
        width: 100%;
    }

    .menu-main-container {
        display: block !important;
    }
    nav#header-nav {
        text-align: right;
    }
    nav#header-nav a {
        font-size: 12px;
    }
    nav#header-nav ul li {
        display: inline-block;
        position: relative;
    }

    .iframe-container-mobile {
        display: none;
    }
    .iframe-container {
        display: block;
    }
    .iframe-container iframe {
        width: 508px;
    }
    nav#header-nav li:hover .sub-menu {
        display: block;
    }
    nav#header-nav li:hover .sub-menu li {
        width: 200px;
        text-align: left;
    }
    nav#header-nav ul.sub-menu li a {
        padding: 10px 20px;
        text-transform: uppercase;
    }
    nav#header-nav ul.sub-menu li:hover,
    nav#header-nav
        li.current-menu-item
        ul.submenu
        li.current-menu-item.page_item {
        background-color: #1a1a1a;
    }

    nav#header-nav li.current-menu-item ul.submenu li.current-menu-item a {
        color: #808080;
    }
    nav#header-nav ul.sub-menu li:hover a,
    nav#header-nav ul#menu-main li.current-menu-item ul.sub-menu li:hover a,
    nav#header-nav ul#menu-main ul.submenu li.current-menu-item {
        color: #fff;
    }
    .wrap {
        width: 95%;
    }
    .l-box {
        padding-right: 10px;
    }
    .c-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .r-box {
        padding-left: 10px;
    }
    .page-template-page-listing section#main {
        padding-top: 35px;
    }
    .page-template-default section#main {
        padding-top: 0;
    }
    .page-template-page-portal section#main {
        padding-top: 0;
    }

    .template-default-header h1 {
        text-align: center;
    }
    .template-default #template-content {
        min-height: 550px;
    }
    #newsletter-form {
        width: 100%;
    }
    .home #home-search {
        padding: 10px 0;
    }
    .home #featured-properties {
        padding: 0 0 80px 0;
    }
    .home #featured-properties .grid-item {
        margin-bottom: 0;
    }
    #slides {
        position: relative;
    }

    #home-search-form-container {
        position: absolute;
        background: rgba(26, 26, 26, 0.6);
        margin: 0;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        padding: 40px;
        width: 80%;
    }
    .home #home-content {
        width: 80%;
        margin: 0 auto;
        padding: 80px 0;
    }
    #home-content-left {
        padding-right: 5%;
        font-size: 22px;
        margin-bottom: 0;
    }
    #home-content-left p {
        font-size: 1.35rem;
        line-height: 1.4;
    }
    #home-content-right {
        padding-left: 5%;
        border-left: 1px solid #1a1a1a;
        font-size: 18px;
    }
    #home-content-right img {
        margin-bottom: 1rem;
    }
    #home-content-right h2 {
        font-size: 1.35rem;
        margin-bottom: 0;
    }
    .home #featured-properties-header-text {
        width: 80%;
        margin: 0 auto;
    }
    .home #featured-properties #home-featured-properties-link {
        text-align: right;
        margin-top: 20px;
    }
    #home-blog {
        padding: 120px 0;
    }
    #home-blog .wrap {
        width: 50%;
    }
    #home-resources-content {
        padding: 80px 0;
    }
    #newsletter .wrap {
        width: 60%;
    }
    #newsletter {
        background-color: #e6e6e6;
        padding: 60px 0;
    }

    #newsletter h2 {
        text-align: right;
        padding-right: 40px;
    }
    .social-media {
        text-align: left;
        padding-left: 20px;
    }
    .blog {
        padding: 0;
    }

    /* LISTING TEMPLATE */
    .template-default #aside {
        box-sizing: border-box;
    }
    #listing-detail {
        padding-right: 35px;
    }
    footer#footer {
        text-align: left;
    }
    footer h1 {
        font-size: 32px;
    }
    #footer-right #logo-footer {
        padding-top: 0;
        margin: 15px auto;
        width: 75%;
    }
    #logo-footer img {
        margin-top: -50px;
        margin-left: -50px;
        width: 80%;
    }
    #footer-1,
    #footer-2,
    #footer-4 {
        margin-bottom: 0;
    }
    #idxgc-footer {
        text-align: left;
        padding: 20px 0 0 0;
    }
    .page-template-idxgc-community .header .wrap {
        padding: 0 10%;
    }
    .featured-image {
        height: 400px;
    }
    iframe#idxgc-frame {
        padding: 0;
    }
}
@media screen and (min-width: 64em) {
    /* ≥ 1024px */
    .wrap {
        width: 95%;
        max-width: 1024px;
    }
    #header #logo-text {
        margin: 15px 0;
        text-align: left;
        padding-left: 25px;
        border-left: 1px solid #808080;
        padding-top: 5px;
    }
    nav#header-nav a {
        padding: 50px 15px;
        display: inline-block;
        width: auto;
        font-size: 14px;
    }
    nav#header-nav .sub-menu {
        display: none;
        position: absolute;
        top: 120px;
        left: 0;
        z-index: 99;
        background-color: #fff;
    }
    #home-blog p {
        margin-bottom: 0;
        font-size: 22px;
    }
    #home-blog a {
        text-decoration: underline;
        font-size: 22px;
    }
	nav#header-nav
    ul#menu-main
    li.current-menu-item.current-menu-parent
    ul.sub-menu
    li
    a {
    color: #1a1a1a;
}
}
@media screen and (min-width: 80em) {
    /* ≥ 1280px */
    .wrap {
        width: 95%;
        max-width: 1280px;
    }
    nav#header-nav a {
        font-size: 1rem;
    }
}

.pointer-events-none {
    display: none;
}
.idxgc-pagination.sort-by-container select {
    width: auto;
    min-width: 213px;
}
.idxgc-pagination.sort-by-container {
    text-align: left;
}
