/*
Theme Name: Formal House
Author: Kubiak Creative
Author URI: https://kubiakcreative.com
Description: Custom Theme for Formal House - Requires The7 theme to be installed for base structure.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

a {
  text-decoration: none;
}
.text-center {
  text-align: center !important;
}
/* --------------------------------------------------------------------
   BRAND
-------------------------------------------------------------------- */
.branding a img, .branding img {
  max-width: 100%;
  height: auto;
  max-width: 400px;
}
.side-header .branding a img, .side-header .branding img {
  max-width: 100%;
  height: auto;
  width: 400px;
  margin-bottom: 50px;
}
/* --------------------------------------------------------------------
   IMAGES
-------------------------------------------------------------------- */
.thp-logo img {
  max-width: 180px;
}
/* --------------------------------------------------------------------
   ICONS
-------------------------------------------------------------------- */
.icon-text {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 1.5;
  font-weight: 100 !important;
  padding-top: 30px; /* increase a bit since border moved to pseudo */
  position: relative;
}
.icon-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-top: 10px solid #0074e9;
}
.spec-icons .wpb_single_image {
  margin-bottom: 10px !important;
}
/* --------------------------------------------------------------------
   PADDING
-------------------------------------------------------------------- */
@media (min-width: 992px) {
#about{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#community {
  padding-top: 50px !important;
  padding-bottom: 150px !important;
}
}
.ultimate-map-wrapper.ult-adjust-bottom-margin {
  margin-bottom: 0px !important;
}
/* --------------------------------------------------------------------
   HEADER / NAVBAR
-------------------------------------------------------------------- */
.header-text-box {
  width: 40%;
  right: 0;
  border-left: 10px solid #0074e9;
  margin-left: auto !important;
    margin-right: 0 !important;
    padding: 40px;
}
/* --------------------------------------------------------------------
   BORDERS
-------------------------------------------------------------------- */
.border-left-blue {
  border-left: 10px solid #0074e9;

}
.position-relative {
  position: relative !important;
}

/* --------------------------------------------------------------------
   SLIDER
-------------------------------------------------------------------- */

#community .dt-owl-item {
  background-color: #FFFFFF;
}
div#n2-ss-5 .n-uc-129ba1eb3cb58-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
  margin: 0px !important;
}

#community .wpb_single_image.vc_align_center {
  margin-bottom: 0px;
}


/* --------------------------------------------------------------------
  FLOORPLAN TABS
-------------------------------------------------------------------- */
.vc_tta-container {
  margin-bottom: 0px !important;
}
.text-white p, .text-white h2, .text-white a {
  color: #FFFFFF !important;
}
/* TABS */
.row-front {
  background-color: #3C454E;
  padding-left: 50px;
  width: 100%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg .vc_tta-tabs-container, .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg .vc_tta-tabs-container {
  flex-basis: 25%;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-left: 0;
  margin-right: 0;
  margin-top: auto;
  padding: 50px;
}

@media (min-width: 1400px) {
/* Bottom row stays in place */
.row-back {
  position: relative;
  z-index: 1;
  width: 40%;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg .vc_tta-tabs-container, .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg .vc_tta-tabs-container {
  flex-basis: 40%;
}

/* Top row drops down and overlaps in front */
.row-front {
  position: absolute !important; /* needed for z-index */
  z-index: 10;         /* higher = in front */
  margin-bottom: -80px;  /* pulls this row down to overlap the one below */
  color: #FFFFFF !important;
  background-color: transparent;
  padding-top: 50px;
  padding-left: 90px;
  padding-right: 500px;
}

.row-front.vc_column-inner {
  width: 100%;
}
}

.vc_tta-tab>a {
  background-color: #26303b !important;
  color: #FFFFFF !important;
  border-bottom: #FFFFFF solid 2px !important;
  font-size: large !important;
  font-weight: bold;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
  color: #FFFFFF !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #0074e9 !important;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-tab {
  margin: 0;
}
.vc_tta.vc_general .vc_tta-tab>a {
  padding: 0px !important;
}
.floorplan-tabs .vc_tta-tab.vc_active>a, .floorplan-tabs .vc_tta-panel-heading.vc_tta-panel-heading {
  background-color: #26303b !important;
  color: #0074e9 !important;
  border-bottom: #0074e9 solid 2px !important;
}



/* --------------------------------------------------------------------
   FOOTER
-------------------------------------------------------------------- */

.widget_nav_menu li::before {
  content: "-";
  margin-right: 20px;
}