/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

/*
@import url(https://fonts.googleapis.com/css?family=Arbutus+Slab:400,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Muli:400,700,800);
*/

/* ====== Colors ====== */
/*
#ffffff = white (backgrounds, text)

#f1efe8 = beige
#dee0dd = sea salt ()
#43937e = green (footer)
#666666 = Gray (top nav links, text on top of bkg color)
#333333 = Dary Gray (main text)
#cc3300 = red-orange accent color
*/


/* ====== Standard HTML Elements ====== */
html {
}

body{
  background: #fff;
}

body,
p {
  font-family: 'Montserrat', sans-serif;
  color:#333333;
  font-size: 18px;
  line-height: 30px;
}


a {
  color: #cc3300;
}

a:hover {
  color: #43937e;
}

a .edit-link,
.edit-link a{
	font-size:13px;
	color:#999;
}

p{
	padding:0;
	margin:0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}


h1.page-title,
.property-listing h1.page-title p{
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	color:#43937e;
}

h3{
	font-weight: bold;
	font-size: 22px;
    line-height: 32px;
    margin: 40px 0 0 0 !important;
    margin-block-start: 0;
    padding: 40px 0 20px 0;
    border-top: 1px solid #efefef;
    display: block;
}

h4{
	font-size: 24px;
}

h6{
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}

.text-smaller{
	font-size: 15px;
}

sub{
	bottom:1px;
	font-size: 60%
}

/* =========== BACKGROUNDS  ============ */
.bkg-beige{
	background-color:#f1efe8;
}

.bkg-seasalt{
	background-color:#dee0dd;
}

.bkg-green{
	background-color:#43937e;
}

.bkg-stars{
	background-image:url("/themes/nationholdings/images/bkg-stars.png");
	background-repeat: repeat;
}

/* =========== STRUCTURE  ============ */
/* NOTE - this site uses "Skeleton" as a base 12 grid system.  It is mobile first so be sure to account for that in the CSS */
.desktop-only{
	display: none;
}

.mobile-only{
	display: block;
}

.flex-wrapper{
	display: flex;
	flex-direction: column;
}

#header .flex-wrapper{
	justify-content: space-between;
}

.user-logged-in #header{
	margin-top: 100px;
}

.flex-item{
	width:100%;
}


.align-center-on-mobile-left-on-desktop{
	text-align: center;
}

#content-wrapper,
.node-content-wrapper{
	padding-top: 40px;
	padding-bottom: 40px;
}



/* =========== HORIZONTAL ALIGNEMENT ============ */
.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

.align-center{
	text-align: center;
}

.align-center-on-mobile-left-on-desktop{
	text-align: center; /*mobile first*/
}

.center-element-within-container{
	margin-left:auto;
	margin-right: auto;
}

.float-right{
	float:right;
}

.float-left{
	float:left;
}

.padding-left-40{
	padding-left: 40px;
}

.padding-right-40{
	padding-right: 40px;
}

/* =========== VERTICAL SPACING: PADDING, MARGIN, BORDERS ============ */
.padding-top-100{
	padding-top: 100px;
}

.padding-bottom-100{
	padding-bottom: 100px;
}

.padding-top-75{
	padding-top: 75px;
}

.padding-bottom-75{
	padding-bottom: 75px;
}

.padding-top-50{
	padding-top: 50px;
}

.padding-bottom-50{
	padding-bottom: 50px;
}

.padding-top-25{
	padding-top: 25px;
}

.padding-bottom-25{
	padding-bottom: 25px;
}

.border-top-on-mobile{
	border-top: 1px solid #e9e8ea;
}

.margin-top-100{
	margin-top: 100px;
}

.margin-bottom-100{
	margin-bottom: 100px;
}

.margin-top-75{
	margin-top: 75px;
}

.margin-bottom-75{
	margin-bottom: 75px;
}

.margin-top-15{
	margin-top: 15px;
}

.margin-top-50{
	margin-top: 50px;
}

.margin-bottom-50{
	margin-bottom: 50px;
}

.margin-top-25{
	margin-top: 25px;
}

.margin-bottom-25{
	margin-bottom: 25px;
}

.margin-bottom-on-mobile{
	margin-bottom: 30px;
}

/* ====== Menus and Navbars ====== */
#header ul,
#header ul li,
#footer ul,
#footer ul li,
#block-nationholdings-local-tasks ul,
#block-nationholdings-local-tasks ul li{
	list-style: none;
	list-style-image:none;
}


/* top nav menu */
#header{
	font-size: 16px;
	line-height: 18px;
}

#header ul li a{
	color:#666666;
	padding:10px 30px 10px 0;
	text-decoration: none;
}

/* nav menu drop downs */
#header-nav ul li ul{
	background-color:#efefef;
	overflow: hidden;
}

#header-nav ul li ul li{
	padding:5px 10px 5px 10px;
	overflow: hidden;
}

#header-nav ul li ul li:hover{
	background-color:#cc3300;
}


#header-nav ul li ul li a{

}

#header-nav ul li ul li a:hover{
	color:#fff;
}


