/*
Theme Name: Private Clients Tax Services 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, black, 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: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
}
.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	padding: 0 64px 64px 64px;
}
.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: #6b9c40;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 25px 0;
	font-weight: 700;
	line-height: 1em;
	color: #6b9c40;
}
h1 {
	margin: 0;
    font-size: 3.5em;
}
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.5em;
    margin: 25px 0;
}
a {
	color: #555;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #333;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    margin: 25px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    margin: 25px 0;
}
li {
    font-size: 1em;
    line-height: 1.5em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}


/* 	
== HEADER ==*/

header {
	width: 100%;
	padding: 30px 0px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo, .logo a {
    width: 280px;
    height: 89px;
    display: block;
}
.logo {
    text-indent: -9999px;
}
.logo a {
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.headLinks {
	margin-right: 55px;
}
.headLinks a {
	color: #6b9c40;
	font-weight: 700;
	text-decoration: underline;
	margin: 0 10px;
}
.headLinks a:hover {
	color: #333;
}


/* 	
== BUTTONS ==*/

.buttons {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	color: #fff;
	background-color: #6b9c40;
	padding: 15px 25px;
	margin: 10px 10px 0 0;
	line-height: 1em;
	border: 1px solid #6b9c40;
}
.buttons:hover {
	color: #6b9c40;
	background-color: transparent;
}
.btnFull {
	width: 100%;
}

/* 	
== HOME PAGE ==*/

.heroBanner {
    width: 100%;
    height: 800px;
	padding: 0 20px;
    background: url("images/home/hero-home.jpg");
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.heroText {
	width: 100%;
	max-width: 1200px;
    margin: auto;
	text-align: center;
}
.heroText h1 {
    font-size: 3.75em;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.heroText h2 {
    font-size: 2em;
	margin-bottom: 80px;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.heroText .buttons:hover {
	background-color: #fff;
}
/* Section One */
.sectionOne {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.s1Block {
	width: calc(50% - 15px);
}
.greenBox {
	width: 100%;
	min-height: 340px;
	padding: 40px;
	display: flex;
	align-items: flex-end;
}
.greenBox h2 {
	color: #fff;
	margin: 0 0 20px 0;
}
.greenBox p {
	margin: 20px 0 0 0;
	max-width: 575px;
}
.gb01 {background-image: url("images/home/img-01.jpg");}
.gb02 {background-image: url("images/home/img-02.jpg");}
.gbText {
	color: #fff;
}
.gbText a {
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
    display: inline-block;
}
.gbText a:hover {
	color: #111;
}
.s1Bottom {
	padding: 25px 45px;
	background-color: #f2f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s1Bottom h3 {
	font-size: 4em;
}
.s1Bottom sup {
	font-size: 50%;
    top: -0.7em;
}
.s1bText {
	padding-right: 50px;
}
.s1bText h4 {
	font-size: 1em;
	margin: 0;
}
.s1bText p {
	color: #93958d;
	font-size: .9em;
}
.s1bText a {
	font-weight: 700;
	color: #6b9d41;
}
.s1bText a:hover {
	color: #333;
}

/* Section Two */
.sectionTwo {
	padding: 85px 80px;
	background-color: #f2f1f1;
}
.stLeft {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 80px auto;
	text-align: center;
}
.stLeft h2 {
	margin-top: 0;
}
.stRight {
	display: flex;
	align-items: center;
	width: 100%;
    justify-content: space-evenly;
}
.steps {
	width: 100%;
	max-width: 310px;
	display: flex;
	align-items: center;
}
.stNumber {
	border: 1px solid #777;
    border-radius: 60px;
    padding: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stNumber h4 {
	margin: 0;
    position: absolute;
    font-size: 2.25em;
}
.stText {
	padding-left: 15px;
}
.stText h3 {
	margin: 0;
	font-size: 1.15em;
}
.stText p {
	margin: 10px 0 0 0;
	font-size: .9em;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageBox {
	width: 100%;
	padding: 80px 20px 65px 20px;
}
.pageText {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.pageText h1 {
	margin-bottom: 25px;
}

/* Paid Members Pro plugin */
.pmpro_table {
	width: 100%;
}
.pmpro_table thead th {
	text-align: left;
    padding: 10px;
	font-weight: 700;
	line-height: 1em;
	color: #6b9c40;
	text-decoration: underline;
    font-size: 1.5em;
}
#pmpro_levels_table thead th:last-child {
	text-decoration: none;
}
.pmpro_table tbody td {
	padding: 10px;
}
.pmpro_table tr.odd {
	background-color: #f0f0f0;
}
#pmpro_levels_table .pmpro_btn,
.pmpro_content_message a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	color: #fff;
	background-color: #6b9c40;
	padding: 15px 25px;
	line-height: 1em;
	border: 2px solid #6b9c40;
	width: 100%;
}
.pmpro_content_message a {
	width: auto;
	border: 2px solid #6b9c40 !important;
}
#pmpro_levels_table .pmpro_btn:hover,
.pmpro_content_message a:hover {
	color: #6b9c40;
	background-color: transparent;
}
#pmpro_account #pmpro_account-profile .pmpro_actionlinks, .pmpro_actionlinks {
    margin-top: 25px;
}
#pmpro_account .pmpro_box h3 {
	margin: 0 0 10px 0;
}
form.pmpro_form label, #loginform label {
    color: #6b9c40;
    font-size: 1.2em;
}
form.pmpro_form input[type=text], form.pmpro_form input[type=password], form.pmpro_form input[type=email], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    margin-top: 5px;
    border: 1px solid #6b9c40;
    padding: 10px;
    min-width: 300px;
}
.pmpro_login_wrap input[type="submit"],
.pmpro_login_wrap input[type="button"],
.pmpro_btn,
.pmpro_btn:link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    background-color: #6b9c40;
    padding: 15px 30px;
    line-height: 1em;
    border: 2px solid #6b9c40;
    transition: all .4s ease-in-out;
}
.pmpro_btn:hover {
	color: #6b9c40;
	background-color: transparent;
    border: 2px solid #6b9c40;
}
.pmpro_btn.pmpro_btn-submit-checkout {
    margin-top: 10px;
}
.pmpro_submit hr {
	display: none;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	margin-top: 35px;
	position: relative;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #111;
}
.footWrap {
	width: 100%;
	padding: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #6b9c40;
	color: #fff;
}
/* Left */
.footLeft {
	width: 100%;
	display: flex;
}
.footNav {
	margin-right: 50px;
}
.footNav ul {
    margin: 0;
	padding: 0 10px 0 0;
}
.footNav li {
	margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
	list-style: none;
	line-height: 1.2em;
}
.footNav li:last-child {
	margin: 0;
}
.footNav li a {
	text-decoration: none;
}
/* Right */
.footRight {
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.frContact {
}
.frcLine {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
	font-weight: 700;
}
.frcLine .fas {
	margin-right: 15px;
	font-size: 1.4em;
}
.frButtons {
}
.frButtons .buttons {
	margin: 0 0 20px 0;
	color: #6b9c40;
	background-color: #fff;
	border: 1px solid #fff;
	width: 205px;
    text-align: center;
}
.frButtons .buttons:last-child {
	margin: 0;
}
.frButtons .buttons:hover {
	color: #fff;
	background-color: transparent;
}
/* Bottom */
.footBottom {
	margin: 20px 0 0 0;
	text-align: center;
	color: #999;
}
.footBottom p {
	margin: 0;
	font-size: .8em;
}
.footBottom a {
	color: #999;
}


/* 	
== 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: 10px 15px;
    text-transform: uppercase;
	color: #fff;
    background-color: #6b9c40;
	border: none;
    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 {
    background-color: #333;
}



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

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

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.greenBox {padding: 25px;}
	.s1Bottom {padding: 25px 25px 0px 25px; flex-direction: column;}
	.s1bText {padding-right: 0;}
	.sectionTwo {flex-direction: column; align-items: center;}
	.stLeft {text-align: center; margin-bottom: 50px;}
	.footWrap {padding: 70px 20px;}
	.footNav {margin-right: 20px; width: 25%;}
}

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

/* Custom */
@media only screen and (max-width: 900px) {
	.sectionOne {padding: 30px 0 0 0; flex-direction: column;}
	.s1Block {width: 100%; margin-bottom: 30px;}
	.footWrap {flex-direction: column-reverse; padding: 40px 20px;}
	.footLeft {justify-content: space-evenly; text-align: center;}
	.footRight {margin: 0 0 30px 0;}
	.footBottom {text-align: center;}
	.stRight {flex-direction: column;}
	.steps {margin-bottom: 30px;}
	.steps:last-child {margin-bottom: 0px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	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;}
	
	
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.logo, .logo a {width: 220px; height: 70px;}
	.sfm-navicon-button {top: 32px;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.frContact {display: none;}
	.footNav {margin: 0; width: 50%; padding: 0 10px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.wrapper {padding: 0 15px 15px 15px;}
	.sfm-navicon-button {top: 22px; right: 6px !important;}
	header {padding: 25px 0px;}
	.headLinks {display: none;}
	.heroText h1 {font-size: 10vw;}
	.s1Bottom {align-items: flex-start;}
	.frButtons {margin-left: 20px;}
}

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