/* 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: 'Inter', sans-serif, Times, 'Times New Roman', serif;
    font-size: 16px;
    color: #1a1a1a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    margin-top: 0;
    color: #1a1a1a;
}
p {
    font-family: 'Inter', sans-serif, Times, 'Times New Roman', serif;
    margin-top: 0;
    color: #1a1a1a;
}
h1 {
	 font-family: 'freight-text-pro', sans-serif, Times, 'Times New Roman', serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 300;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
body {
    font-size: 16px;
    color: #323232;
}
p {
    font-size: 16px;
}
a {
    color: #1a1a1a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul.wp-block-list {
    list-style: disc;
    margin-left: 1rem;
}
ol.wp-block-list {
    list-style: number;
    margin-left: 1rem;
}
.mobile-padding {
    padding: 0 15px;
}
.wrap {
    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;
}
.sort-by-container select {
    background-image: url('./images/arrow.png') !important;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
#about-bio a {
    text-decoration: underline;
}

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

#header #logo-text {
    font-size: 15px;
    line-height: 26px;
    margin: 20px 0 30px;
    text-align: left;
    padding-left: 25px;
    border-left: 1px solid #808080;
}

nav#header-nav {
    text-align: center;
}
nav#header-nav a {
    color: #1a1a1a;
    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 {
    color: #808080;
}
nav#header-nav ul#menu-main li.current-menu-item ul.sub-menu li a {
    color: #1a1a1a;
}
nav#header-nav
    ul#menu-main
    li.current-menu-item.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    a {
    color: #808080;
}
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;
}

/* DEFAULT TEMPLATE */
#home-top {
    background-color: #000;
    font-size: 0;
    position: relative;
}
#home-top video {
    width: 100%;
    opacity: 0.8;
}
#home-top #scroll-down {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 10%;
    left: 0;
}

#home-top .scroll-down {
    margin: 0 auto;
    display: block;
    background: url(./images/down-arrow.png) no-repeat;
    width: 57px;
    height: 21px;
}
#home-top #header-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    padding-top: 50px;
}
.template-default #template-content {
    background: #fff;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 25px;
    min-height: auto;
}
.template-default #template-content p {
    margin: 1rem 0;
}
.template-default #aside {
    box-sizing: border-box;
}

/* HOME TEMPLATE */
#home-search-form-container {
    background: rgba(26, 26, 26, 0.6);
    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: 'Inter', sans-serif, Times, 'Times New Roman', serif;
    text-transform: uppercase;
}
.home .idxgc-form select {
    background-image: url('./images/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/arrow.png');
}
.home #home-content {
    padding: 35px 15px;
}
#home-content-left {
    margin-bottom: 40px;
}
#home-content-left h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    font-family: 'freight-text-pro', serif;
    margin-bottom: 1rem;
}
.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 a {
    color: #323232;
}
.home #featured-properties .grid-item {
    margin-bottom: 40px;
}
.home #featured-acreage .grid-g {
    display: block;
}
.home #featured-acreage .grid-item {
    width: 100%;
}
.home #featured-acreage #idxgc-listings .listing-description .address,
.home #featured-acreage #idxgc-listings .listing-description .price,
.home #featured-acreage #idxgc-listings .listing-description .details {
    text-align: left;
}
.home .SumoSelect > .CaptionCont {
    background-color: #fff;
    color: #434330;
    border: 1px solid #fff;
    font-family: 'Inter', 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: 3rem;
}
#home-blog button a {
    text-decoration: none;
    font-size: 1.25rem;
    padding: 1rem;
}
#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 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 0 1rem 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-right: 0;
    padding-top: 8px;
}
#newsletter-form {
    margin: 0 auto 0 2rem;
    width: 90%;
}
#newsletter-form #email {
    border: 1px solid #333;
    background-color: #e6e6e6;
    color: #fff;
    border-right: 0;
    box-shadow: none;
    height: 40px;
}
#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 ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    display: block;
    margin: 0;
}
footer ul li a {
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 400;
}
#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 #footer-3 ul li a,
footer #footer-4 ul li a {
    text-transform: capitalize;
}

/* BLOG STYLES */
.post-entry {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}
.blog-aside ul {
    list-style: none;
    margin: 0;
}

/* IDXGC OVERRIDES */
.idxgc-form select,
.idxgc-form input[type='text'],
.idxgc-form input[type='password'] {
    background-color: #fff;
    color: #434330;
    font-family: 'Inter', sans-serif, Times, 'Times New Roman', serif;
    text-transform: uppercase;
}
.idxgc-form select {
    background-image: url('./images/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: 'Inter', sans-serif, Times, 'Times New Roman', serif;
    text-transform: uppercase;
}
.SumoSelect > .CaptionCont > label > i {
    background-image: url('./images/arrow.png');
}
#idxgc-listings .listing-thumbnail {
    height: 320px;
    overflow: hidden;
}
#idxgc-listings .listing-thumbnail img {
    height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