/* ====== Header ====== */
#header{
	padding:20px 0;
}

#header-logo img{
	width:275px;
}

.hero{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* put a default one, which will be overwritten by each node */
   	background-image: url("../images/hero-images/hero-greetings-from-austin.jpg");
}


#nid-30 .hero{ /*listings */
	display: none;
}

#nid-1 .hero{ /* home */
   	background-image: url("../images/hero-images/hero-home.jpg");
}

#nid-5 .hero{ /* about austin */

}

#nid-10 .hero{ /* about us */

}

#nid-11 .hero{ /* contact */
   	background-image: url("../images/hero-images/hero-contact.jpg");
}

#nid-17 .hero{ /* contact thanks */
   	background-image: url("../images/hero-images/blue-bats.jpg");
}

#nid-14 .hero{ /* food and drink */

}

#nid-9 .hero{ /* faqs */

}

#nid-4 .hero{ /* our properties */

}

#nid-8 .hero{ /* policies */

}

#nid-7 .hero{ /* real estate */

}

#nid-6 .hero{ /* things to do */

}

#nid-20 .hero{ /* buying */
   	background-image: url("../images/hero-images/hero-buying.jpg");
}

#nid-21 .hero{ /* selling */
   	background-image: url("../images/hero-images/hero-selling.jpg");
}


#nid-22 .hero{ /* relocating */
   	background-image: url("../images/hero-images/hero-relocating.jpg");
}


#nid-23 .hero{ /* about nation holdings */
   	background-image: url("../images/hero-images/hero-about.jpg");
}

#nid-24 .hero{ /* prepare to sell */
   	background-image: url("../images/hero-images/hero-sell-now.jpg");
}


#nid-25 .hero{ /* resources */
   	background-image: url("../images/hero-images/hero-resources.jpg");
}

#nid-26 .hero{ /* relocation links */
   	background-image: url("../images/hero-images/hero-resources.jpg");
}










/* ====== Footer ====== */
#footer {
	background-color:#43937e;
	padding: 65px 0 45px 0;  /* bottom = 45 (+ 20 from <p> tag = 65 to keep balanced) */
}

#footer,
#footer p{
	color:#fff;
	font-size: 12px; 
	line-height: 18px;
	text-align: center;
}

#footer a{
	color:#fff;
	text-decoration: underline;
}

#footer ul li a{
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}

#footer ul li a:hover{
	text-decoration: underline;
}

#footer h4{
	font-size: 16px;
	font-weight: normal;
}


#footer-icon-credit{
	color:#51b79c;
	font-size: 8px;
}

#footer-icon-credit a{
	color:#51b79c;
	text-decoration: none;
}

/* ====== Admin Links and Buttons ====== */
/*#nid-1 h1.page-title{
	display: none;
}*/

#nid-1 .node-content-wrapper{
	padding-top: 20px;
}

#nid-1 h1{
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
} 

#nid-1 h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #cc3300;
	text-align: center;
}

#nid-1 h4{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 40px;	
}


/* ====== Admin Links and Messages ====== */
#block-nationholdings-local-tasks{
	margin:10px auto;
	width:1020px;
}

#block-nationholdings-local-tasks li a{
	text-decoration: none;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-right: 20px;
}

#block-nationholdings-local-tasks ul li a:hover{
	background-color:#dee0dd;
}

#block-nationholdings-local-tasks li a.is-active{
	display:none;
}

.nav-tabs{
	border-bottom: none;
}


.c-status-message-wrapper{
	margin:10px auto;
	text-align: center;
	width:800px;
	display: block;
}

/* ====== Forms ====== */
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="text"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
textarea{
	width: 450px;
	max-width:95%;
}


/* ====== Home Page ====== */
#home-real-estate-promo{
	margin-bottom: 100px;
}

#home-real-estate-promo,
#home-real-estate-promo p{
	color:#666666;
}


#home-real-estate-promo-col-1-box{
	padding:20px 40px 5px 40px;
	margin:20px;
}


#home-real-estate-promo-col-1-box,
#home-real-estate-promo-col-1-box p{
	font-size: 18px;
	line-height: 22px;
}

#home-real-estate-promo-col-1 .button{
	margin:0 20px 20px 20px;
}

#home-real-estate-promo-col-1 .button a,
#home-real-estate-promo-col-1 .button a:visited,
#home-real-estate-promo-col-1 .button a:link{
	text-decoration: none;
	color:#666666;
	font-size: 14px;
	line-height: 14px;
}


#home-real-estate-promo-col-2{
	/*background-image: url('/themes/nationholdings/images/rachel-nation-owner-hancock-property-rentals.jpg');*/
	background-image: url('/themes/nationholdings/images/rachelNationRealtorHeadshot-243x344.jpg');
	background-repeat: no-repeat;
}

#home-real-estate-promo-col-2,
#home-real-estate-promo-col-2 p{
	font-size: 14px;
	line-height: 18px;
}


#home-real-estate-promo-col-1{
	margin-bottom: 40px;
}


