/**
Theme Name: Conklin Media Astra Child
Author: Conklin Media
Author URI: https://conklinmedia.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conklin-media-astra-child-theme
Template: astra
*/

.dth-floor-plan-styles {
    display: inline-block;
    margin: 0;
    text-align: center;
}
.dth-floor-plan-styles li{
    list-style: none;
    display: inline-block;
}

.dth-floor-plan-styles li a{
    border: 1px solid black;
    border-radius: 25px;
    padding: 5px 5px;
    margin-right: 10px;
    display: inline-block !important;
    margin-bottom: 10px;
    width: 160px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(85, 85, 85);
    text-align: center;
}

.dth-floor-plan-styles li a.active{
    color: white;
    background: #00529b;

}

.custom-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal-width columns */
    gap: 10px; /* Space between images */
    width: 100vw; /* Full screen width */
    max-width: 100%; /* Ensure it spans the full width of the viewport */
    box-sizing: border-box; /* Include padding in the width */
}

.custom-gallery-item {
    position: relative;
    width: 100%; /* Ensure each item takes up 100% of the column width */
    overflow: hidden; /* Ensure images don't overflow their containers */
}

.custom-gallery-item img {
    width: 100%; /* Make images take up full width of their container */
    height: 350px; /* Fixed height for all images */
    object-fit: cover; /* Maintain aspect ratio while filling the container */
    transition: transform 0.3s ease-in-out; /* Smooth zoom effect on hover */
}

.custom-gallery-item img:hover {
    transform: scale(1.05); /* Zoom effect on hover */
}
@media screen and (max-width: 767px){
    .custom-gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .elementor-nav-menu--dropdown .sub-arrow {
        right: 0 !important;
        top: 18px;
    }
}

#download_pdf_link{
    background-color: #00529b;
    color: #ffffff;
    border-radius: 0;
    padding: 16px 35px !important;
}

.dth-floor-plan-substyles {
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.dth-floor-plan-substyles li {
    display: inline-block;
    margin-right: 5px;
}

.dth-floor-plan-substyles a {
    display: inline-block;
    padding: 5px 10px;
    background: #eee;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}

.dth-floor-plan-substyles a.active {
    background: #333;
    color: #fff;
}

.dth-floor-plan-styles {
    list-style: none;
    padding: 0;
}

.dth-floor-plan-styles li {
    display: inline-block;
    margin-right: 5px;
}

.dth-floor-plan-styles a {
    display: inline-block;
    padding: 5px 10px;
    background: #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}

.dth-floor-plan-styles a.active {
    background: #000;
    color: #fff;
}

#dth_styles_wrapper .elementor-widget-container .elementor-shortcode{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (min-width: 620px){
    .floor-plan-props.horizontal {
        display: flex;
        justify-content: space-around;
    }
}

@media screen and (max-width: 620px){
    .floor-plan-props {
  display: flex;
  flex-wrap: wrap;
}
.dth-floor-plan-styles li {
  display: block;
  margin-right: 0;
}
.dth-floor-plan-styles .elementor-heading-title {
  margin-bottom: 10px;
}
.floor-plan-props .prop-column {
  flex: 0 0 50%;  margin-bottom: 20px;
}
}

.floor-plan-props .prop-image img{
    width: 50px;
    height: 41px;
}

.prop-image img, .prop-image, .prop-column .value, .prop-column .label{
    text-align: center;
    margin: 0 auto;
}

.prop-column .label{

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.horizontal .prop-column .label{
    margin-top: 25px;
}

.vertical .prop-column{
    border-bottom: 1px solid black;
    padding: 15px 0;
}

.prop-column .value{
    font-size: 22px;
}


#hero-image-wrapper {
    min-height: 1000px;
}

@media screen and (max-width: 1360px) {
    #hero-image-wrapper {
        min-height: 500px;
    }
}

@media screen and (max-width: 720px) {
    #hero-image-wrapper {
        min-height: 300px;
    }
    .single-floor-plan #hero-image-wrapper {
        min-height: 230px;
    }
    ul.dth-floor-plan-styles.floorplan-style li {
        display: block;
    }
    .floorplan-style h6.elementor-heading-title.elementor-size-default{
        margin-bottom: 10px;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
body:not(.elementor-editor-active) .top_header.header-not-sticky {
        padding-top: 0px;
    }
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media (max-width: 1024px) {
    body:not(.elementor-editor-active) .top_header.header-not-sticky {
        margin-top: 0;
    }
}

@media (min-width: 1361px) {
    .single-floor-plan #hero-image-wrapper {
        background-position: center !important;
    }
}