/*
Theme Name: Tide Law 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, white, teal.
*/

/* 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: #f8f8f1;
}
.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: #222;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 30px 0;
	font-weight: 400;
	line-height: 1.2em;
	font-family: goudy-old-style, serif;
	letter-spacing: .09em;
	color: #35407b;
	text-transform: uppercase;
    transition: all .4s ease-in-out;
}
h1 {
	margin: 0;
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.75em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.25em;
}
h6 {
    font-size: 1em;
}
.subhead {
	margin: 0;
	font-size: 1em;
	color: #3cc1bb !important;
	font-weight: 700;
	text-transform: uppercase;
	font-family: roboto, sans-serif;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 40px 0;
}
a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    color: #555;
    text-decoration: none;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 40px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
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: 15px 25px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	border: 1px solid #3cc1bb;
	background-color: #3cc1bb;
}
.buttons:hover {
	color: #3cc1bb;
	background-color: #fff;
}


/* 	
== HEADER ==*/

.my-header {
	width: 100%;
	padding: 20px 100px;
	position: fixed;
    z-index: 95;
    top: 0px;
	background-color: rgba(254,254,242,.8);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
    width: 300px;
    height: 46px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== HOME PAGE ==*/

.heroVideo {
	width: 100%;
	height: 100vh;
	max-height: 1140px;
	min-height: 500px;
    overflow: hidden;
	position: relative;
}
.heroVideo video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
	background-color: #000;
}
/* Section One */
.sectionOne {
	width: 100%;
	padding: 60px 40px;
	background-color: #054260;
}
.s1Wrap {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.s1Head {
	width: 50%;
	padding: 40px 50px 40px 0;
}
.s1Head h1 {
	color: #fff;
}
.s1Head .subhead {
	margin-bottom: 10px;
}
.s1Text {
	width: 50%;
	border-left: 1px solid #fff;
	padding: 50px 0 50px 50px;
}
.s1Text p {
	margin-top: 0px;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 150px 40px;
	background-color: #f8f8f1;
	background-image: url("images/global/bg-wave.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}
.sectionTwo h2 {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 70px;
}
.s2Wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.s2Box {
	width: calc(33.33% - 30px);
	margin-bottom: 30px;
	padding: 50px 30px;
	background-color: #fff;
	border-bottom: 4px solid #3cc1bb;
	border-radius: 28px;
	display: flex;
}
.s2Box img {
	margin-right: 10px;
	width: 60px;
	height: 54px;
}
.s2Box p {
	margin: 20px 0 0 0;
}
.s2Box span,
.s2Box a {
	color: #3cc1bb;
	font-weight: bold;
}
/* Section Three */
.sectionThree {
	width: 100%;
	background-color: #054260;
	color: #fff;
	display: flex;
}
.s3Image {
	width: 50%;
	min-height: 400px;
	background-image: url("images/home/brent.jpg");
}
.s3Box {
	padding: 150px 50px 150px 100px;
}
.s3Text {
	max-width: 560px;
}
.s3Text h2 {
	margin-top: 0;
	color: #fff;
}
/* Section Four */
.sectionFour {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	background-color: #f8f8f1;
	background-image: url("images/global/bg-wave.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}
.s4High {
	width: 100%;
	padding: 140px 40px;
}
.sectionFour h2 {
	font-size: 2.5em;
	margin-bottom: 150px;
}
.s4Wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s4Box {
	width: calc(33.33% - 30px);
	padding: 40px 50px 50px 50px;
	margin-bottom: 80px;
	background-color: #3cc1bb;
	color: #fff;
	border-radius: 28px;
	position: relative;
}
.s4Box span {
	color: #b1f2ef;
}
.quote {
	height: 100px;
	width: 100px;
	margin: auto;
	border-radius: 50px;
	background-color: #3cc1bb;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
.quote .fa-solid {
	font-size: 3em;
}
.s4Low {
	width: 100%;
	padding: 120px 40px;
	border-top: 1px solid #054260;
	border-bottom: 1px solid #054260;
}
.s4lwrap {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.s4lCol {
	width: 25%;
	padding: 30px 15px;
	border-right: 1px solid #3cc1bb;
}
.s4lCol:last-child {
	border: none;
}
.s4lCol a {
	color: #054260;
}
.s4lCol a:hover,
.s4lCol a:hover h3{
	color: #3cc1bb;
}
.s4lCol .fa-solid {
	font-size: 2em;
}
.s4lCol h3 {
	margin: 10px 0 0 0;
}
/* Section Five */
.sectionFive {
	width: 100%;
	padding: 80px 40px;
	background-color: #3cc1bb;
	text-align: center;
}
.sectionFive h2 {
	color: #fff;
	margin: 0;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 650px;
}
.pageBox {
	width: 100%;
	padding: 100px 20px 80px 20px;
}
.pageText {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
.pageText_v2 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.pageText_v2 .wp-block-image img {
	margin-top: 23px;
	box-shadow: 4px 4px 8px 2px rgba(0,0,0,.2);
}
.wp-block-column p,
.wp-block-column ul {
	margin-top: 0;
}

/*
== PAGE TEMPLATES ==*/

.bioPB {
	padding-bottom: 100px;
	background-image: url("images/global/bg-wave-sm.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}
.bioPT {
	max-width: 1400px;
}
.bioPT h1 {
	text-align: center;
}
.bioWrap {
	width: 100%;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bioImg {
	width: 38%;
	max-width: 500px;
	border-radius: 28px;
}
.bioText {
	width: 58%;
}
.bioText p {
	margin-top: 0;
}
.paText {
	text-align: center;
}
.pbPA {
	padding-bottom: 100px;
	background-image: url("images/global/bg-wave.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}
.paS2 {
	width: 100%;
	padding: 100px 40px;
}
.paS3 {
	max-width: 900px;
	margin: auto;
	text-align: center;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	padding: 50px 20px 40px 20px;
	position: relative;
	background-color: #054260;
	color: #3cc1bb;
	text-align: center;
}
.myFooter a {
	color: #3cc1bb;
	border-bottom: none;
}
.myFooter a:hover {
	color: #fff;
	border-bottom: none;
}
.footButtons .buttons {
	margin: 10px;
}
.footNav ul {
    margin: 0;
	padding: 0;
}
.footNav li {
	margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    list-style: none;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 14px;
}
.footNav li:last-child {
	border-right: none;
}
.footNav li a {
	text-decoration: none;
}
.socialFoot {
	margin: 30px 0;
}
.socialFoot a .fab,
.socialFoot a .fas {
	font-size: 1.5em;
	color: #fff;
    transition: all .4s ease-in-out;
}
.socialFoot a:hover .fab,
.socialFoot a:hover .fas {
	color: #3cc1bb;
}
.myFooter a.buttons {
	color: #fff;
}
.myFooter a.buttons:hover {
	color: #3cc1bb;
}
.footBottom p {
    margin: 0;
	font-size: .9em;
}

/* 	
== 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: #928a5b;
}
#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: #928a5b;
}
.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: 15px 25px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	border: 1px solid #3cc1bb;
	background-color: #3cc1bb;
    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 {
    background-color: #fff;
	color: #3cc1bb;
}

/* 	
== 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 ==*/

@media only screen and (min-width: 1920px) {
	.sectionTwo, .sectionFour, .bioPB, .pbPA {background-size: contain;}
}

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

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

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.s2Box {width: calc(50% - 15px);}
	.sectionThree {flex-direction: column;}
	.s3Image, .s3Box {width: 100%;}
	.s3Image {min-height: 500px;}
	.s3Box {padding: 100px 40px;}
	.s3Text {margin: auto}
	.s4Box {width: 80%; margin: 0 auto 80px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
}

/* Custom */
@media only screen and (max-width: 980px) {
	.my-header {padding-left: 20px;}
	.logo {width: 240px; height: 35px; margin: 0;}
	.s1Head {width: 100%; padding: 40px 0;}
	.s1Text {width: 100%; border-left: none; padding: 0 0 40px 0;}
	.s4lCol {width: 50%; border: none;}
	.s4Low {padding: 80px 40px;}
}

/* Custom */
@media only screen and (max-width: 860px) {
	.my-header .buttonWrap {display: none;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 1.75em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	.sectionTwo h2, .sectionFour h2 {font-size: 1.75em;}
	
	.my-header {padding: 20px 20px;}
	.s2Box {width: 100%;}
	.s4Box {width: 100%;}
	.sfm-navicon-button {top: 10px;}
	.bioImg {width: 100%; max-width: 500px; min-height: 450px; margin: auto;}
	.bioText {width: 100%; margin-top: 50px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.sectionOne, .sectionTwo, .s3Box, .s4High, .s4Low, .paS2 {padding-left: 20px; padding-right: 20px;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.s4lCol {width: 100%;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.footButtons .buttons {font-size: 1em;}
}

/* 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) {
}
