/*
Theme Name: Blue Flamingo Property Management by Three Ring Focus
Theme URL: http://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, brown, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
-•== DEFAULTS ==•- 
*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #333333;
    font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
	letter-spacing: .08em;
    text-align: left;
	background-image: url("images/global/bg-pattern.jpg");
	background-repeat: repeat;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}

/* 	
-•== FONTS ==•- 
*/

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
	font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
	color: #073048;
	line-height: 1.1em;
	letter-spacing: .1em;
    margin: 40px 0 20px 0;
}
h1 {
    font-size: 3em;
    margin-top: 0;
}
h2 {
    font-size: 2.25em;
}
h2.smallHead {
	font-size: 1.25em;
}
h3 {
    font-size: 1.75em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .75em;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 20px 0 40px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #25aae1;
    transition: all .4s ease-in-out;
}
p a {
	font-style: italic;
}
a:hover {
    text-decoration: none;
    color: #888;
}
ul {
    list-style: inside;
    list-style-type: disc;
    margin: 20px 0 40px 0;
    padding: 0px;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    margin: 20px 0 40px 0;
    padding: 0px;
}
li {
    font-size: 1em;
    line-height: 2em;
}
.bgImg {
	background-size: cover;
	background-position: center;
}
.centerText {
	text-align: center;
}

/* 	
-•== BUTTONS ==•- 
*/

a.buttons {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #25aae1;
	background-color: #25aae1;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
}
a.buttons:hover {
	background-color: #fff;
	color: #25aae1;
}

/* 	
-•== HEADER ==•- 
*/

header {
    width: 100%;
    height: auto;
	padding: 20px 20px;
	position: relative;
}
.logo, .logo a {
    width: 331px;
    height: 52px;
	display: block;
}
.logo {
    margin: 0 auto;
    text-indent: -9999px;
}
.logo a {
    background: url(images/global/logo.png);
    background-position: center;
    background-size: cover;
}
.logo a:hover {
	opacity: .8;
}
header a.buttons {
	position: absolute;
	top: 25px;
	right: 105px;
}
.sfm-navicon-button.sf_label_default {
    height: 39px;
}
.sfm-label-metro .sfm-navicon-button {
	background-color: transparent;
	background-image: url("images/global/hamburger.png");
	background-position: center;
	background-repeat: no-repeat;
}
.sfm-label-metro .sfm-navicon, #sfm-mob-navbar .sfm-navicon, .sfm-label-metro .sfm-navicon:after, #sfm-mob-navbar .sfm-navicon:after, .sfm-label-metro .sfm-navicon:before, #sfm-mob-navbar .sfm-navicon:before {
    background-color: transparent;
}

/* 	
-•== HOME PAGE ==•- 
*/

.hero {
	width: 100%;
	height: 930px;
	background-image: url("images/home/hero-banner.jpg");
	display: flex;
	align-items: center;
}
.heroText {
	width: 50%;
	padding: 20px;
	text-align: center;
}
.heroText h1 {
	color: #fff;
	margin-bottom: 70px;
}

