/*
Theme Name:         FoundationPress
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Version:            2.10.4
Author:             Ole Fredrik Lie
Author URI:         http://olefredrik.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */


/*-----------------------*/
/*Properties Page Section*/
/*-----------------------*/

/*Properties Page: Hiding items */
.mrp-owner-contact-container  {
	display: none;
}

.mrp-listing-links-section{
	display: none!important;
}

.summary-status{
	display: none!important;
}

.summary-mls-number{
	display: none!important;
}

.contact-info-tab{
	display:none!important;
}

.mrp-listing-summary-section{
	display: none!important;
}

.mrp-results-page-summary{
	display: none!important;
}

.mrp-listing-results-sub-categories{
	display: none!important;
}

/*Properties Page: Changing font for title*/
.listing-item-entry-title{
font-family: "OpenSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif!important;
}

/*Properties Page: Changing font for description */
.mrp-listing-description{
	margin-top: 15px;
	text-align: center;
	font-family: "Syncopate", "OpenSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

/*Properties Page: Changing colors for button/pricing/etc...*/
#listing-results-view.mrp-style-area .mrp-listing-price-container {
	background-color: #bb887f!important;
}

#listing-results-view.mrp-style-area .mrp-listing-details-link a{
	background-color: #bb887f!important;
	margin-left: 50%!important;
	width: 100%!important;
	padding-left: 35%!important;
}

#listing-results-view.mrp-style-area .mrp-listing-result-overlay.blue{
  background-color: #bb887f!important;
}

.summary-property-type{
  background-color: grey!important;	
}
#listing-results-view.mrp-style-area .NEW-BANNER .mrp-listing-main-image-container .results-ribbon{
  background-color: #991f1f!important;	
}


/* Properties Page: Change background color to transparent */
.entry-title{
	background-color: transparent!important;
}

.mrp-listing-content{
	background-color: transparent!important;
}


/*Properties Page: align disclamier text at the bottom*/
.listing-disclaimer{
	text-align: center!important;
}

/*Properties Page: increased preview description of the height*/
#listing-results-view.mrp-style-area.sm560 .mrp-listing-result .mrp-listing-description{
	height: 4em!important;
}


/*----------------------------*/
/*Listing Detail Page Section*/
/*----------------------------*/

/* Listing Detail Page: Hiding things */
.mrp-listing-title{
	display:none!important;
}
.listing-contact-info{
	display: none;
}
.sidebar-small-map{
	display: none;
}
.sidebar-map-options{
	display:none;
}
.mrp-ll-sidebar{
	display:none;
}
.mrp-listing-quick-actions {
	display: none!important;
}
.mrp-listing-details-tabs{
	display:none;
}
.mrp-listing-wide-info-section {
	display:none!important;
}
.mrp-details-main-summary{
	display: none!important;
}

.mrp-listing-info-section{
	display: none;
}

.mrp-listing-details-page-navigation{
	display: none;
}

/*Listing Detail Page: Showing General Information*/
/*It was hidden all the information for bottom and displaying just "General Information"*/
.info-section-DET-2, .info-section-APT-2, .info-section-ATT-2{
	display: block;
}

/*detail class selector for showing only the information we want*/
.mrp-listing-info-section.info-section-DET-2 dl:not(.active), .mrp-listing-info-section.info-section-APT-2 dl:not(.active), .mrp-listing-info-section.info-section-ATT-2 dl:not(.active){
	display: none !important;
}

/*Listing Detail Page: Disclamir modiication*/
#listing-details-view.mrp-style-area .mrp-listing-last-modified{
	margin-top: 30px!important;
}

/* override General MLS Info font */
#listing-details-view.mrp-style-area .mrp-listing-info-section label, #listing-details-view.mrp-style-area .mrp-listing-wide-info-section label{
	font-family: "Syncopate", "OpenSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

/*Listing Detail Page: Title alignment & customization */
.price{
	font-size: 1.3em;
	margin-bottom: 15px!important;
}

.mrp-listing-price-info{
 width: 100% !important;  	
 text-align:center!important;
}

.entry-title{
	text-align: center;
	font-size: 2.0em;
}

.property-type{
	color:#991f1f!important;
}
.beds{
  color:#bb887f!important;	
}
.baths{
	color:#bb887f!important;
}
.year{
	color:#bb887f!important;
}

.sub-info{
	padding-top:15px;
	padding-bottom:15px!important;
}

.mrp-listing-info-container{
	width: 150%;
}

/*Listing Detail Page: General Info title color change*/
.section-head{
	color: #bb887f!important
}

.info-section-ATT-2:nth-child(){
	display: none!important;
}

.listing-item-entry-title{
text-align:center;
}



/* Listing Detail Page (Deatached): Hiding items from General Information */
/*
.info-section-DET-2 dl:nth-of-type(1){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(2){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(3){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(4){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(7){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(8){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(9){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(10){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(11){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(12){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(13){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(14){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(15){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(16){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(17){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(20){
	display: none!important;
}
.info-section-DET-2 dl:nth-of-type(22){
	display: none!important;
}
*/

/* Listing Detail Page (Apartment): Hiding items from General Information */

/*
.info-section-APT-2 dl:nth-of-type(1){
    display: none!important;
}
.info-section-APT-2 dl:nth-of-type(2){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(3){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(6){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(7){
	display: none!important;
}.info-section-APT-2 dl:nth-of-type(8){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(9){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(10){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(11){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(12){
	display: none!important;
}.info-section-APT-2 dl:nth-of-type(13){
	display: none!important;
}.info-section-APT-2 dl:nth-of-type(14){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(15){
	display: none!important;
}.info-section-APT-2 dl:nth-of-type(16){
	display: none!important;
}.info-section-APT-2 dl:nth-of-type(17){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(18){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(21){
	display: none!important;
}
.info-section-APT-2 dl:nth-of-type(23){
	display: none!important;
}
*/

/* Listing Detail Page (Attached): Hiding items from General Information */

/*
.info-section-ATT-2 dl:nth-of-type(1){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(2){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(3){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(4){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(7){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(8){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(9){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(10){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(11){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(12){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(13){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(14){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(15){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(16){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(19){
	display: none!important;
}
.info-section-ATT-2 dl:nth-of-type(21){
	display: none!important;
}
*/
