/*
Theme Name: Debra White
Theme URI: http://aios3-staging.agentimage.com/d/debraw.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.2.5
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	background: url(images/bg_homenew.jpg) repeat-x;
	color: #000000;
	margin: 0;
	background-color: #56702F;
}

a:hover,a:visited,a{
	outline: 0 !important;
	text-decoration: none;
	color: inherit;
}

/*content wrapper*/
.main-content-holder {
    max-width: 780px;
    width: 100%;
    min-width: 780px;
    margin: 0 auto;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2),0 2px 6px 0 rgba(0,0,0,0.19) !important;
}

.outer-wrap {
    min-width: 1000px;
}

.home .main-content-holder {
	max-width: 744px;
	min-width: 744px;
}

/*main header*/
.home .main-header{
	display: none;
}
 
/*sideshow*/
.slideshow {
    position: relative;
    background: #728043;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

/*.slideshow object:after{
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	top: 0;
	width: 6px;
	height: 100%;
	background: url(images/left_border_homenew.jpg) no-repeat;
}

.slideshow object:before{
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: 0;
	width: 6px;
	height: 100%;
	background: url(images/right_border_homenew.jpg) no-repeat;
}*/


/*navigation*/
.hp-nav-holder{
	text-align: center;
}

	.hp-nav-holder ul#nav-home > li > a {
	    color: #1b2d02;
	    text-transform: uppercase;
	    text-decoration: none;
	    outline: 0;
	    width: 120px;
	    display: block;
	}

		.hp-nav-holder ul#nav-home > li{
			display: inline-block;
			vertical-align: top;
		}

		.hp-nav-holder .nav-img {
		    display: inline-block;
		    vertical-align: top;
		    width: 120px;
		    border-right: 1px solid #0d4002;
		    border-left: solid 1px #89a072;
		    padding-top: 6px;
		    padding-bottom: 7px;
		}

		.hp-nav-photos .nav-img:first-child {
		    border-left: 0;
		}

		.hp-nav-photos .nav-img:last-child {
		    border-right: 0;
		}

		.hp-nav-photos {
		    font-size: 0;
		    position: relative;
		    z-index: 2;
		}

		.hp-nav-photos:after {
		   content: "";
		   bottom: -1;
		   height: 1px;
		   position: absolute;
		   background: linear-gradient(to right, rgba(0,0,0,0) 0%,#89a072 50%,rgba(0,0,0,0) 100%);
		   display: block;
		   width: 100%;
		   max-width: 100%;
		}

		.hp-nav-photos:before {
		   content: "";
		   bottom: 0px;
		   height: 1px;
		   position: absolute;
		   background: linear-gradient(to right, rgba(0,0,0,0) 0%,#0d4002 50%,rgba(0,0,0,0) 100%);
		   display: block;
		   width: 100%;
		   max-width: 100%;
		}


		.hp-nav-holder .nav-img img{
			margin: 0 auto;
		}

		.hp-navi {
		    position: relative;
		    z-index: 5;
		}

/*hp content*/
.hp-content-section{
	background: url(images/hp-content-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.hp-content-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46%;
    background: -moz-linear-gradient(top, rgba(86, 112, 37, 0.95) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(86, 112, 37, 0.95) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(86, 112, 37, 0.95) 28%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    z-index: 1;
}


/*welcome*/
.wc-text {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}

	.wc-text p {
	    text-align: justify;
	    font-size: 11px;
	    color: #2D2617;
	    font-family: "Tahoma" , Arial, Helvetica, sans-serif;
	}

		.welcome-area {
		    padding: 45px 25px;
		}

/*footer smi*/
.footer-smi-logo {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

	.footer-smi-logo div {
	    display: inline-block;
	    vertical-align: top;
	}

		.footer-smi {
		    padding-left: 33px;
		}

			a.debra-logo {
			    padding-bottom: 20px;
			    display: block;
			}

/*copyright*/
.home .footer-copyright {
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 5px;
    display: block;
}

.footer-copyright{
	display: none;
}

	.footer-copyright a{
		color: #fff;
		font-size: 10px;
	}

/*main footer*/
.main-footer {
    max-width: 780px;
    margin: 0 auto;
    background: #6e442e;
    width: 100%;
    min-width: 780px;
}

.home .main-footer{
	background: transparent;
	min-width: 744px;
}

.right-footer {
    float: right;
    color: #CCCCCC;
    font-size: 11px;
    padding-right: 5px;
}

.inner-footer > div {
    display: inline-block;
    vertical-align: top;
}

.left-footer {
    float: left;
    font-size: 11px;
    color: #CCCCCC;
    padding-left: 5px;
}

.inner-footer {
    text-align: center;
    display: block;
    letter-spacing: 1px;
    padding: 3px 0;
}

.home .inner-footer{
	display: none;
}

/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

.inner-page-navigation ul#nav > li {
    display: inline-block;
    vertical-align: top;
}

	.inner-page-navigation ul#nav > li > a {
	    font-size: 13px;
	    text-transform: uppercase;
	    padding: 10px 0;
	    display: block;
	    font-weight: bold;
	    color: #fff;
	    text-decoration: none;
	}

	.inner-page-navigation ul#nav > li > a:hover{
		color: #000000;
		font-weight: bold;
	}

		.inner-page-navigation ul#nav {
		    font-size: 0;
		    text-align: center;
		}

			.inner-page-navigation ul#nav > li {
			    display: inline-block;
			    vertical-align: top;
			    width: 130px;
			    position: relative;
			}

			.inner-page-navigation .menu-main-nav-container {
			    background-color: #56702F;
			    background-repeat: repeat-x;
			    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93AE45), to(#627E30));
			    background: -webkit-linear-gradient(top, #465d1e, #93AE45);
			    background: -moz-linear-gradient(top, #465d1e, #93AE45);
			    background: -ms-linear-gradient(top, #465d1e, #93AE45);
			    background: -o-linear-gradient(top, #465d1e, #93AE45);
			}

			.inner-page-navigation ul#nav > li:before {
			    content: '';
			    display: block;
			    position: absolute;
			    right: -1px;
			    top: 0;
			    width: 1px;
			    height: 27px;
			    background: rgba(170, 199, 163, 0.82);
			}

			.inner-page-navigation ul#nav > li:last-child:before,.inner-page-navigation ul#nav > li:last-child:after{
				display: none;
			}

			.inner-page-navigation ul#nav > li:after {
			    content: '';
			    display: block;
			    position: absolute;
			    right: 0;
			    top: 0;
			    width: 1px;
			    height: 27px;
			    background: #275d1a;
			}

			.top-header-wrapper {
			    padding-bottom: 3px;
			    background: #5f7d39;
			    border-bottom: 1px solid rgba(38, 66, 17, 0.42);
			}

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; background: #fff;}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 75.08% !important;
    padding: 10px !important;
}

