/*
Theme Name: Mulligan's Lagoon 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, orange, green, 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: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fbfaf4;
}
.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;
}
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
}
.skip-to-content:focus {
  top: 0;
}


/* 	
== 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: #4fa21e;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0;
	font-family: freight-sans-pro-ultra, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: .06em;
	color: #ed7d10;
    transition: all .4s ease-in-out;
}
h1 {
	margin: 0;
    font-size: 4em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1em;
}
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: 12px 30px;
	font-weight: 800;
	display: inline-block;
	letter-spacing: .06em;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	font-family: freight-sans-pro-ultra, sans-serif;
	color: #FFF;
	background-color: #ed7d10;
	border: 2px solid #ed7d10;
	border-radius: 30px;
}
.buttons:hover {
	color: #ed7d10;
	background-color: #fff;
}
.btnV2:hover {
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
}
.btnWhite {
	color: #ed7d10;
	background-color: #FFF;
	border: 2px solid #FFF;
}
.btnWhite:hover {
	color: #fff;
	background-color: #ed7d10;
	border: 2px solid #FFF;
}
.sfm-navicon-button:focus-visible {
	outline: 2px solid blue;
}

/* 	
== HEADER ==*/

.myHeader {
	position: relative;
}
.myHeader .buttons {
	position: fixed;
    top: 20px;
    right: 115px;
    z-index: 999;
}
.clearHeader {
	width: 100%;
	padding: 10px;
	background-color: rgba(251,250,244,.8);
	position: fixed;
	top: 0;
	z-index: 99;
	display: none;
}
.darkHeader {
	display: block;
}
.logoSm {
	width: 185px;
    height: 120px;
	margin: auto;
	display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}


/* 	
== HERO AREA ==*/

