/*
	Theme Name: Fairway
	Description: Fairway Agent Websites
	Author: Woland Web & Print
	Author URI: http://wolandwebandprint.com
*/

/* Fonts */
@import url("../../../../font-awesome/4.6.1/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700)");

/* MAIN
------------------------------------*/
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:100%;
	width: 100%;
}
body {
	font: 400 16px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #444;
	height: 100%;
}
img {
	max-width:100%;
	vertical-align:bottom;}
a {
	color:#97CA51;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #0B4D3D;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
	
/* SITE-WIDE STYLES
------------------------------------*/
.numbered-list {
	list-style-type: none;
	margin: 0; padding: 0;
}
.numbered-list li:before,
.numbered-list li:after {
    content: " ";
    display: table;
}
.numbered-list li:after {
    clear: both;
}
.numbered-list li {
    *zoom: 1;
    margin: 0 0 8px 0;
}
.numbered-list span {
	display: inline-block;
	float: left;
	margin: -2px 10px 0 0;
	padding:2px 6px;
	color:#FFFFFF;
	font-weight:600;
	background:#F68D39;
}
.numbered-list-long {
	color:#fff;
	font-weight:600;
	background:#f68d39; 
	padding: 5px 9px;
	margin-top:15px;
	margin-right:10px;
	height:20px;
	width:20px;
}

.video-frame  {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hideMe{
	display:block;
	position: absolute;
	z-index: -999;
	text-indent:-9999px;
	float:left;
}


	
/* STRUCTURE
------------------------------------*/
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;}
.header {
	width: 100%;
	padding: 20px 0 0;}

		
.container {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }
  
  .container.fluid {
	width: 100%;
	max-width: 100%;
	clear: both;
	margin: 0 auto;
	}

}

.container:after,
.row:after,
.u-cf {
	content: "";
	display: table;
	clear: both; }
	
	
/* HEADER
-------------*/
.header-contact {
	text-align: right;
}
.header-contact h1 {
	font-size: 18px;
	margin: 0;
    font-weight: bold;
}
.header-contact span {
	display: block;
	font-size: 14px;
	margin: 5px 0;
}
.header-contact span i {
	color: #FF7D01;
	font-size: 15px;
}
.header-contact span a {
	text-decoration: none;
}
.header-mobile-apply {
	display: none;
}
.header-mobile-apply a {
	display: inline-block;
	padding: 5px 15px;
	color: #FFFFFF;
	background: #FF7B01;
	text-shadow: 1px 1px 3px #363636;
	font-size: 2rem;
	margin: 15px 0;
}
	
@media (max-width: 550px) {
	.header,
	.header-contact {
		text-align: center;}
	.header-contact span a.hide-desktop {
		padding-left: 3px;
		border-left: 1px solid #D3D3D3;}
	.header-mobile-apply {
		display: block;}
	.header #logo {
		padding-bottom: 10px;}
}
	
	
/* NAVIGATION */
.navigation {
	background: #004E38;
	margin: 20px 0 0;
}
.menu {
	display: block;
}
.sf-menu ul {
	float: left;
	margin: 30px 0;
	display: block;
	text-align: center;
}
.sf-menu ul li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.sf-menu ul a {
	font-size: 14px;
	padding: .75em 1.8em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	zoom: 1;
	display: block;
}
	
.sf-menu ul a:hover {
	color: #96CA4E;
}
.sf-menu ul ul {
	width: 205px;	
	text-align:center;
	border-top: 1px solid #EFEFEF;
}
.sf-menu ul ul li {
	width: 205px;
	text-align: left;
}
.sf-menu ul ul li {
	background: #FFFFFF;
	border-bottom: 1px solid #ccc;
	display: block;
}
	
/*new*/
.sf-menu ul ul li a {
	color:#444444;
	text-transform: none;
}
.sf-menu ul ul li a:hover {
	color:#96CA4E;
}

.sf-menu ul ul ul li {
	background: #FFFFFF;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #dFeEFF;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {}


/* Mobile Navigation */
#simple-menu {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	z-index: 999;
}
#sidrtest {
	display: none;
}
@media only screen and (max-width: 480px){
	.desktop {
		display: none;
	}
    #simple-menu {
        display: inline-block;
    }
}
#sidr-id-btnClose {
	color: #FFFFFF;
	padding: 0 10px;
	line-height: 48px;
}

/* Header : Contact Form */
.wpcf7-form p {
	padding: 0px !important;
	margin: 0px !important;
}
.contact-bar {
	background: #E3E3E3;
	padding: 20px 0 0px !important;
	}