.sectionOne {
	padding: 100px 180px 100px 20px;
	background-image: url("images/home/bg-flamingo.png");
	background-position: left -10px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
}
.s1Text {
	width: 100%;
	max-width: 1080px;
}
.s1Text h2 {
    margin: 0 0 40px 0;
}
.s1Text h2.smallHead {
	color: #25aae1;
	margin-bottom: 20px;
}
.s1Text p {
    margin: 40px 0 0 0;
}
/* S3 */
.sectionThree {
	padding: 80px 80px 80px 80px;
	background-image: url("images/global/bg-pattern_blue.jpg");
	background-repeat: repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s3Img {
	width: 592px;
	height: 382px;
	background-image: url("images/home/img-1.jpg");
	box-shadow: 20px 20px 10px 2px rgba(0,0,0,.2);
}
.s3Text {
	width: 100%;
	max-width: 1070px;
	color: #fff;
	padding-left: 50px;
}
.s3Text h2 {
	color: #fff;
	margin: 0 0 40px 0;
}
.s3Text h2.smallHead {
	margin-bottom: 20px;
}
.s3Text p {
	margin-bottom: 0;
}
/* S4 */
.sectionFour {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.sfWrap {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.sfw1 {}
.sfw2 {}
.sfw3 {
	flex-direction: row-reverse;
}
.sfw4 {
	flex-direction: row-reverse;
}
.s4Img {
	width: 50%;
}
.sfi1 {
	background-image: url("images/home/img-2.jpg");
}
.sfi2 {
	background-image: url("images/home/img-4.jpg");
}
.sfi3 {
	background-image: url("images/home/img-3.jpg");
}
.sfi4 {
	background-image: url("images/home/img-5.jpg");
	background-position: right;
}
.s4Text {
	width: 50%;
	padding: 50px;
}
.s4Text h3 {
	margin-top: 0;
}
.s4Text p {
	margin-bottom: 0;
}


/* 	
-•== IDX Featured Listings ==•- 
*/

.impress-showcase-property {
	float: left;
    width: 25%;
	padding: 0 30px 30px 30px;
	letter-spacing: .08em !important;
}
.impress-row {
	max-width: none !important;
}
.impress-showcase-property img {
    height: 250px !important;
}
.impress-showcase-property .disclaimer p img {
    height: auto !important;
	float: right;
}
.impress-showcase-property {
    color: #999;
}
.impress-showcase-property span.impress-price {
    color: #4e6260;
    font-weight: 600;
    font-style: italic;
}
.impress-showcase-property p {
    color: #3b514f;
	line-height: 1.4em !important;
	margin: 10px 0;
}
.impress-beds-baths-sqft {
	font-size: 12px !important;
}
.impress-showcase-property .impress-beds-baths-sqft span {
    margin: 0 10px 0 0px !important;
}

/* 	
-•== PAGES ==•- 
*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
#interior {
    margin: 100px 0 90px 0;
}
.pageBox {
	width: 100%;
	max-width: 1024px;
}

/* 	
-•== FOOTER ==•- 
*/

footer {
    width: 100%;
    padding: 35px 20px 10px 20px;
	position: relative;
	box-shadow: 0 -6px 6px 6px rgba(0,0,0,.08);
	background-color: #fff;
}

.logoBox {
	position: absolute;
	margin: auto;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
}
.logoFoot, 
.logoFoot a {
	width: 192px;
    height: 30px;
	display: block;
}
.logoFoot {
    margin: 0 auto;
    background-size: 100%;
    text-indent: -9999px;
}
.logoFoot a {
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
footer .fab {
    margin: 20px 10px 0;
    font-size: 1.25em;
}

.footWrap {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.foot-nav{
	display: flex;
}
footer ul {
    margin: 0 100px 0 0;
	padding: 0;
    text-align: left;
}
footer li {
	margin: 0px 0px 15px 0;
    list-style: none;
    line-height: 1em;
	font-family: capitolium-news-2, serif;
	font-size: 1.2em;
	/* display: inline; */
}
footer li a {
    font-size: 14px;
    text-decoration: none;
	text-transform: uppercase;
	color: #073048;
    transition: color .4s ease-in-out;
}
footer li a:hover {
    color: #333;
}
footer p {
    margin: 10px auto 0;
	padding: 0px;
	text-align: center;
	font-size: .8em;
}
footer p a {
	color: #073048;
}
footer p a:hover {
    color: #333;
}


/* 	
== ENEWS ==*/
.enews {
	width: 100%;
	max-width: 520px;
}
.enews h5 {
	font-size: 2.2em;
	margin: 0;
	line-height: 1em;
}
.enews p {
    margin: 10px 0 15px 0;
	text-align: left;
}
.enews input {
	-webkit-appearance: none;
	border-radius: 0px;
}
.enews input:focus {
}
.enews input.email {
	width: 100%;
	display: block;
	font-size: 1em;
	padding: 10px 15px;
	min-width: 100px;
	margin: 0px;
	color: #073048;
	border: 4px solid #f1f1f1;
	background-color: #f1f1f1;
}
input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #073048;
}
input.email::-moz-placeholder { /* Firefox 19+ */
  color: #073048;
}
input.email:-ms-input-placeholder { /* IE 10+ */
  color: #073048;
}
input.email:-moz-placeholder { /* Firefox 18- */
  color: #073048;
}
.enews .buttonB {
	clear: both;
	min-width: 100px;
	padding: 9px 30px;
	text-align: center;
	display: inline-block;
	background: #073048;
	border: 4px solid #f1f1f1;
	border-radius: 0px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.enews .buttonB:hover {
	background-color: #333;
	color: #FFF;
}
/* 	
-•== NEWS/BLOG ==•- 
*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-weight: 300 !important;
	font-size: 2em;
}
#texty p {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a, #texty p a{
	color: #333;
}
#texty h2 a:hover, #texty p a:hover{
	color: #825627;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #DDD;
}


/* 	
-•== Gravity Forms ==•- 
*/

.gform_wrapper input, .gform_wrapper select {
    border: none;
    background-color: #f1f1f1;
}
.gform_wrapper textarea {
    border: none;
    background-color: #f1f1f1;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
}
.gform_footer input {
    padding: 10px 20px;
    background-color: #25aae1;
	border: 2px solid #25aae1;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
	border-radius: 50px;
	letter-spacing: .08em;
}
.gform_footer input:hover {
    background-color: #fff;
    color: #25aae1;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 5px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 5px;
}

/* 	
-•== WORDPRESS FIXES ==•- 
*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 	
-•== RESPONSIVE ELEMENTS ==•- 
*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
-•== RESPONSIVE STYLES ==•- 
*/

.container {
    padding: 0;
    width: 100%;
    margin: 0px auto;
}
#cent {margin: auto;}
#alpha {float: left;}
#omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}

@media only screen and (max-width: 1500px) {
	.sectionOne {padding: 100px 50px; justify-content: center;}
}

@media only screen and (max-width: 1300px) {
	.logoBox {position: relative; margin: 0 auto 35px auto; top: unset; left: unset; right: unset;}
	.sfWrap {width: 100%;}
	.sfw2 {flex-direction: row-reverse;}
	.sfw3 {flex-direction: row;}
}

@media only screen and (max-width: 1200px) {
	footer ul {margin: 0 50px 0 0;}
}

@media only screen and (max-width: 1080px) {
	.logo {margin: 0;}
	.sfm-navicon-button {right: 20px !important;}
	header a.buttons {right: 90px;}
}

@media only screen and (max-width: 960px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.2em;}
	h5 {font-size: .9em;}

	.sectionThree {padding: 80px 50px; flex-direction: column;}
	.s3Img {margin-bottom: 50px;}
	.s3Text {padding-left: 0;}
	
	.footWrap {flex-direction: column; align-items: center;}
	.foot-nav {margin-bottom: 20px;}
	footer ul {margin: 0 20px; text-align: center;}
	.enews {text-align: center;}
	.enews p {text-align: center;}
	footer p {margin: 20px auto 0;}
}

@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 800px) {
	.s4Img {width: 100%; height: 400px}
	.s4Text {width: 100%;}
}

@media only screen and (max-width: 767px) {
	.one,  .two,  .three,  .four,  .five,  .six,  .seven,  .eight,  .third,  .two-thirds,  .quarter,  .three-qtr {
		width: 90%;
	}
}

@media only screen and (max-width: 700px) {
	.impress-showcase-property {width: 100%;}
	
	.hero {flex-direction: column; justify-content: center;}
	.heroText h1 {margin-bottom: 40px;}
	.heroText {margin: 20px 0;}
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
	header {height: 92px; padding: 26px 20px;}
	header a.buttons {display: none;}
	.logo, .logo a {width: 255px; height: 40px;}
}

@media only screen and (max-width: 500px){
	.sectionOne {padding: 100px 20px;}
	.sectionThree {padding: 0 20px 80px 20px;}
	.s4Text {padding: 50px 20px;}
}