#idxgc-listings .listing-thumbnail:hover img {
    transform: scale(1.1);
}
#idxgc-listings .listing-description .address,
#idxgc-listings .listing-description .price,
#idxgc-listings .listing-description .details {
    width: 100%;
    text-align: center;
    font-family: 'Inter', 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 {
    padding-top: 1rem;
}
.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;
}
.page-template-idxgc-listing .SumoSelect > .CaptionCont > span {
    margin-top: -0.25rem;
}
.idxgc-quick-search-wrapper .advanced-search-toggle {
    margin-top: 1rem;
}
iframe#idxgc-frame {
    padding: 0 15px;
}
#idxgc-features-widget {
    margin-top: 35px;
}

.template-default-header {
    background-color: #f2f2f2;
    padding: 60px 0;
    margin-bottom: 35px;
    text-align: center;
}
.template-default.wrap {
    padding: 0 5%;
}
#idxgc-listing p {
    margin: 1rem 0;
}
.idxgc-listing h2 {
    font-size: 1.75rem;
    margin: 1rem 0;
}
.idxgc-listing h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.acreage-listing-item h2 {
    display: none;
}
.acreage-listing-item .acreage-image h2 {
    display: block;
}
.blog-content a {
    text-decoration: underline;
}
#idxgc-list-results .grid-item {
    margin-bottom: 40px;
}
.idxgc-quick-search-wrapper .SumoSelect > .CaptionCont > span {
	margin-top: -5px;
}
#search-form-container .SumoSelect > .CaptionCont > span {
	margin-top: 2px;
	margin-left: 2px;
}

@media screen and (min-width: 35.5em) {
    /* ≥ 568px */
    .wrap {
        max-width: 568px;
    }
    #header #logo-text {
        font-size: 14px;
        line-height: 18px;
        margin: 15px 0;
        text-align: left;
        padding-left: 25px;
        border-left: 1px solid #808080;
    }
    nav#header-nav a {
        color: #1a1a1a;
        padding: 40px 5px;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        font-size: 11px;
        font-weight: bold;
        width: 100%;
    }
    nav#header-nav .sub-menu {
        display: none;
        position: absolute;
        top: 98px;
        left: 0;
        z-index: 99;
        background-color: #fff;
    }
}
@media screen and (min-width: 48em) {
    /* ≥ 768px */
    .mobile-padding {
        padding: 0;
    }

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

    .menu-main-container {
        display: block !important;
    }
    nav#header-nav {
        text-align: right;
    }

    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 {
        background-color: #1a1a1a;
    }
    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 {
        color: #fff;
    }
    .wrap {
        max-width: 768px;
    }
    .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 {
        background: rgba(26, 26, 26, 0.6);
        padding: 40px;
        width: 80%;
    }
    .home #home-content {
        width: 90%;
        margin: 0 auto;
        padding: 80px 0;
    }
    #home-content-left {
        padding-right: 8%;
        font-size: 22px;
        margin-bottom: 0;
    }
    #home-content-right {
        padding-left: 8%;
        border-left: 1px solid #1a1a1a;
        font-size: 18px;
    }
    #home-content-right h2 {
        font-size: 22px;
        margin-bottom: 0;
    }
    #home-blog {
        padding: 120px 0;
    }
    #home-blog .wrap {
        width: 50%;
    }

    #newsletter .wrap {
        width: 60%;
    }
    #newsletter {
        background-color: #e6e6e6;
        padding: 60px 0 40px 0;
    }

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

    /* 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: -40px;
        margin-left: -50px;
        width: 80%;
    }
    #footer-1,
    #footer-2,
    #footer-4 {
        margin-bottom: 0;
    }

    .page-template-idxgc-community .header .wrap {
        padding: 0 10%;
    }

    iframe#idxgc-frame {
        padding: 0;
    }
    #idxgc-features-widget {
        margin-top: 0;
    }
    .acreage-listing-item h2 {
        display: block;
    }
    .acreage-listing-item .acreage-image h2 {
        display: none;
    }
}
@media screen and (min-width: 64em) {
    /* ≥ 1024px */
    .wrap {
        max-width: 960px;
    }
    #header #logo-text {
        font-size: 22px;
        line-height: 24px;
        margin: 15px 0;
        text-align: left;
        padding-left: 25px;
        border-left: 1px solid #808080;
    }
    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: 90px;
        left: 0;
        z-index: 99;
        background-color: #fff;
    }
}
@media screen and (min-width: 80em) {
    /* ≥ 1280px */
    .wrap {
        width: 90%;
        max-width: 1440px;
    }
}

.idxgc-pagination svg {
    display: none;
}
