/*!
Theme Name: The Mark at Midtown Park
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 360broadway
*/

/* BRAND + TYPOGRAPHY UPDATE */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

/* Defaults */
html{
  scroll-behavior: smooth !important;
}

.main {width: 100vw;overflow-x: hidden;}
body{
    font-family: 'Open Sans', sans-serif;
    color: #6E7378;
    background: #F5F6F7;
}

h1, h2, h4 {
	font-family: 'freight-display-pro', serif;
}

h3, h5, h6, .home h4 {
    font-family: 'Open Sans', sans-serif;
}

[type=button], [type=reset], [type=submit], button, select, input {
    -webkit-appearance: none;
    border-radius: 0;
    color: #6E7378;
    font-family: 'Open Sans', sans-serif;
}

a{
  cursor: pointer !important;
  transition: all 0.3s;
  color: #2E5BFF;
}

a:hover{
  text-decoration: none;
  color: #5c7065;
}

/* GLOBAL COLOR REPLACEMENTS */
.about_section_top { background: #2F3237; }
.about_section_main { background: #A76036; }

.content_block.color_blue {
    background: linear-gradient(-90deg, #e4dcda 80%, #fff 50%);
    color: #fff;
}

.col-md-6.align-self-center.content_block_col.content_block_content h2 {
	color: #452115;
}

.footer {
    background: #2F3237;
    color: #fff;
}

.menu_panel {
    background: #2F3237;
}

.modal {
    background: #2F3237;
    color:#fff;
}

.scores_scores_items ul li .scores_scores_item_score {
    background: #2F3237;
}

.header_nav ul li::before {
    background: #2F3237;
}

.floorplan_item_details {
    color: #5c7065;
}

.content_block_content_inner p a,
.content_block_content_inner ul li a,
.gallery_link a {
    color: #A76036;
}

.gallery_link a::after {
    background: #A76036;
}

.floorplan_modal_content_col_inner h2,
.floorplan_modal_content_col_inner h3 {
    color: #A76036;
}

img {
    max-width: 100%;
    height: auto;
}
.page-id-103 .content_block_slider {
/*     display: none; */
}
@media(min-width:1200px){
	.page-id-63 .content_block_content_inner ul:first-of-type {
 	   margin-right: 25px;
	}
}
@media(max-width:767px){
	.page-id-63 .content_block_content_inner ul:nth-of-type(2) {
    	margin-top: 15px;
	}
	.page-id-74 .textbox_section {
    padding: 70px 20px 0;
}
}
.home .textbox_section{
	padding-bottom: 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #d6efff !important;
	color: #000 !important;
}
.page-id-3 .textbox_inner, .page-id-135 .textbox_inner {
    text-align: left;
}
.virtualTours{
	background:#efefef;
	padding: 25px;
	text-align:center;
}
.virtualTours h2{
	margin-bottom:15px;
}
.virtualTours ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.virtualTours ul li{
	margin:5px 10px;
}
.virtualTours ul li a {
    color: #4b4b4b;
    border: 1px solid #4b4b4b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
	height: 100%;
}
.grecaptcha-badge{
	display: none;
}
.footer_lets_chat a:hover {
    padding-bottom: 10px !important;
}
.footer_logo img {
    width: 230px;
}
.footer_lets_chat .contact_field_submit {
    text-align: center;
}

.menu_navigation ul li a span {
	background: #2F3237;
}

.contact_field input, .contact_field select, .contact_field textarea {
    border: 1px solid #ddd;
}

.contact_widget a {
	color: #6E7378;
}

.page-id-103 .content_block_content_inner p a, .page-id-103 .content_block_content_inner ul li a, .gallery_link a {
    color: #e67f2a;
}
.content_block_content_inner h2 {
  position: relative;
  display: block;
}

.content_block_content_inner h2 .heading-line {
  display: block;
  width: 60px;
  height: 1px;
  background: #707070;
  margin-top: 10px;
  width: calc(100% + 300px);
  margin-left: -270px;
}

.btm-tour {
    color: #fff !important;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    height: 100%;
    margin:0 auto;
    max-width:300px;
    margin-top: 20px;
}

.btm-tour a:hover {
    background: #2F3237 !important;
    transition: all 0.3s;
    border:0px;
}

.footer_lets_chat a::after {
    display:none;
}


/* =========================
   FULL WIDTH RESET
========================= */

.housing-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================
   SECTIONS
========================= */

.section-block {
    width: 100% !important;
    padding: 20px 20px;   /* more breathing room top/bottom */
    text-align: center;
}

.section-block h2 {
    font-size: 26px;   /* ↓ smaller headings */
    margin-bottom: 18px;
    line-height: 1.3;
    color: #9E634D;
}

.section-block p {
    font-size: 15.5px; /* ↓ slightly more refined */
    line-height: 1.75;
    margin-bottom: 14px;
    color: #333;
}

.section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADINGS */
.section-block h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

/* TEXT */
.section-block p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #333;
}

/* BACKGROUNDS */
.section-light { background: #f8f6f3; }
.section-white {}

/* =========================
   BUTTON FIX (IMPORTANT)
   overrides WP/theme styles
========================= */

a.cta-button,
a.cta-button:visited {
    display: inline-block !important;
    padding: 14px 34px !important;
    margin-top: 20px !important;

    border: 2px solid #9E634D !important;
    background: transparent !important;
    color: #9E634D !important;

    text-decoration: none !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;

    border-radius: 0 !important;

    transition: all 0.3s ease !important;
}

a.cta-button:hover {
    background-color: #9E634D !important;
    color: #fff !important;
}

table.ami-table {
    width: 100% !important;
    min-width: 1000px;
    border-collapse: collapse !important;
    border: 2px solid #bdb7b0 !important;
    margin-top: 40px;
}

/* MORE BREATHING ROOM */
table.ami-table th,
table.ami-table td {
    border: 1px solid #c9c3bc !important; /* stronger grid lines */
    padding: 16px 14px !important;        /* ↑ more spacing */
    font-size: 14px;
}

/* HEADER */
table.ami-table th {
    background: #f3f1ed !important;
    font-weight: 600;
    padding: 18px 14px !important;
}

/* SUBHEAD ROW */
table.ami-table .subhead {
    background: #faf9f7 !important;
}

/* LEFT COLUMN */
table.ami-table .left {
    text-align: left !important;
    font-weight: 600;
    background: #f9f7f4 !important;
}

/* ROW SPACING IMPROVEMENT */
table.ami-table tbody tr {
    height: 48px;
}

.page-id-29014 .textbox_inner {
	max-width: 100% !important;
}

.pre-table-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.pre-table-grid .section-block {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;

    margin: 0 !important;
    width: auto !important;

    display: flex;
    flex-direction: column;

    padding: 40px 25px;
    text-align: center;

    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .pre-table-grid .section-block {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .pre-table-grid {
        grid-template-columns: 1fr;
    }
}

.footer_lets_chat a {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  align-items: center;
  height: 40px;
  max-width: 200px;
  padding: 10px;
  margin: 0 auto;
    margin-top: 0px;
  text-align: center;
  margin-top: 20px;
}