/*
Theme Name:     Jupiter Child Theme
Theme URI:      http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI:      http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.4
*/

/* General Styles */
body {
    /*background-color: #fff;*/
}

.textarea-form {
    height: 100px;
}

/* Contact Form Styles */
.email-contact-form,
.phone-contact-form,
.name-contact-form,
.email-contact-date,
.department-contact-form {
    color: #999999;
    background-color: #f2f2f2;
    border: none;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    width: 100%;
    max-width: 360px;
}

.email-contact-date {
    padding: 10px 12px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    outline: 0;
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.submit-button-contact-form {
    color: #fff;
    background-color: #666232;
    border: none;
    width: 175px;
    height: 50px;
    border-radius: 3px;
    font-size: 12px;
    padding: 12px 20px;
}

.submit-button-contact-form:hover {
    background-color: #e5e1b0;
    color: #66644e;
}

/* Responsive Styles */
@media (max-width: 767px) {
    /* Styles for screens >= 576px width */
    .single-property-page h2 {
        font-size: 20px !important;
    }

    .section-links-button {
               margin: 1rem 0rem;
    }
    
    .featured-block {
        height:auto !important;
    }
    
    .section-links-button a{
        font-size:1.2rem;
    }
    
    div#map-location iframe {
    width: 100%;
    height: 250px;
}

   .single-content, .section-links-button {
    margin: 0 2rem;
}

.single-property-page .post-content h2 {
    font-size: 2rem;

}

.single-property-page .post-content h3 {
    font-size: 1.5rem;

}

}

@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
    /* Styles for screens >= 768px width */
    .contact-girl-img .mk-image-inner img {
        /*max-width: 961px;*/
    }
	
    .single-property-page h2 {
        font-size: 24px !important;
    }
    
       .single-content, .section-links-button {
    margin: 0 2rem;
}
    
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
   
    .single-property-page .post-content h2 {
        font-size: 2rem;
    }
    
       .single-content, .section-links-button {
    margin: 0 2rem;
}
    
  
 
}

@media (min-width: 1200px) {
    /* Styles for screens >= 1200px width */
    
}

/* Specific Page Styles */
.single-premier-properties #mk-page-introduce {
    display: none;
}

.featured-block {
    width: 100%;
    height: calc(100vh - 200px);
    margin-bottom: 1rem;
}

.featured-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-property-page .post-content {
    margin: 0;
}

.section-links-button {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    justify-content: center;
}

.section-links-button a {
    width: auto;
    min-width: 177px;
    display: block;
    text-align: center;
    background-color: #ef662f;
    padding: 10px;
    color: #ffffff;
    border-radius: 13px;
    border: 1px solid #e5e1b0;
    font-size: 1.2rem;
    font-weight: 500;
}


.single-property-page .post-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom:0;
}

.single-property-page .post-content h3 {
    font-size: 2rem;
    font-weight: bold;
}