#home-offerings h3{
	background: none;
	text-transform: none;
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	font-weight: 500;
}

.home-offerings-col{
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#home-offerings-row-1 {
	margin-bottom: 25px;
}

.home-offerings-col-inner{
	padding-left:88px;
	padding-right: 40px;
}

#home-offerings-col-1{
	background-image:url("/themes/nationholdings/images/icon-services-marketing.png");
}

#home-offerings-col-2{
	background-image:url("/themes/nationholdings/images/icon-services-relocating.png");
}

#home-offerings-col-3{
	background-image:url("/themes/nationholdings/images/icon-services-valuation.png");
}

#home-offerings-col-4{
	background-image:url("/themes/nationholdings/images/icon-services-remodeling.png");
}

#home-above-4-blurbs{
	text-align: center;
}

/* ====== View: Property Listings; ====== */
.property-item-wrapper .property-image img{
	width:100%;
	max-width: 100%;
	height:auto;
}

.property-item-wrapper {
	min-height: 400px;
	margin-bottom: 50px;
}

.property-item-wrapper .property-summary-1{
	color:#cc3300;
	font-size: 12px;
	line-height: 16px;
}

.property-item-wrapper .property-title{
	font-size: 18px;
	line-height: 18px;
	margin-top: 4px;
}

.property-item-wrapper .property-title a{
	font-weight: bold;
	text-decoration: none;
	color:#333333;
}

.property-item-wrapper .property-summary-2{
	font-size: 14px;
	line-height: 17px;
	margin-top: 6px;
}

.property-link-to.button{
	margin:8px 0 0 0;
	font-weight: 400;
	padding:0 ;
}

.property-link-to.button a{
	text-decoration: none;
	color:#333333;
	text-transform: none;
	font-size: 12px;
	line-height: 15px;
	padding:3px 5px;
}

/* ====== Inner Pages ====== */
.node-content-wrapper ul{
	padding: 10px 10px 10px 30px;
	list-style: disc outside;
}

.node-content-wrapper ol{
	padding: 10px 10px 10px 30px;
}

.node-content-wrapper ol li {
	margin-bottom: 20px;
}

.property-detail-item div,
.property-detail-item label{
	display: inline-block;
}

.property-detail-item label{
	font-weight: bold;
	margin-right: 5px;
}

.property-price{
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Font Awesome */
.fa, 
.fas, 
.far {
    font-weight: 600;
    color: #9e9d9d;
    font-size: 14px;
    margin-right: 4px;
}

.property-garage .fas{
	font-size: 17px;
}

.property-year .far{
    color: #9e9d9d;
}


/* Slick Image */
.slick img{
	width:100%;
}

.slick-arrow:before {
	color:#efefef !important;
}

.slick-arrow {
	height: 75px;
	width: 75px;
	margin-left:10px;
	margin-right: 10px;
}

.slick-prev::before, 
.slick-next::before {
	opacity: 100 !important;
}

.slick-prev::before:hover, 
.slick-next::before:hover {
	opacity: 75 !important;
}

.slick-arrow::before {
	font-size:50px;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before{
	display: none;
}



/*.media__image{
	width: 100%;
}*/


.property-body h2{
	font-size: 24px;
	font-weight: 400;
	border-bottom: 1px solid #e9e8ea;
	padding-bottom: 5px;
	margin-top: 40px;
}

.property-mls-number{
	/*font-weight: bold;*/
}


.property-detail-beds,
.property-detail-ammenities{
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}

.property-detail-beds{
	font-weight: 600;
}

.property-detail-ammenities div div:after{
	content:", ";
}

.property-detail-ammenities div:last-child:after,
.property-detail-ammenities:last-child:after{
	content:"";
}

.property-dates,
.property-contact{
	border:1px solid #e9e8ea;
	background-color: #fdfdfd;
	padding:20px;
	text-align: center;
}


.property-dates{
	border-bottom: none;
}

/*.property-contact{
	border-top: none;
}*/


.property-contact{
	font-size:14px;
	line-height: 16px;
	margin-bottom: 40px;
	padding-top: 20px;
}

.property-contact .button,
.property-dates .button{
	margin:0 auto;
	text-align: center;
	/*width:100%;
	display: block;*/
	text-transform: none;
	height: auto;
	line-height: 20px;
	padding: 15px;
	width: 100%;
}

.property-contact a{
	text-decoration: none;
	color:#333333;
}

.property-contact .button a,
.property-dates .button a{
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
}

.button-orange{
	background-color:#ff7c68;
	color:#fff;
	border-color: #ff7c68;
}

.button-orange a{
	text-decoration: none;
	color:#fff;
}


.property-contact-info a{
	text-decoration: underline;
	margin-right: 50px;
}

.property-map img{
	width:100%;
	height: auto;
}

.property-body {
	padding-bottom: 40px;
}

.property-availability {
	width: 320px;
	max-height: 532px;
	margin-top: 40px;
    margin-bottom: 40px;

}

.node-content-wrapper img{
	margin-right: 40px;
    margin-bottom: 40px;
}