/*
Theme Name: Mauricio Pools by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, blue, grey, 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 {
    color: #333;
	font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .06em;
	background-color: #fff;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #333;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0;
	font-weight: 700;
	line-height: 1.2em;
	color: #1374ab;
    transition: all .4s ease-in-out;
}
h1 {
	margin: 0;
    font-size: 2.75em;
}
h2 {
    font-size: 2.25em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1em;
}
.subHead {
	color: #71ccf2;
	font-size: 1.1em;
	margin: 0;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 30px 0;
}
a {
	color: #555;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #111;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 0px;
    margin: 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 0px;
    margin: 30px 0;
}
li {
    font-size: 1em;
    line-height: 1.75em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== BUTTONS ==*/

.buttons {
	padding: 20px 25px;
    font-weight: 800;
    display: inline-block;
    letter-spacing: .06em;
    font-size: 1em;
    color: #FFF;
    background-color: #1374ab;
    border: 2px solid #1374ab;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.buttons:hover {
	color: #1374ab;
	background-color: #fff;
}
.btnWhite {
	color: #1374ab;
	background-color: #fff;
	border: 2px solid #fff;
}
.btnWhite:hover {
	color: #fff;
	background-color: #1374ab;
}
.center-button {
	margin: auto;
	text-align: center;
}