/* Video */
.heroVideo {
    width: 100%;
    height: 750px;
	min-height: 500px;
    overflow: hidden;
	position: relative;
}
.heroVideo video{
    object-fit: cover;
    width: 100vw;
    height: 750px;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
	background-color: #eee;
}
.logoBox {
	width: 110%;
    height: 150px;
    background-color: #fbfaf4;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    bottom: 0;
    left: -5%;
    right: -5%;
    z-index: 50;
}
.logo, .logo a {
    width: 390px;
    height: 252px;
    display: block;
}
.logo {
    text-indent: -9999px;
	margin: -120px auto 0 auto;
}
.logo a {
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.hideLogo {
	display: none;
}

/* 	
== HOME PAGE ==*/

.sectionOne {
	width: 100%;
	padding: 180px 20px;
}
.s1Wrap {
	width: 100%;
	max-width: 1880px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s1Left {
	width: 49%;
	padding: 100px 0;
}
.s1Right {
	width: 49%;
	height: 1080px;
	position: relative;
}
.s1Text {
	width: 100%;
	max-width: 640px;
	margin: auto;
}
.s1Text h1 {
	max-width: 500px;
}
.s1Text h2 {
	margin: 20px 0 40px 0;
	font-size: 2.15em;
	color: #4fa21e;
}
.s1Img1 {
	width: 580px;
	height: 775px;
	background-image: url("images/home/image01.jpg");
	border-color: #fbfaf4;
	border-style: solid;
	border-width: 12px;
	border-radius: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.s1Img2 {
	width: 700px;
	height: 860px;
	background-image: url("images/home/image02.jpg");
	border-radius: 120px;
	position: absolute;
	top: 0;
	right: 0;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 100px 0px;
	display: flex;
	justify-content: space-between;
}
.s2Box {
	width: calc(50% - 25px);
	height: 475px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.s2Box h2 {
	margin: 0;
    max-width: 320px;
	font-size: 3em;
	text-align: center;
	color: #fff;
	position: relative;
    z-index: 10;
}
.s2Img1, .s2Img2 {
	width: 100%;
	height: 100%;
	position: absolute;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.s2Img1 {
	background-image: url("images/home/bg01.jpg");
}
.s2Img2 {
	background-image: url("images/home/bg02.jpg");
}
.s2Box:hover .s2Img1,
.s2Box:hover .s2Img2 {
	transform: scale(1.25);
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 100px 20px 350px 20px;
	text-align: center;
}
.sectionThree h2 {
	color: #4fa21e;
}
.s3Wrap {
	width: 100%;
	max-width: 1480px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s3Box {
	width: calc(50% - 50px);
	max-width: 700px;
	padding: 100px 20px;
	background-color: #fff;
	border-radius: 75px;
}
.s3Box .fas {
	color: #4fa21e;
	font-size: 3em;
}
.s3Box p {
	color: #ed7d10;
	font-weight: bold;
}
.s3Box a {
	color: #ed7d10;
	font-weight: bold;
	text-decoration: underline;
}
.s3Box a:hover {
	color: #4fa21e;
}
/* Section Four */
.sectionFour {
	width: 100%;
	padding: 0px 20px;
	background-image: url("images/home/bg03.jpg");
}
.s4Wrap {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.s4Text {
	max-width: 570px;
	padding: 150px 0;
}
.s4Text p {
	margin-top: 0;
	color: #FFF;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: freight-sans-pro-ultra, sans-serif;
}
.s4Text .buttons {
	margin-top: 40px;
}
.s4Image {
	max-width: 620px;
	min-width: 620px;
	height: 900px;
	margin-top: -250px;
	background-image: url("images/home/image03.png");
}
/* Section Five */
.sectionFive {
	width: 100%;
	padding: 50px 0px 20px 0;
}

/* 	
== TEMPLATES ==*/

.LocationOne {
	width: 100%;
	padding: 180px 100px;
}
.l1Wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l1Left {
	max-width: 640px;
	margin-right: 20px;
}
.l1Left h2 {
	margin: 20px 0 40px 0;
	font-size: 2.15em;
	color: #4fa21e;
}
.l1Right {
	text-align: center;
}
.l1Right .fas {
	color: #4fa21e;
	font-size: 5em;
}
.l1Right p {
	color: #ed7d10;
	font-weight: bold;
}
.LocationTwo {
	width: 100%;
}
.l2Box {
	width: 50%;
	padding: 140px 20px;
	background-color: rgba(79,162,30,.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.l2Text {
	width: 100%;
	max-width: 570px;
	color: #fff;
}
.l2Text h2 {
	margin: 0;
	color: #fff;
}
.l2Text h3 {
	margin-top: 10px;
	color: #fff;
	font-size: 1.4em;
}
.LocationThree {
	text-align: center;
	width: 100%;
	padding: 140px 20px;
}
.LocationThree h2 {
	color: #4fa21e;
	margin: 0 0 10px 0;
}
.LocationThree p {
	color: #ed7d10;
	font-weight: bold;
	font-size: 1.2em;
	margin: 20px auto 50px auto;
    max-width: 1024px;
}
.l3Wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.l3Box {
	width: calc(33.33% - 50px);
	padding: 100px 20px;
	margin-bottom: 50px;
	background-color: #fff;
	border-radius: 75px;
}
.l3Box h3 {
	margin: 0 0 10px 0;
}
.l3Box p {
	margin: 10px 0;
}
.l3Box .buttons {
	margin-top: 30px;
}
.divide-orange {
	width: 90px;
	height: 1px;
	margin: auto;
	background-color: #ed7d10;
}

.calloutBanner {
	width: 100%;
	padding: 50px 50px;
	background-color: #ed7d10;
}
.cobWrap {
    width: 100%;
    max-width: 1400px;
    margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cobWrap h2 {
	margin: 0;
	color: #fff;
	font-size: 2em;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
	position: relative;
	min-height: 100px;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
    height: 750px;
    overflow: hidden;
	position: relative;
}
.pageBox {
	width: 100%;
	padding: 55px 20px 65px 20px;
}
.pageText {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}


/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	padding: 50px 20px;
	position: relative;
	background-color: #ed7d10;
	color: #fff;
}
.myFooter a {
	color: #fff;
}
.myFooter a:hover {
	color: #111;
}
.myFooter p {
	margin: 20px 0 0 0;
	font-weight: bold;
}
.footWrap {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
/* Left */
.footLeft {
	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: space-between;
}
.footLeft .fa-inverse {
	color: #ed7d10;
}
.footLeft .fa-2x {
    font-size: .8em;
}
.footNav {
}
.footNav ul {
    margin: 0;
}
.footNav li {
	margin: 0 20px 0 0;
    text-transform: uppercase;
    font-family: freight-sans-pro-ultra, sans-serif;
    font-weight: 900;
    list-style: none;
    line-height: 1.2em;
    letter-spacing: .06em;
    display: inline-block;
}
.footNav li:last-child {
	margin: 0;
}
.footNav li a {
	text-decoration: none;
}
.footLogo {
	width: 185px;
	height: 120px;
	background-image: url("images/global/logo.png");
}


/* 	
== 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: #ed7d10;
}
#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: #ed7d10;
}
.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) {
	.s1Img2 {width: 500px; height: 620px;}
	.s1Img1 {width: 480px; height: 630px;}
	.s1Right {height: 1000px;}
}

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

/* Custom */
@media only screen and (max-width: 1220px) {
	.LocationOne {padding: 180px 20px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.s1Wrap {flex-direction: column;}
	.s1Left {width: 100%; padding: 0 0 100px 0;}
	.s1Right {width: 100%;}
	.sectionThree {padding: 100px 20px 150px 20px;}
	.s4Wrap {justify-content: center; align-items: center; flex-direction: column;}
	.s4Image {margin-top: 0px;}
	.s4Text {padding: 150px 0 100px 0;}
	.l1Wrap {flex-direction: column;}
	.l1Left {margin: 0 0 50px 0;}
	.l2Box {width: 100%;}
	.l3Box {width: calc(50% - 50px);}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.calloutBanner {padding: 50px 20px;}
	.cobWrap {text-align: center; flex-direction: column; justify-content: center;}
	.cobWrap h2 {margin-bottom: 30px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.s3Wrap {flex-direction: column; align-items: center;}
	.s3Box {width: 100%;}
	.s3Box:first-child {margin-bottom: 50px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1, .heroHeadline h1  {font-size: 3em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.6em;}
	h4 {font-size: 1.3em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	
	.logoSm {margin: 0;}
	.myHeader .buttons {right: 95px; padding: 12px 20px;}
	
	.sectionTwo {flex-direction: column;}
	.s2Box {width: 100%;}
	.s2Box:first-child {margin-bottom: 50px;}
	.l3Wrap {justify-content: center; flex-direction: column; align-items: center;}
	.l3Box {width: 100%; padding: 60px 20px; max-width: 400px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.s4Text p {font-size: 1.25em;}
	.s4Image {max-width: 300px; min-width: 300px; height: 436px;}
	.footWrap {flex-direction: column-reverse; align-items: center; text-align: center;}
	.footNav {margin: 30px 0;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.heroVideo, .heroVideo video {height: 550px;}
	.s1Img2 {width: 300px; height: 380px; border-radius: 80px;}
	.s1Img1 {width: 320px; height: 420px; border-radius: 80px;}
	.s1Right {height: 680px;}
	.sectionOne {padding: 120px 20px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.logo, .logo a {width: 280px; height: 182px;}
	.logo {margin: -80px auto 0 auto;}
	.l3Box {margin: 0 0 50px 0;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.s2Box h2 {font-size: 2em;}
	.s2Box {height: 400px;}
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
	.myHeader .buttons {display: none;}
}

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