.wpcf7 input {
	padding-left: 5px;
}
.wpcf7 input.wpcf7-text,
.wpcf7 select {
	border: 1px solid #999999;
	background: #FFFFFF;
	box-shadow: 0;
	width: 100%;
	/*new*/
	height: 30px;
	color: #666666;
	font-size: 14px;
}
.wpcf7-submit {
	display: block;
	width: 100%;
	/*new*/
	height: 30px;
	font-size:14px;
	text-transform: uppercase;
	padding: 3px 0;
	background: #96CA4E;
	color: #FFFFFF;
	font-weight: bold;
	border: 0; outline: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.wpcf7-submit:hover {
	background: #004E38;
}
.contact-bar .wpcf7-form .column, 
.contact-bar .wpcf7-form .columns {
	margin-left: 2%;
	width: 15%;
}
.contact-bar .wpcf7-form .column:first-child, 
.contact-bar .wpcf7-form .columns:first-child {
	margin-left: 0;
}

	
/* SIDEBAR
-------------*/
.basic {
	width: 75%;
	min-height: 300px;
	float: left;
}
.sidebar {
	width: 20%;
	min-height: 300px;
	float: right;
}
.blog .blog-content {
	width: 75%;
	float: left;
}
.blog .sidebar {
	padding-top: 5px;
}
	
.sidebar ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
.sidebar ul li {
	display: block;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #EFEFEF;
}
	

/* FOOTER
-------------*/
/* Footer: Homescouting */
.listings {
	height: 385px !important;
}

/* Footer: Base */
footer {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #072b20 0%, #0f5640 100%) repeat scroll 0 0;
}
footer .container {
	padding: 40px 0;
}
footer .eh-logo {
	width: 25%;
	display: block;
	margin: 0 auto 15px;
	padding: 0;
	text-align: center;
}
@media (min-width: 550px) {
	footer .eh-logo {
		width: 45%;
		margin: 0;
	}
}
footer p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
@media (min-width: 550px) {
	footer p {
		text-align: left;
	}
}
footer p:last-of-type {
	margin-bottom: 0;
}
footer .social {
	text-align: center;
}
footer .social a {
	color: #FFFFFF;
	font-size: 55px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .social a:hover {
	color: #97CA51;
}

footer .links {
	padding-bottom: 30px;
}
footer .links h3 {
	color: #FFFFFF;
	font-size: 14px;
}
footer .links p {
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 14px;
}
footer .links p a {
	font-weight: normal;
}


/* PAGES
------------------------------------*/
	
/* HOME PAGE
-------------*/
@media (max-width: 550px) {
	.contact-bar .wpcf7-form .column, 
	.contact-bar .wpcf7-form .columns {
		margin: 0 0 5px 0;
		width: 100%;
	}
	.contact-bar .wpcf7-form p {
		margin: 0;
	}
}
	
.contact-bar .search {
	background: #FFFFFF;
	border: 1px solid #2daae1;
	width: 100%;
	padding: 2px 0 2px 3px;
}
.contact-bar .search .search-input {
	border: 0; outline: 0;
	width: 80%;
	height: 22px;
    color: #666666;
    font-size: 14px;
	display: inline-block;
}
.contact-bar .search button {
	display: inline-block;
	float: right;
	width: 27px;
	height: 19px;
	outline: 0; border: 0;
	margin: 2px 5px 0 0;
	text-indent: -9999px;
	background-image: url('../../../../-mtvrfrw/wp-content/uploads/2016/04/search-icon.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

/* Home: Hero Banner */	
.hero {
	position: relative;
}
.hero.container {
	width: 100%;
}
.hero .banner {
	width: 100%;
	height: 320px;
	overflow: hidden;
	vertical-align: middle;
	background-image: url('http://waltshomeloans.com/~devmotivatorfrw/wp-content/themes/fairway-microsites/img/FW_Welcome.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}
@media (min-width: 550px) {
	.hero .banner {
		height: 450px;
	}
}

.hero .buttons {
	position: absolute;
	z-index: 1;
	right: 0;
	width: 50%
}
.hero .buttons > div {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.hero .buttons > div a {
	display: block;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.hero .buttons > div a span {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 0 12px 15%;
}
.hero .buttons > div.apply a {
	margin: 20px auto 10px;
	font-size: 20px;
	font-weight: 800;
    letter-spacing: .05em;
	background: #004E3A;
	-webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero .buttons > div.about {
	width: 75%;
	float: right;
	margin: 0;
}
.hero .buttons > div.about a {
	font-size: 14px;
	 letter-spacing: .02em;
	font-weight: 400;
	background: #93CA60;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
}
.hero .buttons > div a:hover {
	background: #333333;
}
@media (min-width: 768px) {
	.hero .buttons {
		width: 35%
	}
	.hero .buttons > div.apply a {
		margin: 90px auto 20px;
		font-size: 50px;
	}
	.hero .buttons > div.about {
		width: 75%;
	}
	.hero .buttons > div.about a {
		font-size: 35px;
	}
}

/* Home : Agent Information */
.agent-info {
	background: #FFFFFF;
	padding: 40px 0;
}
.agent-info .agent-bio h1 {
	color: #004E38;
	margin-top: 0;
}
.agent-info .agent-bio p {
	font-weight: 400;
}
.agent-info .agent-bio a.read-more {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	background: #303030;
	color: #FFFFFF;
	padding: 8px 20px;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.agent-info .agent-bio a.read-more:hover {
	background: #0B4D3D;
}

/* Home : Agent Information : Business Card */
.agent-info .agent-details {
	height: 225px;
	background-color: #004E38;
	box-shadow: 0px 3px 5px #888888;
}
.agent-info .agent-details img {
	height: 225px;
	display: block;
	float: left; 
	margin: 0 20px 0 0;
}
.agent-info .agent-details h2,
.agent-info .agent-details h3 {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	font-style: normal;
	padding-top:18px;
	line-height: 130%;
	margin: 0 0 5px 0;
}
.agent-info .agent-details h3 {
	font-size: 16px;
	padding: 0;
	line-height: 115%;
}
.agent-info .agent-details table {
	margin-top: 15px;
}
.agent-info .agent-details td {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-style: normal;
}
.agent-info .agent-details td a {
	color: #FFFFFF;
	font-weight: normal;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.agent-info .agent-details td a:hover {
	color: #96CA4E;
}
	
@media (min-width: 400px) {
	.agent-info .agent-details {
		margin: 20px 0;
	}
}
	
@media (max-width: 550px) {
	.agent-info .agent-details.roseteam {
		height: auto;
		background-color: #004E38;
		box-shadow: 0px 3px 5px #888888;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.agent-info .agent-details.roseteam img {
		width: 100%;
		height: auto;
		float: none; 
		margin: 0 0 0 0;
	}
	.agent-info .agent-details.roseteam h2,
	.agent-info .agent-details.roseteam h3,
	.agent-info .agent-details.roseteam table {
		margin-left: 20px;
	}
}

/* Home : Fairway Now */
.fairway-now {
	background: #fafafa;
	padding: 40px 0 20px;
}
.fairway-now .screenshot {
	text-align: center;
}
.fairway-now .description {
	padding-top: 35px;
	text-align: center;
}
.fairway-now .description .logo {
	display: inline-block;
	margin: 0 0 15px 0;
}
.fairway-now .description p {
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	width: 100%;
	margin: 10px 0 25px 0;
}
@media (min-width: 550px) {
	.fairway-now .description {
		text-align: left;
	}
	.fairway-now .description p {
		width: 80%;
	}
}
.fairway-now .description a {
	font-size: 22px;
    font-style: italic;
    font-weight: 300;
    color: #A4D10C;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.fairway-now .description a:hover {
	color: #0F5640;
}
	

/* ABOUT PAGE
-------------*/
.name-edit h3 {
	margin-top: 0;
}
.name-edit h3 i {
	font-weight: normal;
	font-style: normal;
}


/* DELAWARE SCHEDULE OF CHARGES
-------------*/
.de-buttons {
	padding-bottom: 40px;
}

.de-buttons .step .title {
	font-size: 1.15em;
	color: #D8D8D8;
	text-transform: uppercase;
}
.de-buttons .step .button {
	text-transform: uppercase;
	background: #96CA4E;
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px 20px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.de-buttons .step.continue .button {
	display: block;
	width: 100%;
	text-align: center;
}
.de-buttons .step .button.return {
	background: #FFFFFF;
	color: #444444;
}
.de-buttons .step .button:hover {
	background: #004E38;
	color: #FFFFFF;
}
.de-buttons .step .button.return:hover {
	background: #FFFFFF;
	color: #004E38;
}

@media (min-width: 550px) {
	.de-buttons .step.read {
		padding-left: 18%;
		background: url('img/delaware.jpg');
		background-size: contain;
		background-repeat: no-repeat;
	}
}


/* BLOG / SEARCH RESULTS / TAG / ARCHIVE
-------------*/
.hentry h2 {
	margin-bottom: 5px;
}
.hentry .date, 
.hentry .comments {
	font-size: 14px;
}

.rc-anchor-normal-footer {
	display: none !important;
}
.rc-anchor-content {
	width: 160px !important;
}

/* Featured Images */
.featured-img-page img {
	min-width: 100% !important;
}

/* Search Box Widget */
.widget_search {
	padding-top:30px !important;
}

.widget_search .search-input {
	font-size: 14px !important;
	width: 100% !important;
}

.widget_search .search-submit {
	display:none !important;
}


/* CALCULATORS
-------------*/
.cp-calc-widget form {
	margin: 0 auto 15px;
}


/* TESTIMONIALS
-------------*/
#myList {
	list-style: none;
	padding: 0; margin: 0;
}
#myList li {
	border-bottom: #9C9C9C 1px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#myList li h5 {
	font-size: 17px;
	color: #004e38;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
#myList li p {
	line-height: 140%;
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.hide-desktop {
	display: none;
}

@media only screen and (max-width:480px) {
	.hide-desktop {
		display: block;
	}
	a.hide-desktop {
		display: inline-block;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
	CLEARFIX
\*------------------------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;}
.cf:after {
    clear: both;}
.cf {
    *zoom: 1;}