/* 	
== HEADER ==*/
header {
	padding: 20px 0 0 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.logo {
	width: 323px;
    height: 84px;
	display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	background-image: url("images/home/hero.jpg");
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-large {
	width: 388px;
	height: 256px;
	background-image: url("images/global/logo-large.png");
}
.jumpLink {
	width: 172px;
	height: 77px;
	margin: auto;
	display: block;
	background-image: url("images/global/down-arrow.png");
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.sectionOne {
	width: 100%;
	padding: 130px 40px;
	text-align: center;
	color: #1374ab;
	background-color: #eff8fc;
}
.sectionOne p {
	font-weight: bold;
	font-size: 1.1em;
    margin: 50px 0;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 110px 40px;
}
.s2Wrap {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto 80px auto;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
	overflow: hidden;
	background-color: #eff8fc;
	display: flex;
	flex-wrap: wrap;
}
.s2Col {
	width: 33.33%;
	height: 690px;
	display: flex;
	flex-direction: column;
}
.colRev {
	flex-direction: column-reverse;
}
.s2Img {
	width: 100%;
	height: 50%;
	padding: 60px;
	display: flex;
	align-items: center;
	position: relative;
}
.s2Img h3 {
	margin: 0;
	color: #fff;
	text-shadow: 0px 3px 5px rgba(0,0,0,.25);
	position: relative;
	z-index: 50;
}
.sonic {
	background-color: #1374ab;
	opacity: 0;
    transition: all .4s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.s2Img:hover .sonic {
	opacity: .75;
}
.triUp,
.triDown {
	width: 43px;
	height: 28px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
}
.triUp {
	top: 0;
	background-image: url("images/global/tri-up.png");
}
.triDown {
	bottom: 0;
	background-image: url("images/global/tri-down.png");
}
.s2Txt {
	width: 100%;
	height: 50%;
	padding: 0 60px;
	display: flex;
	align-items: center;
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 110px 40px 160px 40px;
	background-color: #1374ab;
	color: #fff;
}
.sectionThree h2 {
	text-align: center;
	color: #fff;
}
.s3Wrap {
	width: 100%;
	max-width: 1530px;
	margin: 100px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.s3wBox {
	width: 25%;
	padding: 50px 10px;
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s3wBox:last-child {
	border-right: none;
}
.s3wBox p {
	margin: 0;
}
.circleCheck {
	max-width: 70px;
	min-width: 70px;
	height: 68px;
	margin-right: 20px;
	background-image: url("images/home/circle-check.png");
}
/* Section Four */
.sectionFour {
	width: 100%;
	padding: 100px 40px;
	background-image: url("images/home/bg01.jpg");
}
.s4Wrap {
	width: 100%;
	max-width: 1720px;
	margin: auto;
	background-color: #fff;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
	padding: 150px 40px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.s4Left {
	max-width: 400px;
	margin-right: 10px;
	min-width: 260px;
}
.s4Right {
	max-width: 700px;
	margin-left: 10px;
}
/* Section Five */
.sectionFive {
	width: 100%;
	padding: 70px 40px;
}
.s5Wrap {
	width: 100%;
	max-width: 1660px;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.s5Left {
	width: 40%;
}
.s5Left h2 {
	margin-top: 10px;
}
.s5Right {
	width: 50%;
	height: 530px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
	background-color: dimgray;
}
/* Section Six */
.sectionSix .envira-gallery-wrap,
.sectionSix .envira-gallery-wrap .envira-album-public,
.sectionSix .envira-gallery-wrap .envira-gallery-public {
    margin-bottom: 0;
}

/* 	
== PAGE - TEMPLATE ==*/

.pSec1 {
	width: 100%;
	padding: 100px 40px;
	background-color: #eff8fc;
}
.ps1Box {
	width: 100%;
	max-width: 770px;
	margin: auto;
	text-align: center;
}
.ps1Box h2 {
	font-size: 1.5em;
}
.pSec2 {
	width: 100%;
	padding: 90px 40px;
}
.ps2Box {
	width: 100%;
	max-width: 1720px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ps2Box:first-child {
	margin-bottom: 100px;
}
.ps2rev {
	flex-direction: row-reverse;
}
.ps2Text {
	width: 50%;
	max-width: 700px;
	padding: 0 30px 0 60px;
}
.ps2rev .ps2Text {
	padding: 0 60px 0 30px;
}
.ps2Image {
	width: 50%;
	height: 590px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
	background-color: #1374ab;
}
.pSec3 {
	width: 100%;
	padding: 120px 40px;
	background-color: steelblue;/* Temporary*/
}
.ps3Wrap {
	width: 100%;
	max-width: 1350px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.ps3Box {
	width: 100%;
	max-width: 500px;
	padding: 70px 0;
	color: #fff;
}
.ps3Box h2, .ps3Box a {
	color: #fff;
}
.ps3Box a {
	font-weight: bold;
}
.ps3Box a:hover {
	color: #111;
}
.hvLine {
	width: 1px;
	background-color: #fff;
	margin: 0 20px;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
	position: relative;
	min-height: 100px;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG, .bannerBG2 {
	width: 100%;
    height: 500px;
	background-color: #1374ab;
    overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.bannerBG {
	padding-bottom: 75px;
}
.bannerBG2 {
	padding-bottom: 150px;
}
.bannerBG h1, .bannerBG2 h1 {
	color: #fff;
}
.pageBox {
	width: 100%;
	padding: 50px 40px 80px 40px;
}
.pageText {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}


/* 	
== FOOTER ==*/

footer {
    width: 100%;
	padding: 75px 80px 40px;
	position: relative;
	background-color: #1374ab;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #111;
}
footer p {
	margin: 0;
}
.footWrap {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footLeft {
	width: 500px;
	display: flex;
	justify-content: space-between;
}
.footNav {
	width: 49%;
}
.footNav ul {
    margin: 0;
}
.footNav li {
	margin: 0 20px 20px 0;
    font-weight: 700;
    list-style: none;
    line-height: 1.2em;
}
.footNav li:last-child {
	margin: 0;
}
.footNav li a {
	text-decoration: none;
}
.footRight {
	text-align: right;
    font-weight: 700;
}
.footRight span {
	font-weight: 300;
}
.footRight p {
	margin: 30px 0;
}
.footRight .fab {
    font-size: 2em;
}
.footBase a {
	font-style: italic;
	text-decoration: underline;
}

/* 	
== 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-size: 1.5em;
}
#texty p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #1374ab;
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #555;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== GRAVITY FORMS ==*/
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 10px 15px;
    text-transform: uppercase;
	color: #fff;
    background-color: #ed7d10;
	border: 1px solid #ed7d10;
    font-weight: bold;
    transition: all .4s ease-in-out;
}
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	color: #ed7d10;
    background-color: #fff;
}



/* 	
== 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: 20px;
    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 ==*/



/* Custom */
@media only screen and (max-width: 1500px) {
}

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* Custom */
@media only screen and (max-width: 1260px) {
	.s2Txt {padding: 0 20px;}
	.s2Img {padding: 20px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.ps2Text {padding: 0 30px 0 0px;}
	.ps2rev .ps2Text {padding: 0 0px 0 30px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.ps2Box, .ps2rev {flex-direction: column;}
	.ps2Text {width: 100%; padding: 0; margin-bottom: 50px;}
	.ps2Image {width: 100%; max-width: 700px; height: 550px;}
	.ps2rev .ps2Text {padding: 0;}
	.ps3Wrap {flex-direction: column; align-items: center;}
	.ps3Box {padding: 0;}
	.hvLine {width: 100%; margin: 50px 0 20px 0; height: 1px;}
}

/* Custom */
@media only screen and (max-width: 980px) {
	.s2Col {width: 100%; height: auto;}
	.colRev {flex-direction: column;}
	.s2Img {padding: 60px 20px;}
	.triUp {top: unset; bottom: 0; background-image: url(images/global/tri-down.png);}
	.s3wBox {width: 50%; padding: 25px 10px; border: none;}
	.s4Wrap {flex-direction: column; text-align: center; padding: 100px 40px;}
	.s4Left {max-width: 100%; margin: 0 0 30px 0;}
	.s4Right {width: 100%; margin: 0;}
	.s5Wrap {flex-direction: column;}
	.s5Left {width: 100%;}
	.s5Right {width: 100%; margin-top: 50px;}
	footer {padding: 75px 20px 40px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1, .heroHeadline h1  {font-size: 2.3em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.6em;}
	h4 {font-size: 1.3em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	
	.sectionOne p {font-size: 1em;}
	footer {text-align: center;}
	.footWrap {justify-content: center; align-items: center; flex-direction: column;}
	.footRight {text-align: center; margin: 50px 0;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.sectionSix {display: none;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.logo-large {width: 280px; height: 185px;}
	.sectionOne, .sectionTwo, .sectionThree, .sectionFour, .sectionFive, .sectionSix, .s4Wrap, .pSec1, .pSec2, .pSec3, .pageBox {padding-left: 20px; padding-right: 20px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.sectionThree {padding: 100px 20px 100px 20px;}
	.s3Wrap {margin-top: 50px;}
	.s3wBox {width: 100%;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
}
