/* Color Theme - Amethyst /Violet/

color - #ddb16e
/* 01 MAIN STYLES
****************************************************************************************************/
a {
  color: #ddb16e;
}
::selection {
  color: #fff;
  background: #ddb16e;
}
::-moz-selection {
  color: #fff;
  background: #ddb16e;
}

/**** Custom logo ****/
.logo{
	width: 160px;
	height: 70px;
	background: url('http://wahestate.com/wp-content/uploads/2014/10/logo2.png') no-repeat center center;
	background-size: 160px 70px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width: 115px;
	height: 40px;
	background: url('http://wahestate.com/wp-content/uploads/2014/10/logo.png') no-repeat center center;
	background-size: 115px 40px;
}

.thin-text,
.sub-text a,
.about-box .about-box-icon,
.fact-wrap .fact-icon,
.team-box-down p,
.team-box-down .social-team a:hover,
.about-bottom-left .link-left a:hover,
.tp-title span:nth-child(2),
.services-top-wrap .subtext-ser-top,
.process-wrap .arrow-right-process,
.featured h5,
.plan-icon,
.blog-wrap .blog-wrap-icon,
.project-section-down h6 span,
.blog-text-name a,
.blog-text-wrap p span,
.widget_recent_comments ul li a:hover,
.logged-in-as a, #ajax-form .form-submit input,
.blog-post .post h6 a{ 
	color:#ddb16e;
}
.sub-text a::before{
	border: 1px solid #ddb16e;
}
.about-bottom-right,
.work-bottom,
.project-link-to-page1:hover,
.project-link-to-page2:hover{
	background:#ddb16e;
}
.about-bottom-left .link-left a::after,
.link-project a::after{
	border: 1px solid #ddb16e;
}
.tp-grid li a{
	border:5px solid #ddb16e;
}
.portfolio-icon, .widget_categories ul li, .widget_archive ul li, .widget_meta abbr, .search_form:hover:before,
#wp-calendar tfoot #next, #wp-calendar tfoot #prev {
	color: #ddb16e;
}
.search_form input:focus {border-color:#ddb16e; }
#wp-calendar tbody td#today {background: #ddb16e;}

/**** STYLE FOOTER ****/
.footer {background: #fcfcfc;color: #000000;}
.footer .call, .social-footer a {color: #000000;}