#content-sidebar{
	padding: 0 !important;
}

#content-full #content { width: 100%; }


/* Adjust width of sidebar */
.sidebar {
    width: 24.464% !important;
    background: #a6be5b;
    padding: 7px;
    min-width: 182px;
}

.sidebar-links ul {
    list-style: none;
    margin: 0 auto;
}

.sidebar-links ul li {
    border-bottom: solid 1px #22790c;
}

.sidebar-links ul li a{
	color: #333333;
	padding-left: 5px;
}

.sidebar-links {
    padding-top: 10px;
}

.side-contact img {
    margin: 0 auto 10px;
    border: solid 1px;
}
.side-contact {
    text-align: center;
    margin-top: 15px;
    line-height: 11px;
}

.side-contact a {
    font-size: 10px;
}

.need-ass {
    background: #5E7938;
    box-shadow: 1px 1px 1px #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Times New Roman", Georgia, Serif;
    letter-spacing: 2px;
}

.side-cta {
    margin-top: 20px;
}

.cta-list a {
    display: block;
    border-bottom: solid 1px #22790c;
    color: #333333;
    font-size: 11px;
    padding-left: 5px;
}

.cta-list {
    margin-top: 20px;
}

#inner-page-wrapper {
     margin-bottom: 0; 
}
/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title { 

}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}

.page-id-203 #content p {
  font-family: tahoma,arial,helvetica,sans-serif;
  font-size: 16px;
  line-height: 38px;
}

.page-id-203 #content p a {
  color: #009900;
  text-decoration: underline;
}

.prop-det .prop-beds .det-smi {
    top: 210px;
    right: 40px;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.listing_img_caption {
    background: black;
    opacity: 0.6;    
    text-align:center;
}

.listing_img_caption span{
    color:white;
    font-size:18px;
}

.slick-track > div {
	min-height: 377px;
}

.listing_img_caption{
	position: relative;
    top: -40px;
}
span.wpcf7-form-control-wrap.listing input {
    display: none !important;
}

ul.list .prop-det .prop-beds {
    font-size: 14px;
}